summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-03-27 17:09:33 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-10 14:18:44 +0200
commitd99284cfa23f114de55126af2647d58cf7ba3a54 (patch)
tree0ae1b3997c7faa1505e1aacf4726f9ba414bfd2f
parentf5ace5c11e30884fb84f57eb165bd73fa5bbf9d4 (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf6
1 files changed, 6 insertions, 0 deletions
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"