When insert MicroSD card, partition fused?

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

When insert MicroSD card, partition fused?

494 Views
传策薛
Contributor V

Hello anyone kind of:

     Today I met one problem,I use Imx6q+yocto+imx-4.1.15-2.1.0+core-image-minimal, burn image with mfgtools.

   

      When I insert the MicroSd card ,and then reboot ,I can not  mount /dev/mmcblk3p3 ?

    The error scene is below:

pastedImage_1.png

      but When i without MicroSD card insert ,and then power on board,it is normal:

      the scene is:

   pastedImage_3.png

   

   and also,When i without MicroSD card insert ,

   and then power on board,

   and then insertt MicroSD card,

   it is normal also:

   the scene is:

pastedImage_6.png

   

   Anyone Can give me some advices?

Labels (2)
0 Kudos
1 Reply

403 Views
b36401
NXP Employee
NXP Employee

Please try to reset SD card with the commands like these

# echo off > /sys/class/mmc_host/mmc3/power/control
# echo auto > /sys/class/mmc_host/mmc3/power/control

to the kernel to see that SD card is attached.

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos