Dear all,
I setup am437x boot order is SD, EMMC, when I input linux system, SD device node is /dev/mmcblk0, emmc device node is /dev/mmcblk1, when I setup am437x boot order is EMMC,SD, what is SD device node? what is EMMC device node?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear all,
I setup am437x boot order is SD, EMMC, when I input linux system, SD device node is /dev/mmcblk0, emmc device node is /dev/mmcblk1, when I setup am437x boot order is EMMC,SD, what is SD device node? what is EMMC device node?
Hello user5152479,
If you are using Processor SDK version below 3.03.04 the device from where you boot will be mapped on /dev/mmcblk0. If you boot from SD card, the SD card will be mapped on /dev/mmcblk0. If you boot from eMMC, the eMMC will be mapped on /dev/mmcblk0. If you are using Processor SDK version above 4.00.04 the eMMC will be always mapped on /dev/mmcblk1.
Best regards,
Kemal
Dear Kemal,
Thank!
When I boot from eMMC, if I want eMMC mapped on /dev/mmcblk0, how to do it?