From a6be4f608e81a788efaa2caeb2c56b806b164430 Mon Sep 17 00:00:00 2001 From: Eug Krashtan Date: Fri, 6 Nov 2020 13:36:57 +0200 Subject: [PATCH] scripts: Add imgtool to requirements On Windows, west sign command fails when imgtool not installed via 'pip3 install' Signed-off-by: Eug Krashtan --- scripts/requirements-extras.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/requirements-extras.txt b/scripts/requirements-extras.txt index 90200ee02f9..61167ad9b0f 100644 --- a/scripts/requirements-extras.txt +++ b/scripts/requirements-extras.txt @@ -14,3 +14,6 @@ lpc_checksum # used by scripts/gen_cfb_font_header.py - helper script for user Pillow + +# can be used to sign a Zephyr application binary for consumption by a bootloader +imgtool