Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
iconfalse
title~/imx-mkimage

$ sudo dd if=iMX8M/flash.bin of=${DISK} bs=1024 seek=3332

If on-module eMMC Flash is not empty

...

Info
iconfalse
titlehome directory

$ sudo dd if=flash.bin of=/dev/mmcblk2 bs=1024 seek=3332

Note
  1. If your u-boot hasn't been finalized and still under development, it is recommended to shunt cross the test pin and boot directly from SD card first. Once your u-boot is fully tested and finalized, you can fuse your flash.bin to eMMC flash.
  2. When TEST# pin of SMARC-iMX8MP is not shunt crossed, it will always boot up from on-module eMMC flash. U-boot will read the BOOT_SEL configuration and determine where it should load Image and device tree blob. When TEST# is shunt crossed (pull low), it will always boot up from SD card.

...