...
Info |
---|
icon | false |
---|
title | ~/imx-mkimage |
---|
|
$ sudo dd if=iMX8M/flash.bin of=${DISK} bs=1024 seek=3332
|
If on-module eMMC Flash is not empty
...
Info |
---|
icon | false |
---|
title | home directory |
---|
|
$ sudo dd if=flash.bin of=/dev/mmcblk2 bs=1024 seek=3332
|
Note |
---|
- 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.
- 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.
|
...