rpi not seeing device as usb?
skywo1f opened this issue · 9 comments
So at the end of your guide, you say I should be able to see the outputs from the pico over usb. but looking at /dev/ nothing new is coming up. Also Thonny is not seeing any devices either. How am I supposed to see the outputs of the pico?
Even the arduino ide fails to see it under any ports
What operating system are you using?
I am on the rpi os
but my windows pc also fails to see this device
Ok - one thing to check is if you're using a USB cable that supports data. Some only have power connections, which might explain why you're having issues
I know it does data because it is also the same usb I am using it to transfer the file over once I compile it
do you know what baud rate I should be expecting usb messages at?
also the pico is blinking quickly, so I assume the code got on there ok. It's seems like it is just not opening up a serial connection on its end
ok I figured it out. pico-sdk needs to be fully downloaded from github. this means you gotta do
git submodule update --init
in order to get tinyusb. Then just listen at 9600 baud on ttyACM0