diff options
| author | huntc <[email protected]> | 2023-01-04 10:27:16 +1100 |
|---|---|---|
| committer | huntc <[email protected]> | 2023-01-04 10:27:16 +1100 |
| commit | 6e6c3cbebcf0cfdb07622df803584f3fbc6a491a (patch) | |
| tree | bf66366b3909e7e53d546c475e2461c72ab329bc /examples/boot/application/nrf/README.md | |
| parent | 651eec02423c42afb80e8f2eaedb4b618148a26e (diff) | |
Cleaned up some doc and memory layout
The memory layout of the s140 crept into a number of memory files, which can cause confusion.
Diffstat (limited to 'examples/boot/application/nrf/README.md')
| -rw-r--r-- | examples/boot/application/nrf/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/boot/application/nrf/README.md b/examples/boot/application/nrf/README.md index 703377a20..a6719b505 100644 --- a/examples/boot/application/nrf/README.md +++ b/examples/boot/application/nrf/README.md | |||
| @@ -32,3 +32,7 @@ cargo objcopy --release --bin b -- -O binary b.bin | |||
| 32 | ``` | 32 | ``` |
| 33 | cargo flash --release --bin a --chip nRF52840_xxAA | 33 | cargo flash --release --bin a --chip nRF52840_xxAA |
| 34 | ``` | 34 | ``` |
| 35 | |||
| 36 | You should then see a solid LED. Pressing button 1 will cause the DFU to be loaded by the bootloader. Upon | ||
| 37 | successfully loading, you'll see the LED flash. After 5 seconds, because there is no petting of the watchdog, | ||
| 38 | you'll see the LED go solid again. This indicates that the bootloader has reverted the update. \ No newline at end of file | ||
