You are not logged in.

#1 2022-02-16 00:12:07

yuanhao
Member
From: Edinburgh, UK
Registered: 2021-11-12
Posts: 68
Website

[SOLVED] No emmc detected by fdisk -l or lsblk

I just bought a Khadas vim3 SBC, after connected to arch linux I have detected it using

[.... ~]$ lsusb | grep Amlogic
Bus 001 Device 011: ID 1b8e:c003 Amlogic, Inc. GX-CHIP

which according to the official website is the board.
Is there any way I can detect using the lsblk and mount it?

Last edited by yuanhao (2022-02-17 20:42:17)

Offline

#2 2022-02-16 12:22:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,292

Re: [SOLVED] No emmc detected by fdisk -l or lsblk

Check/post dmesg output when pluggin in the device. lsusb is useless for determining general support since that's just "basic" USB bus information which can be provided by entirely unsupported devices just as well.

If you updated your system before plugin in the device make sure you reboot to ensure that the kernel has all modules at its disposal (...

uname -r
pacman -Q linux

should match in version)

Last edited by V1del (2022-02-16 12:22:46)

Offline

#3 2022-02-17 20:41:20

yuanhao
Member
From: Edinburgh, UK
Registered: 2021-11-12
Posts: 68
Website

Re: [SOLVED] No emmc detected by fdisk -l or lsblk

V1del wrote:

Check/post dmesg output when pluggin in the device. lsusb is useless for determining general support since that's just "basic" USB bus information which can be provided by entirely unsupported devices just as well.

If you updated your system before plugin in the device make sure you reboot to ensure that the kernel has all modules at its disposal (...

uname -r
pacman -Q linux

should match in version)

I have checked the system and it is updated, and this is the dmesg message

[36596.745803] usb 1-12: USB disconnect, device number 25
[36598.277308] usb 1-12: new high-speed USB device number 26 using xhci_hcd
[36598.418529] usb 1-12: New USB device found, idVendor=1b8e, idProduct=c003, bcdDevice= 0.20
[36598.418540] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[36598.418545] usb 1-12: Product: GX-CHIP
[36598.418548] usb 1-12: Manufacturer: Amlogic

I think it just doesn't recognise it as a emmc storage?
I found on the official doc of my SBC and it says need to download specific tool to write data into it
So I just use it, it just automatically detected and write the img file behind the scene.....

Offline

Board footer

Powered by FluxBB