USB flashdrive and hub detection not working after pico6502-vscode (Hello World) executed? #62
-
So I'm setting up my dev environment for the Pico6502 after seeing it work after assembly with a keyboard and to an actual monitor, but I've got a strange issue with USB terminal/uploading When I first loaded up Minicom on my Virtualbox Ubuntu 20.04 VM, the pico Status listed my two USB devices, flash drive and hub fine The first time I executed the build for Hello World to upload it to the pico6502, it had an error due to minicom conflict / stealing it and no write permissions. I rebooted the VM and all went well on the IDE side Strangely, when I went to the Minicom term again, and did status, it looked like: I rebooted the pico6502 board and plugged it into my PC again + reattached to the VM, and re-ran the upload code TLDR, Do I need to remove it from the case and reflash both the Picos due to some corruption, or is there a library missing that removes all the features? My Picos are fresh installs mind you, I just uploaded the UF2s to their boot-drive and started the above setup |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Wow, that's awkward. After replugging in the stuff again, and holding down the reset button (for 3 seconds this time) the devices popped up. |
Beta Was this translation helpful? Give feedback.
Don't leave minicom constantly up. Be sure to exit minicom before using the python tools for loading from your dev-system and into the RP6502. Both minicom and the python load script/tools use the same /dev/ttyacm0 resource.
At times - I've found USB detection a bit finicky. When it doubt, don't just use reset-button - pull-power from RP6502 for a harder-reset. :)