Skip to content

Commit

Permalink
fix: Foundational_Components: Document Renaming of tiboot3<board>-evm…
Browse files Browse the repository at this point in the history
….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]>
  • Loading branch information
jmenti authored and StaticRocket committed Dec 13, 2024
1 parent 8fac421 commit 2976c16
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,13 @@ Build U-Boot
* tiboot3-j722s-hs-fs-evm.bin from <output directory>/r5
* tispl.bin, u-boot.img from <output directory>/a53

.. ifconfig:: CONFIG_part_variant in ('AM65X', 'J721E', 'J7200', 'AM64X', 'AM62X', 'AM62AX', 'AM62PX', 'J721S2', 'J784S4','J742S2', 'J722S')

.. warning::

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.
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
^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 2976c16

Please sign in to comment.