Skip to content

Commit 2976c16

Browse files
jmentiStaticRocket
authored andcommitted
fix: Foundational_Components: Document Renaming of tiboot3<board>-evm.bin
When building u-boot, the initial bootloader is named tiboot3<board>-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 <[email protected]>
1 parent 8fac421 commit 2976c16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/linux/Foundational_Components/U-Boot/UG-General-Info.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,13 @@ Build U-Boot
729729
* tiboot3-j722s-hs-fs-evm.bin from <output directory>/r5
730730
* tispl.bin, u-boot.img from <output directory>/a53
731731

732+
.. ifconfig:: CONFIG_part_variant in ('AM65X', 'J721E', 'J7200', 'AM64X', 'AM62X', 'AM62AX', 'AM62PX', 'J721S2', 'J784S4','J742S2', 'J722S')
733+
734+
.. warning::
735+
736+
Rename :file:`tiboot3-<board>-evm.bin` to :file:`tiboot3.bin` in order for the device to load this binary from the SD card boot partition.
737+
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.
738+
732739
Image Formats
733740
^^^^^^^^^^^^^^^
734741

0 commit comments

Comments
 (0)