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