diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-08-21 14:50:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-21 14:50:09 +0300 |
| commit | c2b6a8de3e15fa66d48a373b3504fcebf12d905b (patch) | |
| tree | 53e019a0a47d69092dbd02b2a216b66f05a88581 /doc/SWD.md | |
| parent | c495db8a71675fac3f48f8421b3035b318c3dd82 (diff) | |
Fix markdown format with autoformatter (#1284)
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! |
