diff options
| author | hathach <[email protected]> | 2019-09-09 11:24:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-09 11:24:43 +0700 |
| commit | b76baeda977c60feef23cacbd079d1174731bdbb (patch) | |
| tree | 57cbf28b24c852a61575415382ac8a88014c2316 /examples | |
| parent | f8081536310e5ac7a1e8c8ba9295890429a2cb6f (diff) | |
docs update
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/readme.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/readme.md b/examples/readme.md index f48e897d6..dc4c563dd 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -30,9 +30,16 @@ $ make BOARD=feather_nrf52840_express all ## Flash -TODO: write more on flashing +`flash` target will use the on-board debugger (jlink/cmsisdap/stlink/dfu) to flash the binary. We should install those debugger/programmer software in advance. Futhermore, since external jlink can be used with most of the board, there is also `flash-jlink` target for out convenience. ``` $ make BOARD=feather_nrf52840_express flash +$ make BOARD=feather_nrf52840_express flash-jlink +``` + +Some board use uf2 bootloader for drag & drop in to mass storage device, uf2 can be generated with `uf2` target + +``` +$ make BOARD=feather_nrf52840_express all uf2 ``` |
