-
Notifications
You must be signed in to change notification settings - Fork 11
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
When uploading bootloader and python scripts, Badger freezes and becomes unresponsive. #7
Comments
Do you remember off hand which bootloader you used? I am checking my notes, and it seems that I've been using pimoroni-badger2040-v1.19.6-micropython.uf2. I have some vague memories that this was not the latest release due some bugs in 1.19.7+. Since I published the project, https://github.com/pimoroni/pimoroni-pico/releases released quite a few changes, and I suspect one of them might be not backward compatible and causing the issue you see. If you are feeling adventurous, you might want to try the latest version from https://github.com/pimoroni/badger2040. This could be a bit of adventure though :-) So, there are three paths to explore, ordered by their complexity:
Let me know how it goes, I would like to update README to make sure that it reflects the current state. |
Just to share that I've had the same problem, and after following your instructions here @oneearedrabbit, I've managed to make it work. I'm leaving the link for the bootloader you've mentioned here for future reference in the steps down below. For those who might be seeing this comment in the future (myself included). Steps:
The steps above worked fine for me to run the OS from this repo. |
@unnamedd Thanks for the instructions; I appreciate you going the extra mile! I apologize for the troubles you had to deal with. Would it be alright with you if I included your instructions in the README? |
@oneearedrabbit absolutely. Tomorrow I will do it and submit a PR ;) |
As the title says, when following the directions of putting the Badger in bootloader mode, uploading the new bootloader, then uploading the python scripts, the Badger will become frozen with the original Badger_os menu, but no buttons work or anything. Ideas what I should try?
The text was updated successfully, but these errors were encountered: