[PATCH v2 1/2] doc: user: barebox: bootz instead of bootm
Stefan Kerkmann
s.kerkmann at pengutronix.de
Fri Dec 15 05:43:53 PST 2023
barebox-dt-2nd.img is in the `zImage` format, therefore use the proper
command for booting on 32-bit platforms.
Signed-off-by: Stefan Kerkmann <s.kerkmann at pengutronix.de>
Acked-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
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
More information about the barebox
mailing list