From: Stefan Kerkmann <s.kerkmann@pengutronix.de>
To: BAREBOX <barebox@lists.infradead.org>
Cc: Stefan Kerkmann <s.kerkmann@pengutronix.de>
Subject: [PATCH 1/2] doc: user: barebox: bootz instead of bootm
Date: Fri, 15 Dec 2023 13:11:22 +0100 [thread overview]
Message-ID: <20231215-doc-fit-images-for-chainloading-v1-1-9b704facdc3b@pengutronix.de> (raw)
In-Reply-To: <20231215-doc-fit-images-for-chainloading-v1-0-9b704facdc3b@pengutronix.de>
barebox-dt-2nd.img is in the `zImage` format, therefore use the proper
command for booting on 32-bit platforms.
---
Documentation/user/barebox.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 80f0f96a98..f4e600bde0 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -212,7 +212,7 @@ like a Linux kernel that is passed an external device tree. For example:
U-Boot: tftp $kernel_addr barebox-dt-2nd.img
U-Boot: tftp $fdt_addr my-board.dtb
- U-Boot: bootm $kernel_addr - $fdt_addr # On 32-bit ARM
+ U-Boot: bootz $kernel_addr - $fdt_addr # On 32-bit ARM
U-Boot: booti $kernel_addr - $fdt_addr # for other platforms
For non-DT enabled-bootloaders or other architectures, often the normal barebox
--
2.39.2
next prev parent reply other threads:[~2023-12-15 12:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-15 12:11 [PATCH 0/2] doc: user: barebox: add method for fit image chainloading Stefan Kerkmann
2023-12-15 12:11 ` Stefan Kerkmann [this message]
2023-12-15 12:14 ` [PATCH 1/2] doc: user: barebox: bootz instead of bootm Ahmad Fatoum
2023-12-15 12:11 ` [PATCH 2/2] doc: user: barebox: add chainloading of fit images Stefan Kerkmann
2023-12-15 12:15 ` Ahmad Fatoum
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=20231215-doc-fit-images-for-chainloading-v1-1-9b704facdc3b@pengutronix.de \
--to=s.kerkmann@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox