mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 11:13:02 +09:00
PD#154260: script: amlogic: add new build script Add new kernel build script. mkimage_32.sh for arm mkimage_64.sh for arm64 Usage: mkimage_xx.sh [-k def] [-d dts | -p chip] [-f rootfs] [-c] [-h] Examples: # build kernel using default meson32_defconfig mkimage_32.sh # build kernel using default meson64_defconfig mkimage_64.sh # build kernel using defconfig specified by the option -k # with full name. mkimage_64.sh -k meson64_defconfig # build all dtb for the board with prefix or suffix <p320> # specified by the option -d mkimage_64.sh -d p320 # build all dtb for the chip with prefix <txl> # specified by the option -p mkimage_64.sh -p txl # make distclean and build kernel and dtb mkimage_64.sh -k meson64_defconfig -d p320 -c # make distclean mkimage_64.sh -c # print help mkimage_64.sh -h Change-Id: I617a2546a40ab74e741706f4625afb924421953a Signed-off-by: Bo Yang <bo.yang@amlogic.com>