Hi,

On 2021-04-06 05:59, Peng Fan (OSS) wrote:
  Burn the flash.bin to the MicroSD card at offset 32KB:
.. code-block:: bash $sudo dd if=build/flash.bin of=/dev/sd[x] bs=1K seek=32 conv=notrunc; sync
+   $sudo dd if=build/u-boot.itb of=/dev/sd[x] bs=1K seek=384 conv=notrunc; sync

Why is this changed to 'seek=384'? Comment still states 'offset 32KB' and reference manual states that Primary Image Offset for SD card shall be 32KB. Can you explain a bit more around this?

Thanks,
/Peter

Reply via email to