From 6de75d9932c7cceb471ed69ae9c5150f00a79dca Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Fri, 3 Sep 2021 16:45:08 -0300 Subject: [PATCH] tools/esp32: Add nuttx.signed.bin to the manifest file Signed-off-by: Gustavo Henrique Nihei --- tools/esp32/Config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/esp32/Config.mk b/tools/esp32/Config.mk index dcbeae2c1c0..229d18c1428 100644 --- a/tools/esp32/Config.mk +++ b/tools/esp32/Config.mk @@ -144,6 +144,7 @@ define POSTBUILD -H $(CONFIG_ESP32_APP_MCUBOOT_HEADER_SIZE) --pad-header \ -S $(CONFIG_ESP32_OTA_SLOT_SIZE) \ nuttx.bin nuttx.signed.bin + $(Q) echo nuttx.signed.bin >> nuttx.manifest $(Q) echo "Generated: nuttx.signed.bin (MCUboot compatible)" $(call MERGEBIN) endef