Skip to content

Commit

Permalink
fix firmware path
Browse files Browse the repository at this point in the history
  • Loading branch information
v923z committed Oct 23, 2023
1 parent 39d2549 commit 72bd765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/esp32/unicore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ source ./scripts/esp32/esp32.sh
source esp-idf/export.sh

make ${MAKEOPTS} -C micropython/ports/esp32 BOARD=ESP32_GENERIC BOARD_VARIANT=UNICORE USER_C_MODULES=../../../../ulab/code/micropython.cmake CFLAGS_EXTRA=-DULAB_HASH=$ulab_hash
mv micropython/ports/esp32/build-generic/firmware.bin ./artifacts/ESP32_UNICORE.bin
mv micropython/ports/esp32/build-ESP32_GENERIC-UNICORE/micropython.bin ./artifacts/ESP32_UNICORE.bin

0 comments on commit 72bd765

Please sign in to comment.