summaryrefslogtreecommitdiff
path: root/bootloader/README.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-01 15:21:58 +0200
committerJF <jf@codingfield.com>2020-06-01 15:21:58 +0200
commitb41a856b9dced4d8acf249e8c63e0c95c1b3e2e5 (patch)
tree66c66f17752edf59b9e59edbac636d85809a4d4d /bootloader/README.md
parentdca559aad5a5020ae0d5c1bec08bbf5030e0d718 (diff)
Add python script to DFU from a linux PC to the Pinetime
Diffstat (limited to 'bootloader/README.md')
-rw-r--r--bootloader/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/README.md b/bootloader/README.md
index facc0500..a6ab1626 100644
--- a/bootloader/README.md
+++ b/bootloader/README.md
@@ -41,10 +41,10 @@ Pack the image into a .zip file for the NRF DFU protocol:
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application image.bin dfu.zip
`
-Use NRFConnect or dfu.py to upload the zip file to the device:
+Use NRFConnect or dfu.py (in <project root>/bootloader/ota-dfu-python) to upload the zip file to the device:
`
sudo dfu.py -z /home/jf/nrf52/bootloader/dfu.zip -a <pinetime MAC address> --legacy
`
-**TODO** : dfu.py \ No newline at end of file
+**Note** : dfu.py is a slightly modified version of [this repo](https://github.com/daniel-thompson/ota-dfu-python). \ No newline at end of file