From 5dec4fcab8bee81d1557fd6693c5f536e99060af Mon Sep 17 00:00:00 2001 From: Abram Early Date: Wed, 18 Oct 2023 12:56:44 -0600 Subject: [PATCH] scripts/requirements: bump imgtool to 2.0.0 Resolves incorrectly located `image_ok` tag in generated hex files when CONFIG_MCUBOOT_GENERATE_CONFIRMED_IMAGE is used. Fixes #64098 Signed-off-by: Abram Early --- scripts/requirements-extras.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-extras.txt b/scripts/requirements-extras.txt index 99fa4f16cf..fa68efce22 100644 --- a/scripts/requirements-extras.txt +++ b/scripts/requirements-extras.txt @@ -19,7 +19,7 @@ lpc_checksum Pillow>=10.0 # can be used to sign a Zephyr application binary for consumption by a bootloader -imgtool>=1.9 +imgtool>=2.0.0 # used by nanopb module to generate sources from .proto files grpcio-tools>=1.47.0