File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,10 @@ string(FIND ${BOARD_SDKCONFIG_CONTENTS} "partitions-4MB-noota.csv" MATCH_INDEX)
4848if (NOT MATCH_INDEX EQUAL -1)
4949 file (APPEND ${CMAKE_BINARY_DIR} /tinyuf2.postbuild.sh
5050 "echo \" Creating combined-ota.bin\"\n "
51- "gen_esp32part.py ${CMAKE_CURRENT_LIST_DIR} /partitions-4MB.csv ${CMAKE_BINARY_DIR} /partition_table/partitions-table-4MB-ota.bin\n "
52- "esptool.py --chip ${IDF_TARGET} merge_bin --output combined_ota.bin $(tr '\\ n' ' ' < ${CMAKE_BINARY_DIR} /flash_args | sed 's/partition-table.bin/partitions-table-4MB-ota.bin/g')\n "
53- "cp combined_ota.bin ${ARTIFACT_PATH} /combined_ota.bin\n "
51+ "gen_esp32part.py ${CMAKE_CURRENT_LIST_DIR} /partitions-4MB.csv ${CMAKE_BINARY_DIR} /partition_table/partitions-table-ota.bin\n "
52+ "esptool.py --chip ${IDF_TARGET} merge_bin --output combined-ota.bin $(tr '\\ n' ' ' < ${CMAKE_BINARY_DIR} /flash_args | sed 's/partition-table.bin/partitions-table-ota.bin/g')\n "
53+ "cp ${CMAKE_BINARY_DIR} /partition_table/partitions-table-ota.bin ${ARTIFACT_PATH} /partitions-table-ota.bin\n "
54+ "cp combined-ota.bin ${ARTIFACT_PATH} /combined-ota.bin\n "
5455 )
5556endif ()
5657
You can’t perform that action at this time.
0 commit comments