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:
Erwan Gouriou 2022-08-25 17:51:39 +02:00 committed by Carles Cufí
commit 7cd727b003

View file

@ -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