From 2976c169155903e7fc9ca6e39e74295ce1ea520e 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 | 7 +++++++ 1 file changed, 7 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..c7d26d503 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,13 @@ 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 :file:`tiboot3--evm.bin` to :file:`tiboot3.bin` in order for the device to load this binary from the SD card boot partition. + Also, (For GP devices only) rename :file:`tispl.bin_unsigned` to :file:`tispl.bin` and :file:`u-boot.img_unsigned` to :file:`u-boot.img` as well. + Image Formats ^^^^^^^^^^^^^^^