jang0 Tux's lil' helper
Joined: 09 Nov 2020 Posts: 75
|
Posted: Tue Aug 27, 2024 11:51 pm Post subject: RISC-V: couldn'n recognize M0sense board |
|
|
I'm connecting Sipped M0sense board to an amd64 Gentoo machine from a USB 2.0 port, it consumes 0.5 A and therefore this USB port must supply barely enough power, the board turned on and LCD screen light up but /dev/ folder doesn't show new connected devices, it isn't recognized. I've followed the guide and connected boot and 3.3V pins, tested it on windows but it isn't recognized, some users managed to recognize it as /dev/ttyACM0 device, consequently I enabled CONFIG_USB_ACM=m on linux kernel, the only output when I connect is:
Code: |
# dmesg | less | tail -20
[ 6016.371434] usb 2-1.1: new full-speed USB device number 92 using ehci-pci
[ 6016.436426] usb 2-1.1: device descriptor read/64, error -32
[ 6016.607442] usb 2-1.1: device descriptor read/64, error -32
[ 6016.774883] usb 2-1.1: new full-speed USB device number 93 using ehci-pci
[ 6017.274445] usb 2-1.1: device descriptor read/64, error -32
[ 6017.447419] usb 2-1.1: device descriptor read/64, error -32
[ 6017.550658] usb 2-1-port1: attempt power cycle
[ 6018.754435] usb 2-1.1: new full-speed USB device number 94 using ehci-pci
[ 6019.166424] usb 2-1.1: device not accepting address 94, error -32
[ 6019.230431] usb 2-1.1: new full-speed USB device number 95 using ehci-pci
[ 6019.646428] usb 2-1.1: device not accepting address 95, error -32
[ 6019.646640] usb 2-1-port1: unable to enumerate USB device
[ 6020.211431] usb 2-1.1: new full-speed USB device number 96 using ehci-pci
[ 6020.276431] usb 2-1.1: device descriptor read/64, error -32
[ 6020.674424] usb 2-1.1: device descriptor read/64, error -32
[ 6020.846429] usb 2-1.1: new full-speed USB device number 97 using ehci-pci
[ 6020.911427] usb 2-1.1: device descriptor read/64, error -32
[ 6021.079432] usb 2-1.1: device descriptor read/64, error -32
[ 6021.182633] usb 2-1-port1: attempt power cycle
|
Do you have any idea to continue investigating around this issue? |
|