summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootloader/README.md2
1 files changed, 1 insertions, 1 deletions
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 *<build directory>/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 <mcuboot root>/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 <build directory>/src/pinetime-mcuboot-app.bin image.bin