scripts: requirements-extras: Request imgtool 1.9 for write-block-size > 8
On some targets (such as STM32U5) using write-block-size >8, imgtool should be called using option '--align 16/32' which is only available starting version 1.9. Update requirement for imgtool to make it available to such platforms. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
ca6138befc
commit
7cd727b003
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ lpc_checksum
|
||||||
Pillow
|
Pillow
|
||||||
|
|
||||||
# can be used to sign a Zephyr application binary for consumption by a bootloader
|
# can be used to sign a Zephyr application binary for consumption by a bootloader
|
||||||
imgtool>=1.7.1
|
imgtool>=1.9
|
||||||
|
|
||||||
# used by nanopb module to generate sources from .proto files
|
# used by nanopb module to generate sources from .proto files
|
||||||
grpcio-tools
|
grpcio-tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue