pi pico blinks 4 imes then nothing circuitpython

April 30, 2024, 03:07

xavieriusmoor

as the titles states, flashed circuit python to my pi pico, led blinks 4 times then nothing no usual mass storage drive opening and nothing on com ports, works fine on micropython however no dice on circuit python where i need the hid library lol

xavieriusmoor

i think its a hardfault error???

thunder07337

Can you describe the steps you took to install circuit.

xavieriusmoor

downloaded from adafruit page here https://circuitpython.org/board/raspberry_pi_pico/ held bootsel while plugging the pico in then drag and drop the uf2 onto the pico in file explorer, finishes copying, seems to reboot and what above is where its at

xavieriusmoor

also tried older 8.2.7 and 8.2.5 and same result

thunder07337

Do you have the Pi Pico or the Pi Pico w?

xavieriusmoor

pico, dont got the w for fancy wifi and such

thunder07337

Have you tried resetting the Pico and then reinstalling the circuit?

xavieriusmoor

yep, nuked the entire circuit install and reinstalled it mutiple time same result it seems, still no idea why it works with micro but not circuit, every time i'm reliably able to use micro without issue when i first installed it on saturday it was working initaly however after 4 hours then the issue started to appear

thunder07337

As I don't have Windows, I'm afraid I can't help. Maybe this will help you: https://github.com/adafruit/circuitpython/issues/7112

xavieriusmoor

shorting run and gnd pins did it, ow it shows up edit: shorting once or twice gets circuit working for a few seconds

xavieriusmoor

gonna go to bed soon, if anyone has any ideas to try ping me so i'll see it in the morning

oops.se

I have experienced something similar and I solved it by "Factory resetting" the Pico, check https://electrocredible.com/how-to-reset-raspberry-pi-pico-w/

xavieriusmoor

So far here's what I've tried today - nuking the circuit install multiple times - tested on multiple machines on different architecture and cables to rule anything funky out - flashed other feather rp2040 uf2 (at recommendation of a circuit python dev) And all have failed other than being able to use the permanent brom that doesn't get nuked

xavieriusmoor

Also found out that the 4 blinks are circuit booting up not a error however no drive mounts to be able to upload code

xavieriusmoor

nuking it a few more times fixed it and now it works reliably