From 8950db452cfd772d2ef90471806de795cf6df715 Mon Sep 17 00:00:00 2001 From: Judith Mendez Date: Tue, 10 Dec 2024 17:07:06 -0600 Subject: [PATCH] fix: Foundational_Components: Document Renaming of tiboot3-evm.bin When building u-boot, the initial bootloader is named tiboot3-evm.bin. In order for the device to load this binary, the file should be renamed to tiboot3.bin, so document this under target images section. Signed-off-by: Judith Mendez --- .../Foundational_Components/U-Boot/UG-General-Info.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/linux/Foundational_Components/U-Boot/UG-General-Info.rst b/source/linux/Foundational_Components/U-Boot/UG-General-Info.rst index 6a2a46fde..a6c256269 100644 --- a/source/linux/Foundational_Components/U-Boot/UG-General-Info.rst +++ b/source/linux/Foundational_Components/U-Boot/UG-General-Info.rst @@ -729,6 +729,12 @@ Build U-Boot * tiboot3-j722s-hs-fs-evm.bin from /r5 * tispl.bin, u-boot.img from /a53 +.. ifconfig:: CONFIG_part_variant in ('AM65X', 'J721E', 'J7200', 'AM64X', 'AM62X', 'AM62AX', 'AM62PX', 'J721S2', 'J784S4','J742S2', 'J722S') + + .. warning:: + + Rename "tiboot3--evm.bin" to "tiboot3.bin" in order for the device to load this binary from the SD card boot partition + Image Formats ^^^^^^^^^^^^^^^