EMMC cannot display all device nodes

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

EMMC cannot display all device nodes

405 Views
ninghongxie
Contributor I


EMMC cannot display all device nodes under / dev /

emmc.png

Labels (1)
0 Kudos
1 Reply

320 Views
b36401
NXP Employee
NXP Employee

Please try to create the node with the command like this:
# mknod /dev/mmcblk1p8 b 9 40
Here 9 and 40 are not actual numbers.
Please first do "ls -l /dev/mmcblk1p7" to get its major and minor numbers,
then use major and minor+1 for mmcblk1p8.

0 Kudos