Skip to content

Commit fa552f9

Browse files
ArchUsr64cshilwant
authored andcommitted
feat(Falcon-Mode): update OSPI boot instructions
With the commit 84a83907c5c2 ("mach-k3: common: support only MMC in R5 falcon mode") in ti-u-boot[1] disabling loading of tifalcon.bin from SPI flash, update the docs accordingly. [1]: TexasInstruments/ti-u-boot@84a8390 Signed-off-by: Anshul Dalal <[email protected]>
1 parent 1ec46ee commit fa552f9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

source/linux/Foundational_Components/U-Boot/UG-Falcon-Mode.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,22 +105,19 @@ OSPI boot:
105105

106106
.. ifconfig:: CONFIG_part_variant not in ('AM62AX')
107107

108-
For OSPI boot, the :file:`tiboot3.bin` and :file:`tifalcon.bin` files should be
109-
flashed to the same addresses in flash as regular boot flow but the
110-
:file:`fitImage` is read from the root filesystem's boot directory. The MMC
108+
For OSPI boot, the :file:`tiboot3.bin` file should be flashed to the same
109+
addresses in flash as regular boot flow whereas :file:`tifalcon.bin` and the
110+
:file:`fitImage` are read from the root filesystem's boot directory. The MMC
111111
device is selected by the ``mmcdev`` env variable for R5 SPL.
112112

113-
Below U-Boot commands can be used to download :file:`tiboot3.bin` and
114-
:file:`tifalcon.bin` over tftp and then flash those to OSPI at their respective
115-
addresses.
113+
Below U-Boot commands can be used to download :file:`tiboot3.bin` over tftp
114+
and then flash it to OSPI.
116115

117116
.. code-block:: console
118117
119118
=> sf probe
120119
=> tftp ${loadaddr} tiboot3.bin
121120
=> sf update $loadaddr 0x0 $filesize
122-
=> tftp ${loadaddr} tifalcon.bin
123-
=> sf update $loadaddr 0x80000 $filesize
124121
125122
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
126123

0 commit comments

Comments
 (0)