Hi everyone,
I’m trying to use an external SD card with my Jetson Nano eMMC version, but it doesn’t seem to detect the card at all. I followed standard instructions and attempted a method shared in this post:
Jetson Nano SD Card Can Use But Kernel Prompt Error
However, it still didn’t work in my case.
- lsblk Output – SD Card Not Visible
No external SD card device is shown:
lsblk.txt (1.2 KB)
-
/dev/mmcblk* Devices – Only Internal eMMC Present
Checked device nodes:
all_blk.txt (400 Bytes) -
Kernel Logs Related to MMC – No SD Card Activity
Output of dmesg | grep mmc:
dmesg_grep_mmc.txt (2.2 KB)
Only the internal eMMC is initialized (mmc0). Nothing appears for mmc1 or any external card.
- Device Tree Source and Warnings When Converting DTB to DTS
I decompiled the DTB using:
kernel_tegra210-p3448-0002-p3449-0000-b00.zip (81.7 KB)
I got many warnings:
converting_dtb2dts_warnings.txt (29.9 KB)
What I Need Help With:
How to correctly enable or configure the external SD card interface on the eMMC version of Jetson Nano?
Am I missing a pinmux or GPIO configuration?
Any guidance or working examples from someone who has successfully enabled the SD slot on the eMMC version would be super helpful.
Thanks in advance!