From b41a856b9dced4d8acf249e8c63e0c95c1b3e2e5 Mon Sep 17 00:00:00 2001 From: JF Date: Mon, 1 Jun 2020 15:21:58 +0200 Subject: Add python script to DFU from a linux PC to the Pinetime --- bootloader/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootloader/README.md') 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 /bootloader/ota-dfu-python) to upload the zip file to the device: ` sudo dfu.py -z /home/jf/nrf52/bootloader/dfu.zip -a --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 -- cgit v1.2.3-70-g09d2