Mount and format the eMMC device using these commands:
# mount -e /dev/emmc0
# mkdosfs /dev/emmc0t11
Mount the FAT32 partition of the eMMC using the following command:
# mount -t dos /dev/emmc0t11 /fs/emmc
Copy the QNX IFS file (qnx-ifs)
/tmp directory to the
fs/emmc directory as qnx-ifs.
You can also use the QNX Momentics IDE to copy the file
or one of the following commands:
For the i.MX 8MP EVK board:
# cp /tmp/qnx-ifs /fs/emmc/qnx-ifs
Note:
The QNX IFS file must be copied to the target DOS filesystem with the
name as qnx-ifs.
If you require networking, copy imx8mp-evk.dtb onto the eMMC memory device
raw partition using following command:
# cp /tmp/imx8mp-evk.dtb /fs/emmc/imx-dtb
Copy the QNX IPL onto the eMMC memory device
raw partition using following command based on the Silicon variant on your board:
Set the boot switches for the i.MX 8MP EVK board to boot
from the eMMC instead of the SD
on your board as follows:
Figure 1DIP switch configuration for the i.MX 8MP EVK board to boot from eMMC
For more information, see Set up the hardware in this chapter
about configuring the DIP switches on the i.MX 8MP EVK board.
Press the SW2 (RESET) switch on the i.MX 8MP EVK board to reset the
board and press
the E key to boot from the eMMC when prompted in your
console.