From 17079fb114ad6db59200b684f894e7723450616e Mon Sep 17 00:00:00 2001 From: Seth Itow <11025699+sethitow@users.noreply.github.com> Date: Sun, 29 May 2022 18:42:45 -0700 Subject: doc: Fix imageFile.png path in SWD.md --- doc/SWD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/SWD.md b/doc/SWD.md index 155983b3..86e27517 100644 --- a/doc/SWD.md +++ b/doc/SWD.md @@ -1,7 +1,7 @@ # 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: -![Image file](imageFile.png) +![Image file](gettingStarted/imageFile.png) The bootloader reads a boot logo from the external SPI flash memory. The first step consists of flashing a tool in the MCU that will flash the boot logo into this SPI flash memory. This first step is optional but recommended (the bootloader will display garbage on screen for a few second if you don't do it). Using your SWD tool, flash **pinetime-graphics-x.y.z.bin** at offset **0x0000**. Reset the MCU and wait for a few seconds until the logo is completely drawn on the display. -- cgit v1.2.3