From c881f137ca3644eee9d5367050c37a6e6cf2f089 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 14 Jan 2022 12:40:09 +0800 Subject: [PATCH] Correct eMMC bootloader offset to 32 --- scripts/emb_mk_yocto_sdcard/emb-create-yocto-emmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/emb_mk_yocto_sdcard/emb-create-yocto-emmc.sh b/scripts/emb_mk_yocto_sdcard/emb-create-yocto-emmc.sh index 428f5ca..3b17d91 100755 --- a/scripts/emb_mk_yocto_sdcard/emb-create-yocto-emmc.sh +++ b/scripts/emb_mk_yocto_sdcard/emb-create-yocto-emmc.sh @@ -21,7 +21,7 @@ KERNEL_IMAGE=Image ROOTFS_IMAGE=rootfs.tar.bz2 BOOTLOADER_RESERVED_SIZE=4 PART1_SIZE=48 -BOOTLOADER_OFFSET=33 +BOOTLOADER_OFFSET=32 DISPLAY=-hdmi PART=p BOOTPART=1 -- 1.9.1