mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
esp32*: Update nuttx.manifest for nuttx.bin
This commit is contained in:
committed by
Petro Karashchenko
parent
045f8753e2
commit
9bccfbc2d9
@@ -235,6 +235,7 @@ define MKIMAGE
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
esptool.py -c esp32 elf2image $(ESPTOOL_FLASH_OPTS) -o nuttx.bin nuttx
|
esptool.py -c esp32 elf2image $(ESPTOOL_FLASH_OPTS) -o nuttx.bin nuttx
|
||||||
|
$(Q) echo nuttx.bin >> nuttx.manifest
|
||||||
$(Q) echo "Generated: nuttx.bin (ESP32 compatible)"
|
$(Q) echo "Generated: nuttx.bin (ESP32 compatible)"
|
||||||
endef
|
endef
|
||||||
else ifeq ($(CONFIG_ESP32_APP_FORMAT_MCUBOOT),y)
|
else ifeq ($(CONFIG_ESP32_APP_FORMAT_MCUBOOT),y)
|
||||||
@@ -248,6 +249,7 @@ define MKIMAGE
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
imgtool sign $(IMGTOOL_SIGN_ARGS) nuttx.hex nuttx.bin
|
imgtool sign $(IMGTOOL_SIGN_ARGS) nuttx.hex nuttx.bin
|
||||||
|
$(Q) echo nuttx.bin >> nuttx.manifest
|
||||||
$(Q) echo "Generated: nuttx.bin (MCUboot compatible)"
|
$(Q) echo "Generated: nuttx.bin (MCUboot compatible)"
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -228,6 +228,7 @@ define MKIMAGE
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
esptool.py -c esp32c3 elf2image $(ESPTOOL_FLASH_OPTS) -o nuttx.bin nuttx
|
esptool.py -c esp32c3 elf2image $(ESPTOOL_FLASH_OPTS) -o nuttx.bin nuttx
|
||||||
|
$(Q) echo nuttx.bin >> nuttx.manifest
|
||||||
$(Q) echo "Generated: nuttx.bin (ESP32-C3 compatible)"
|
$(Q) echo "Generated: nuttx.bin (ESP32-C3 compatible)"
|
||||||
endef
|
endef
|
||||||
else ifeq ($(CONFIG_ESP32C3_APP_FORMAT_MCUBOOT),y)
|
else ifeq ($(CONFIG_ESP32C3_APP_FORMAT_MCUBOOT),y)
|
||||||
@@ -241,6 +242,7 @@ define MKIMAGE
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
imgtool sign $(IMGTOOL_SIGN_ARGS) nuttx.hex nuttx.bin
|
imgtool sign $(IMGTOOL_SIGN_ARGS) nuttx.hex nuttx.bin
|
||||||
|
$(Q) echo nuttx.bin >> nuttx.manifest
|
||||||
$(Q) echo "Generated: nuttx.bin (MCUboot compatible)"
|
$(Q) echo "Generated: nuttx.bin (MCUboot compatible)"
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -224,6 +224,7 @@ define MKIMAGE
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
esptool.py -c esp32s2 elf2image $(ESPTOOL_FLASH_OPTS) -o nuttx.bin nuttx
|
esptool.py -c esp32s2 elf2image $(ESPTOOL_FLASH_OPTS) -o nuttx.bin nuttx
|
||||||
|
$(Q) echo nuttx.bin >> nuttx.manifest
|
||||||
$(Q) echo "Generated: nuttx.bin (ESP32-S2 compatible)"
|
$(Q) echo "Generated: nuttx.bin (ESP32-S2 compatible)"
|
||||||
endef
|
endef
|
||||||
else ifeq ($(CONFIG_ESP32S2_APP_FORMAT_MCUBOOT),y)
|
else ifeq ($(CONFIG_ESP32S2_APP_FORMAT_MCUBOOT),y)
|
||||||
@@ -237,6 +238,7 @@ define MKIMAGE
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
imgtool sign $(IMGTOOL_SIGN_ARGS) nuttx.hex nuttx.bin
|
imgtool sign $(IMGTOOL_SIGN_ARGS) nuttx.hex nuttx.bin
|
||||||
|
$(Q) echo nuttx.bin >> nuttx.manifest
|
||||||
$(Q) echo "Generated: nuttx.bin (MCUboot compatible)"
|
$(Q) echo "Generated: nuttx.bin (MCUboot compatible)"
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -113,6 +113,7 @@ define MKIMAGE
|
|||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
esptool.py -c esp32s3 elf2image $(ESPTOOL_FLASH_OPTS) -o nuttx.bin nuttx
|
esptool.py -c esp32s3 elf2image $(ESPTOOL_FLASH_OPTS) -o nuttx.bin nuttx
|
||||||
|
$(Q) echo nuttx.bin >> nuttx.manifest
|
||||||
$(Q) echo "Generated: nuttx.bin (ESP32-S3 compatible)"
|
$(Q) echo "Generated: nuttx.bin (ESP32-S3 compatible)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user