Skip to content

Commit 2d0710c

Browse files
jmentipraneethbajjuri
authored andcommitted
fix(linux): Fill in missing commands for USB-DFU flash eMMC
For USB-DFU flashing to eMMC section, fill in the missing commands to flash tispl.bin and u-boot.img. Signed-off-by: Judith Mendez <[email protected]>
1 parent 690f2b5 commit 2d0710c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/linux/Foundational_Components/U-Boot/UG-Memory-K3.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,13 +362,19 @@ Then transfer each desired binary from the host to the device:
362362
.. code-block:: console
363363
364364
$ sudo dfu-util -R -a tiboot3.bin.raw -D tiboot3.bin
365+
$ sudo dfu-util -R -a tispl.bin.raw -D tispl.bin
366+
$ sudo dfu-util -R -a u-boot.img.raw -D u-boot.img
365367
366368
- Device:
367369

368370
.. code-block:: console
369371
370372
##DOWNLOAD ... OK
371373
Ctrl+C to exit ...
374+
##DOWNLOAD ... OK
375+
Ctrl+C to exit ...
376+
##DOWNLOAD ... OK
377+
Ctrl+C to exit ...
372378
373379
Flashing an SD card from a host PC
374380
==================================

0 commit comments

Comments
 (0)