summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-07 14:09:44 +0200
committerJF <jf@codingfield.com>2020-06-07 14:09:44 +0200
commit2170800d76da5692c2ffa01f7bfeb939caa7de42 (patch)
tree9062da320dbda50f270ac25e3362f320a58e86e6 /bootloader
parent46b8bf9fc1b9a32c6d84d4b85cf43ab72c697679 (diff)
Improve doc about bootloader & mcuboot.
Diffstat (limited to 'bootloader')
-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