summaryrefslogtreecommitdiff
path: root/bootloader/README.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-09-20 11:29:56 +0200
committerJF <jf@codingfield.com>2020-09-20 11:29:56 +0200
commit8d2e56bf00281bb44d7c4a8a903215c62ddff510 (patch)
tree8e531e53b50aec7cbf65d72cf4a4181d216dd07e /bootloader/README.md
parentd45cf23611e34b9987934720dad95941966abfa6 (diff)
Update to the latest version of the bootloader (https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4)
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 34846f1b..4f08f609 100644
--- a/bootloader/README.md
+++ b/bootloader/README.md
@@ -67,14 +67,14 @@ program pinetime-graphics.bin 0
- Let it run for ~10s (it does nothing for 5 seconds, then write the logo into the SPI memory, then (slowly) displays it on the LCD).
## Bootloader binary
-The binary comes from https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v4.1.7
+The binary comes from https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4
It must be flash at address **0x00** in the internal flash memory.
Using OpenOCD:
`
-program mynewt_nosemi.elf_4.1.7.bin 0
+program bootloader-5.0.4.bin 0
`
## Application firmware image