On 15.12.23 13:11, Stefan Kerkmann wrote: > barebox-dt-2nd.img is in the `zImage` format, therefore use the proper > command for booting on 32-bit platforms. S-o-b missing. With this address: Acked-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> > --- > 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 > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |