Skip to content

Commit 0a10d17

Browse files
committed
atmel-samd: Update bossac_osx with one that works.
Add info to the README on how to get into bootloader on feathers. Fixes adafruit#6.
1 parent ed34c35 commit 0a10d17

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

atmel-samd/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ Board names are the directory names in the `boards` folder.
2323

2424
### Arduino Bootloader
2525
If your board has an existing Arduino bootloader on it then you can use bossac
26-
to flash MicroPython. After building run:
26+
to flash MicroPython. First, activate the bootloader. On Adafruit Feathers you
27+
can double click the reset button and the #13 will fade in and out. Finally,
28+
run bossac:
2729

28-
tools/bossac_osx -e -w -v -b build-feather_m0_ble/firmware.bin
30+
tools/bossac_osx -e -w -v -b -R build-feather_m0_ble/firmware.bin
2931

3032
### No Bootloader via GDB
3133
This method works for loading MicroPython onto the Arduino Zero via the

atmel-samd/tools/bossac_osx

2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)