From fc718f391adb827eb2856c4d410821c6f2369961 Mon Sep 17 00:00:00 2001 From: Quentin Bolsee <quentinbolsee@hotmail.com> Date: Wed, 2 Nov 2022 12:14:02 -0400 Subject: [PATCH] Details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77ec310..1750b0a 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ This can be achieved with a bootloader, that first needs to be installed on the ### Burn bootloader -Connect a CMSIS-DAP adapter (Atmel ICE is also fine) to your board and make sure both are powered. +Connect a CMSIS-DAP adapter (Atmel ICE is also fine) to your board and make sure both are powered. Here are examples with a D11 and a D21, with various programmer/connector styles: <img src=img/programming_d11.jpg width=50%><img src=img/programming_d21.jpg width=50%><br> -Select the right board and microcontroller, then `CMSIS-DAP` as the programmer, then click on "Burn bootloader". +Select the right board and microcontroller, then `CMSIS-DAP` as the programmer, then click on `Burn Bootloader`. <img src=img/burn_bootloader.png width=65%> -If all goes well, your board will now be detected as a serial port and you can start uploading to it through the bootloader +If all goes well, your board will now be detected as a serial port and you can start uploading to it through the bootloader. ### Upload -- GitLab