]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: board: toradex: verdin-am62: document update u-boot wrapper
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Mon, 28 Aug 2023 22:01:54 +0000 (00:01 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 2 Sep 2023 04:05:45 +0000 (06:05 +0200)
Now with the update U-Boot wrappers having been sorted out, document
their usage.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
doc/board/toradex/verdin-am62.rst

index ecc7e0777cbfbc1d1bab031b9ba3e63fbc65061f..e8d90273288303b2cd06e39cbdb15f2e34afa149 100644 (file)
@@ -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
 ----