From bf0e27695087530875f096af7e55149991d23b2f Mon Sep 17 00:00:00 2001 From: Peter Antypas Date: Sat, 3 Oct 2020 15:46:19 -0700 Subject: [PATCH] README for Python script --- latest/Firmware/Python/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 latest/Firmware/Python/README.md diff --git a/latest/Firmware/Python/README.md b/latest/Firmware/Python/README.md new file mode 100644 index 0000000..31ff663 --- /dev/null +++ b/latest/Firmware/Python/README.md @@ -0,0 +1,6 @@ +### Bootloader script +This Python script interacts with the ST ROM bootloader to erase and write a new firmware image. +To use it, you will first need to place the unit into DFU mode by sending the "dfu" command from the CLI. Don't forget to disconnect your serial terminal first. + +Alternatively, the script could be modified to send the "dfu" command, then re-connect with even parity enabled and engage the bootloader. +