Skip to content

Commit 8950db4

Browse files
committed
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 2fb012f commit 8950db4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,12 @@ 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 "tiboot3-<board>-evm.bin" to "tiboot3.bin" in order for the device to load this binary from the SD card boot partition
737+
732738
Image Formats
733739
^^^^^^^^^^^^^^^
734740

0 commit comments

Comments
 (0)