From 2170800d76da5692c2ffa01f7bfeb939caa7de42 Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 7 Jun 2020 14:09:44 +0200 Subject: [PATCH] Improve doc about bootloader & mcuboot. --- bootloader/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/README.md b/bootloader/README.md index 83d9c622..7f6c25aa 100644 --- a/bootloader/README.md +++ b/bootloader/README.md @@ -37,7 +37,7 @@ make pinetime-mcuboot-app The binary is located in */src/pinetime-mcuboot-app.bin*. -It must me converted into a MCUBoot image using *imgtool.py* from [MCUBoot](https://github.com/JuulLabs-OSS/mcuboot/tree/master/scripts). +It must me converted into a MCUBoot image using *imgtool.py* from [MCUBoot](https://github.com/JuulLabs-OSS/mcuboot/tree/master/scripts). Simply checkout the project and run the script /scripts/imgtool.py with the following command line: ` imgtool.py create --align 4 --version 1.0.0 --header-size 32 --slot-size 475136 --pad-header /src/pinetime-mcuboot-app.bin image.bin