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

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

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

Jump to solution
494 Views
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?

Tags (4)
0 Kudos
1 Solution
458 Views
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

 

View solution in original post

2 Replies
459 Views
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

 

452 Views
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 Kudos