-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CircuitPython 6.2.0 does not boot on Espruino Pico #4714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could you try some earlier versions: 6.1.0, 6.0.0, 5.3.1? That will help us narrow it down. You can download them here: |
I've used, as root, the command 6.1.0 -> no storage device, no serial device, nothing in dmesgs |
@hierophect This is an STM32F401xE. Do you have any guess of why this would have stopped working? I don't have one to try. |
Could be something got messed up with the oscillators in the course of the v6 updates. I'll check it out. |
@valholl Hi, want to give this binary from my fix in #4719 a test? This fixes the problem on my Pico. Normally I'd point to the build artifacts but CI is being weird and didn't generate any. |
@hierophect it works also on my pico, thanks! |
I've tried to flash adafruit-circuitpython-espruino_pico-en_US-6.2.0.bin on the Espruino Pico following the advanced reflashing instructions on https://www.espruino.com/Pico#advanced-reflashing , but after what seemed a succesful flash the board didn't react in any way (nothing was logged in dmesg).
I have also tried 7.0.0-alpha.1 with the same result
On the same board I have successfully flashed micropython, following the same instructions.
I've also found this post on the forum https://forums.adafruit.com/viewtopic.php?f=60&t=174183&p=849038&hilit=espruino#p849038 so I'm opening this issue.
Please let me know if you need me to do any further test; I'm using linux on the host I'm using to flash the board.
The text was updated successfully, but these errors were encountered: