Skip to content
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

Correct documentation on bootloaders #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions byo_sample_code/circuit_python/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Setup

1. [Install Mu Software](https://learn.adafruit.com/introducing-itsy-bitsy-m0/installing-mu-editor)
2. Update Bootloader to version 6.3
2. Update Bootloader to version 7.x
- Plugin your device via USB to your computer. The storage drive will show up as an external USB disk.
- Double tap RESET button to get to the bootloader, the device will un-mount the disk and re-mount as the bootloader ("ITSYBTSY") If device doesn't show up, try double tapping more slowly.
- Download the lastest bootloader https://circuitpython.org/board/itsybitsy_m0_express/
- Download the lastest 7.x bootloader https://circuitpython.org/board/itsybitsy_m0_express/
- Extract, copy the file with the UF2 extension to the ITSYBTSY drive that shows up on your PC. No need to rename file. Device will reboot immediately after copy.
- The device will reboot and mount its storage disk. Probably called "NO_NAME" however you can rename it to whatever you please.
- Open the `boot_out.txt` file. You should see updated firmware version and date.
3. Update lib packages
- Download the latest 6.3.0 CircuitPython here: https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/download/20210611/adafruit-circuitpython-bundle-6.x-mpy-20210611.zip
- Download the latest 7.x CircuitPython here: [https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/download/20220715/adafruit-circuitpython-bundle-7.x-mpy-20220715.zip](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/download/20220715/adafruit-circuitpython-bundle-7.x-mpy-20220715.zip)
- Extract and open the `lib/` folder, find and copy these files over to your device's `lib/` folder:
- `adafruit_hid/` (folder)
- `adafruit_dotstar.mpy`
Expand Down