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