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