
9 Feb
2024
9 Feb
'24
1:26 p.m.
Hi Frieder,
On Thu, Feb 8, 2024 at 1:59 PM Frieder Schrempf frieder@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.