aboutsummaryrefslogtreecommitdiff
path: root/doc/board
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-08-29 00:01:54 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-09-02 06:05:45 +0200
commitb4b7eed4994413f1d02596593b8c4c1143bee142 (patch)
tree2d667bcecb89b9cf022d4c0fcbb3677c0423252f /doc/board
parent4d1fea9ad1184a03c45836c3ba54c021ef795df1 (diff)
downloadu-boot-b4b7eed4994413f1d02596593b8c4c1143bee142.zip
u-boot-b4b7eed4994413f1d02596593b8c4c1143bee142.tar.gz
u-boot-b4b7eed4994413f1d02596593b8c4c1143bee142.tar.bz2
doc: board: toradex: verdin-am62: document update u-boot wrapper
Now with the update U-Boot wrappers having been sorted out, document their usage. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'doc/board')
-rw-r--r--doc/board/toradex/verdin-am62.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/board/toradex/verdin-am62.rst b/doc/board/toradex/verdin-am62.rst
index ecc7e07..e8d9027 100644
--- a/doc/board/toradex/verdin-am62.rst
+++ b/doc/board/toradex/verdin-am62.rst
@@ -74,6 +74,20 @@ Flash to eMMC
=> fatload mmc 1 ${loadaddr} u-boot.img
=> mmc write ${loadaddr} 0x1400 0x2000
+As a convenience, instead of having to remember all those addresses and sizes,
+one may also use the update U-Boot wrappers:
+
+.. code-block:: bash
+
+ > tftpboot ${loadaddr} tiboot3-am62x-gp-verdin.bin
+ > run update_tiboot3
+
+ > tftpboot ${loadaddr} tispl.bin
+ > run update_tispl
+
+ > tftpboot ${loadaddr} u-boot.img
+ > run update_uboot
+
Boot
----