summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/README.md4
-rw-r--r--bootloader/booloader_app_jlink.ocd2
2 files changed, 3 insertions, 3 deletions
diff --git a/bootloader/README.md b/bootloader/README.md
index 34846f1..4f08f60 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
diff --git a/bootloader/booloader_app_jlink.ocd b/bootloader/booloader_app_jlink.ocd
index 6624383..cf5685b 100644
--- a/bootloader/booloader_app_jlink.ocd
+++ b/bootloader/booloader_app_jlink.ocd
@@ -19,7 +19,7 @@ echo ""
# Flashing Bootloader
echo "Flashing bootloader..."
-program ./mynewt_nosemi_4.1.7.elf verify 0x00000000
+program ./bootloader-5.0.4.elf verify 0x00000000
# Flashing Application
echo "Flashing application..."