-
Notifications
You must be signed in to change notification settings - Fork 967
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize SWD debugging stuff so it works on all nrf52 targets. (#4377)
* add bootloader install script for wio tracker 1110 board Mostly for documentation purposes for future devs. * Generalize nrf52 hw debugging support so it works on all nrf52 targets
- Loading branch information
1 parent
dd552a9
commit d1ff160
Showing
4 changed files
with
101 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# tips from mark on how to replace the (broken) bootloader on the red wio_tracker_1110 boards. | ||
|
||
~/.platformio/penv/bin/adafruit-nrfutil --verbose dfu serial --package wio_tracker_1110_bootloader-0.9.1_s140_7.3.0.zip -p /dev/ttyACM1 -b 115200 --singlebank --touch 1200 | ||
|
||
exit | ||
|
||
# Output should look like | ||
|
||
Upgrading target on /dev/ttyACM1 with DFU package /home/kevinh/development/meshtastic/WioWM1110/wio_tracker_1110_bootloader-0.9.1_s140_7.3.0.zip. Flow control is disabled, Single bank, Touch 1200 | ||
Touched serial port /dev/ttyACM1 | ||
Opened serial port /dev/ttyACM1 | ||
Starting DFU upgrade of type 3, SoftDevice size: 152728, bootloader size: 39000, application size: 0 | ||
Sending DFU start packet | ||
Sending DFU init packet | ||
Sending firmware file | ||
######################################## | ||
######################################## | ||
######################################## | ||
######################################## | ||
######################################## | ||
######################################## | ||
######################################## | ||
######################################## | ||
######################################## | ||
############### | ||
Activating new firmware | ||
|
||
DFU upgrade took 20.242434978485107s | ||
Device programmed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters