From d99284cfa23f114de55126af2647d58cf7ba3a54 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 27 Mar 2023 17:09:33 +0200 Subject: verdin-am62: workaround, deploy u-boot to boot partition Currently the R5 U-Boot doesn't load the A53 SPL and U-Boot proper from the raw eMMC boot area but from the first fat partition of the eMMC user area. As a workaround deploy these binaries additionally to FAT FS. Related-to: TEI-1066, ELB-5080 Signed-off-by: Max Krummenacher --- conf/machine/verdin-am62.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf/machine/verdin-am62.conf') diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf index f763d9e..1676482 100644 --- a/conf/machine/verdin-am62.conf +++ b/conf/machine/verdin-am62.conf @@ -46,6 +46,12 @@ IMAGE_BOOT_FILES:append = " \ ${KERNEL_IMAGETYPE} \ ${@make_dtb_boot_files(d)} \ " +# currently the R5 U-Boot doesn't load these from the raw boot area, so +# deploy them into the FAT FS +IMAGE_BOOT_FILES:append = " \ + tispl.bin \ + u-boot.img\ +" WKS_FILE_DEPENDS:append = " u-boot-distro-boot" WIC_CREATE_EXTRA_ARGS:append = " --no-fstab-update" -- cgit v1.2.3