diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2022-09-05 22:03:56 +0200 |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2022-09-05 22:03:56 +0200 |
| commit | 293340515812b15030b6497a3eed1b1b8fceadae (patch) | |
| tree | a46c96953676a756723477a363a5eedafbbd3dd1 /doc/SWD.md | |
| parent | 593ca2028d77c013fa4026a7183b7f66f2cca5ba (diff) | |
| parent | f53e75063b6ef618d65a1f287df52ba01c3351f5 (diff) | |
Merge remote-tracking branch 'upstream/develop' into pts-options
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! |
