Seed studio's Jetson Nano recomputer J101 v2.0 with 16GB emmc not Booting from SD card

I am using seed studio’s jetson nano recomputer J101 v2.0 with 16GB emmc and TF card slot.

I have inserted a SD card with Jetpack installed in Jetson nano. when it’s booting, it shows the “mount: /mnt: wrong fs type, bad option, bad superblock on /dev/mmcb1k1, missing codepage or helper program, or other” is there any solution for that Error that I came across.

But, when i tried using same SD card on Nvidia’s Jetson Nano without emmc variant, it was Booting.

That sounds like some sort of missing filesystem or language type driver for the filesystem which is actually on the SD card. A reference to mmcblk1p1 (you wrote “mmcbk1k1”, I assume that’s a typographical error) implies the first partition of that.

Even though it cannot mount, you should be able to see some information on it. What do you see from:

lsblk -f /dev/mmcblk1
df -H -T /dev/mmcblk1
echo $LANG

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.