unable to mount the /dev/block/mmcblk0p1 in init.rc

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

unable to mount the /dev/block/mmcblk0p1 in init.rc

ソリューションへジャンプ
10,276件の閲覧回数
ManoharChinnadu
Contributor III

Here i'm doing the Board bringup activity and as of now able to bringup to kernel and fails to bringup AFS from the SD card.

 

I'm facing following issues:

1. Kernel is up and able to enter ramdisk.img(init.rc, init.freescale.rc..etc) but fail to mount with following command in init.freescale.rc

 

    mount vfat /dev/block/mmcblk0p1 /boot

    mount ext4 /dev/block/mmcblk0p5 /system

    # mount ext4 /dev/block/mmcblk0p5 /system ro remount

    mount ext4 /dev/block/mmcblk0p7 /data nosuid nodev nodiratime noatime noauto_da_alloc errors=panic

     mount ext4 /dev/block/mmcblk0p6 /cache nosuid nodev

    mount ext4 /dev/block/mmcblk0p8 /vendor nosuid nodev

 

2. with kernel and busybox i'm able to mount the card from by creating the mknod <filename> b 179 1  and able to access the partition.

 

3. from the kernel, we are able to detect the card from the kernel logs.

mmc1: host does not support reading read-only switch. assuming write-enable.

mmc1: new high speed SDHC card at address 0007

mmcblk0: mmc1:0007 SD04G 3.67 GiB

  mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 > p4

 

4. please refer the logs file where i enabled the logs of kernel and init.rc file.

 

i have following Questions:

1. how to get the node file(/dev/block/mmcblk0p) is created or not when mmc driver is initialized  and block driver identified the partitions of sd card. because no access to shell to knw the details.

 

please give me your inputs regading this issue.

 

Original Attachment has been moved to: mount_fs.txt.zip

ラベル(1)
1 解決策
4,006件の閲覧回数
ManoharChinnadu
Contributor III

We fixed this issue by increasing the rootdelay timing by proving in boot arguments and now it's working fine without issues.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
4,006件の閲覧回数
karina_valencia
NXP Apps Support
NXP Apps Support

hello Manohar Chinnadurai,

It seems strange in your SD partition table. Are you based on i.mx6+ ICS? But it seems different from our user guide does.

Can you list your SD partitions info?

0 件の賞賛
返信
4,007件の閲覧回数
ManoharChinnadu
Contributor III

We fixed this issue by increasing the rootdelay timing by proving in boot arguments and now it's working fine without issues.

0 件の賞賛
返信
4,006件の閲覧回数
oliver_chen
NXP Employee
NXP Employee

Good. I'm very glad to see that you can fix the issue by yourself.

0 件の賞賛
返信