I can see sdcard from u-boot, but it wont show up in linux

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

I can see sdcard from u-boot, but it wont show up in linux

跳至解决方案
1,388 次查看
jadellamorte
Contributor II

I have a custom imx8mn board, im trying to get the sdcard to work. I can see it in u-boot but it wont probe in linux.

Any ideas?

标记 (4)
0 项奖励
回复
1 解答
1,352 次查看
Harvey021
NXP TechSupport
NXP TechSupport

Hi @jadellamorte 

Would suggest check the DTS and Driver. Refer to the usdhc2 node of 8mn (linux-imx/imx8mm-evk.dtsi at lf-6.1.y · nxp-imx/linux-imx · GitHub) and these CONFIG_MMC, CONFIG_MMC_BLOCK, CONFIG_EXT4_FS enabled or not.

If there is /dev/mmcblk1 node, then check its driver.

 

Best regards

Harvey

 

在原帖中查看解决方案

2 回复数
1,353 次查看
Harvey021
NXP TechSupport
NXP TechSupport

Hi @jadellamorte 

Would suggest check the DTS and Driver. Refer to the usdhc2 node of 8mn (linux-imx/imx8mm-evk.dtsi at lf-6.1.y · nxp-imx/linux-imx · GitHub) and these CONFIG_MMC, CONFIG_MMC_BLOCK, CONFIG_EXT4_FS enabled or not.

If there is /dev/mmcblk1 node, then check its driver.

 

Best regards

Harvey

 

1,346 次查看
jadellamorte
Contributor II
Thanks for the reply! but I found the problem I copy and pasted a usdhc2 regulator of the imx8mn-ddr-evk device tree, and based of schematic it was not needed and causing problems.
0 项奖励
回复