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.

For panda, does sd/mmc can work with nfs?

Other Parts Discussed in Thread: TWL6030

Hello,

Does someone had tested sd/mmc with nfs?

After tried latest mainline tree and linaro 3.1, I found sd card doesn't work

with nfs or usb fs, and it works well with mmc fs. However blaze board doesn't

have the problem.

It seems the issue is related to power supply.

For blaze, I can see there is an extra mmc0 interrupt num which should be handled by

twl6030.

root@localhost:/root> cat /proc/interrupts | grep mmc
           CPU0       CPU1
 91:        145           0         GIC   mmc1
115:        145          0         GIC   mmc0
384:          1           0     twl6030  mmc0

But for panda, only two mmc interrupt nums exist.

root@localhost:/root> cat /proc/interrupts |grep mmc
 91:         13       GIC  mmc1
115:          0       GIC  mmc0

PS: From schemtic, I found USB phy and mmc share same VIO_1V8, is it has impact about the issue.

Thanks,