We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed34c35 commit 0a10d17Copy full SHA for 0a10d17
atmel-samd/README.md
@@ -23,9 +23,11 @@ Board names are the directory names in the `boards` folder.
23
24
### Arduino Bootloader
25
If your board has an existing Arduino bootloader on it then you can use bossac
26
-to flash MicroPython. After building run:
+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:
29
- 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
31
32
### No Bootloader via GDB
33
This method works for loading MicroPython onto the Arduino Zero via the
atmel-samd/tools/bossac_osx
2 Bytes
0 commit comments