[PATCH 3/3] doc: board: Add minimal documentation for Sielaff i.MX6 Solo board

Fabio Estevam festevam at gmail.com
Fri Feb 9 13:26:40 CET 2024


Hi Frieder,

On Thu, Feb 8, 2024 at 1:59 PM Frieder Schrempf <frieder at fris.de> wrote:

> +Burn the flash.bin to SD card at an offset of 1 KiB:
> +
> +.. code-block:: bash
> +
> +   $ dd if=flash.bin of=/dev/sd[x] bs=1K seek=1 conv=notrunc

I see that you used binman to create the flash.bin file.

You could simply use the standard u-boot-with-spl.imx instead:

$ sha256sum flash.bin
a0a4536876f2957ef88776036f13c6604a9f7e7fd78a236e8ea7322c2ae3e4cf  flash.bin

$ sha256sum u-boot-with-spl.imx
a0a4536876f2957ef88776036f13c6604a9f7e7fd78a236e8ea7322c2ae3e4cf
u-boot-with-spl.imx

As you can see they have the same content.

I would suggest dropping the binman generation and just flash
u-boot-with-spl.imx.


More information about the U-Boot mailing list