We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d261e commit 1ae7efdCopy full SHA for 1ae7efd
tools/espressif/Config.mk
@@ -116,7 +116,7 @@ define MERGEBIN
116
echo "Missing Flash memory size configuration."; \
117
exit 1; \
118
fi
119
- esptool.py -c $(CHIP_SERIES) merge_bin --output nuttx.merged.bin $(ESPTOOL_BINS)
+ esptool.py -c $(CHIP_SERIES) merge_bin --fill-flash-size $(FLASH_SIZE) --output nuttx.merged.bin $(ESPTOOL_BINS)
120
$(Q) echo nuttx.merged.bin >> nuttx.manifest
121
$(Q) echo "Generated: nuttx.merged.bin"
122
endef
0 commit comments