9 lines
231 B
Markdown
9 lines
231 B
Markdown
Load arduino bootloader to samd21g18a with black magic probe
|
|
============================================================
|
|
|
|
```shell
|
|
arm-none-eabi-gdb
|
|
target extended-remote /dev/ttyBmpGdb
|
|
monitor swd_scan
|
|
load samd21_sam_ba.elf
|
|
``` |