You are not logged in.
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-CHIPwhich 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
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 linuxshould match in version)
Last edited by V1del (2022-02-16 12:22:46)
Offline
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 linuxshould 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: AmlogicI 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