From: Marcel Ziswiler <marcel@ziswiler.com>
To: u-boot@lists.denx.de
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>,
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>,
Marcel Ziswiler <marcel.ziswiler@toradex.com>
Subject: [PATCH v1 2/2] doc: board: toradex: verdin-am62: document update u-boot wrapper
Date: Tue, 29 Aug 2023 00:01:54 +0200 [thread overview]
Message-ID: <20230828220154.483362-3-marcel@ziswiler.com> (raw)
In-Reply-To: <20230828220154.483362-1-marcel@ziswiler.com>
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
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 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/doc/board/toradex/verdin-am62.rst b/doc/board/toradex/verdin-am62.rst
index ecc7e0777cb..e8d90273288 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
----
--
2.36.1
next prev parent reply other threads:[~2023-08-28 22:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 22:01 [PATCH v1 0/2] doc: board: toradex: documentation update Marcel Ziswiler
2023-08-28 22:01 ` [PATCH v1 1/2] doc: board: toradex: minor " Marcel Ziswiler
2023-08-29 7:59 ` Heinrich Schuchardt
2023-08-28 22:01 ` Marcel Ziswiler [this message]
2023-08-29 7:48 ` [PATCH v1 2/2] doc: board: toradex: verdin-am62: document update u-boot wrapper Heinrich Schuchardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230828220154.483362-3-marcel@ziswiler.com \
--to=marcel@ziswiler.com \
--cc=heinrich.schuchardt@canonical.com \
--cc=marcel.ziswiler@toradex.com \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.