File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ make_image() {
8484 mkimage -A arm64 -O linux -T script -C none -a 0 -e 0 -n " S905 autoscript" -d mnt/boot/s905_autoscript.cmd mnt/boot/s905_autoscript
8585 mkimage -A arm64 -O linux -T script -C none -a 0 -e 0 -n " eMMC autoscript" -d mnt/boot/emmc_autoscript.cmd mnt/boot/emmc_autoscript
8686 mkimage -A arm64 -O linux -T script -C none -a 0 -e 0 -n " AML autoscript" -d mnt/boot/aml_autoscript.txt mnt/boot/aml_autoscript
87- # mkimage -n "uInitrd Image" -A arm64 -O linux -T ramdisk -C none -d mnt/boot/initramfs-linux.img mnt/boot/uInitrd
88- # mkimage -n "uImage" -A arm64 -O linux -T kernel -C none -a 0x1080000 -e 0x1080000 -d mnt/boot/Image mnt/boot/uImage
87+ mkimage -n " uInitrd Image" -A arm64 -O linux -T ramdisk -C none -d mnt/boot/initramfs-linux.img mnt/boot/uInitrd
88+ mkimage -n " uImage" -A arm64 -O linux -T kernel -C none -a 0x1080000 -e 0x1080000 -d mnt/boot/Image mnt/boot/uImage
8989 sync
9090
9191 umount -R -f mnt 2> /dev/null
You can’t perform that action at this time.
0 commit comments