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,445件の閲覧回数
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,409件の閲覧回数
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,410件の閲覧回数
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,403件の閲覧回数
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 件の賞賛
返信