Cannot connect PC to STM32MP157x-EV1 board through ST-LINK/V2-1
I have carefully followed the getting started guide for the STM32MP157x-EV1 board. All the steps I took were successful until I reached the "Execute basic commands" section where I am instructed to run the following command:
ls /dev/ttyACM*
The expected output is
/dev/ttyACM0
but when I tried running it, no such file was found. With the evaluation board recently connected to my PC through the board's ST-LINK/V2-1 port, the "sudo dmesg" command reveals the following issues:
[ 2144.431929] usb 5-1: new full-speed USB device number 9 using xhci_hcd
[ 2144.563977] usb 5-1: device descriptor read/64, error -71
[ 2144.803980] usb 5-1: device descriptor read/64, error -71
[ 2145.039934] usb 5-1: new full-speed USB device number 10 using xhci_hcd
[ 2145.171984] usb 5-1: device descriptor read/64, error -71
[ 2145.411986] usb 5-1: device descriptor read/64, error -71
[ 2145.524053] usb usb5-port1: attempt power cycle
[ 2145.935943] usb 5-1: new full-speed USB device number 11 using xhci_hcd
[ 2145.936037] usb 5-1: Device not responding to setup address.
[ 2146.144071] usb 5-1: Device not responding to setup address.
[ 2146.351947] usb 5-1: device not accepting address 11, error -71
[ 2146.479952] usb 5-1: new full-speed USB device number 12 using xhci_hcd
[ 2146.480048] usb 5-1: Device not responding to setup address.
[ 2146.688038] usb 5-1: Device not responding to setup address.
[ 2146.895953] usb 5-1: device not accepting address 12, error -71
[ 2146.896088] usb usb5-port1: unable to enumerate USB device
I spent a couple hours digging through numerous posts/discussion/threads, trying many different solutions, but none seemed to have worked.
My fruitless efforts include...
- Using various other micro USB Type-B to USB Type-A cables
- Using different USB ports on my PC
- Restarting & power cycling both the PC and the board
- Disabling usbcore autosuspend (set to -1)
- Unloading and reloading the USB kernel module
- Re-flashing the board
Some of my sources include:
https://ubuntuforums.org/archive/index.php/t-797789.html
I am unsure of what further steps I might take to diagnose this problem. Let me know what information I might provide to clarify this issue. Any help is appreciated, thanks!
