The alt name for tispl binary is "tispl.bin" and not "tispl", this patch
fixes the documentation to the correct alt name.
Fixes: def64b493748 ("doc: board: Add document for DFU boot on am62x SoCs")
Fixes: 3633fdbb6b90 ("ti: add support for AM6254atl SiP")
Signed-off-by: Anshul Dalal <[email protected]>
---
doc/board/ti/am6254atl_sk.rst | 2 +-
doc/board/ti/am62x_sk.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/board/ti/am6254atl_sk.rst b/doc/board/ti/am6254atl_sk.rst
index cf58ed4c03f..7776ffb14cb 100644
--- a/doc/board/ti/am6254atl_sk.rst
+++ b/doc/board/ti/am6254atl_sk.rst
@@ -280,7 +280,7 @@ When using dfu-util the following commands can be used to
boot to a U-Boot shell
.. prompt:: bash $
dfu-util -a bootloader -D tiboot3.bin
- dfu-util -R -a tispl -D tispl.bin
+ dfu-util -R -a tispl.bin -D tispl.bin
dfu-util -R -a u-boot.img -D u-boot.img
Debugging U-Boot
diff --git a/doc/board/ti/am62x_sk.rst b/doc/board/ti/am62x_sk.rst
index 1a0e5e07c4b..b50fff87506 100644
--- a/doc/board/ti/am62x_sk.rst
+++ b/doc/board/ti/am62x_sk.rst
@@ -329,7 +329,7 @@ When using dfu-util the following commands can be used to
boot to a U-Boot shell
.. prompt:: bash $
dfu-util -a bootloader -D tiboot3.bin
- dfu-util -R -a tispl -D tispl.bin
+ dfu-util -R -a tispl.bin -D tispl.bin
dfu-util -R -a u-boot.img -D u-boot.img
.. am62x_evm_rst_include_end_dfu_boot
---
base-commit: a333d9e59f6675c9541c34643f334dbf50898647
change-id: 20251218-dfu_doc_fix-51c345e19e78
Best regards,
--
Anshul Dalal <[email protected]>