diff options
| author | Jean-François Milants <jf@codingfield.com> | 2022-09-11 14:59:49 +0200 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2022-09-11 14:59:49 +0200 |
| commit | ada2c09581d2d13acfa5ce9a97671c0ec17863f1 (patch) | |
| tree | 2f776adc59d0c63e403d2043cb8460e65d6c46fe /doc/SWD.md | |
| parent | 18cff286c75f432095db4b188e0f9a8a9e2bd8e8 (diff) | |
| parent | c9a5c3fa5c930a5939d3114a6c6b48570d61ca24 (diff) | |
Merge branch 'develop' into infineat-external-resources
# Conflicts:
# src/displayapp/screens/Symbols.h
# src/displayapp/screens/settings/SettingWatchFace.cpp
# src/displayapp/screens/settings/SettingWatchFace.h
Diffstat (limited to 'doc/SWD.md')
| -rw-r--r-- | doc/SWD.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ # How to flash InfiniTime using the SWD interface + Download the files **bootloader.bin**, **image-x.y.z.bin** and **pinetime-graphics-x.y.z.bin** from the release page:  @@ -8,7 +9,7 @@ Using your SWD tool, flash **pinetime-graphics-x.y.z.bin** at offset **0x0000**. Then, using your SWD tool, flash these file at the following offsets: - - bootloader.bin : **0x0000** - - image-x.y.z.bin : **0x8000** +- bootloader.bin : **0x0000** +- image-x.y.z.bin : **0x8000** Reset and voilà, you're running InfiniTime on your PineTime! |
