The successful build produced three binaries which I could upload like so:
Code: Select all
esptool.py -p /dev/ttyUSB0 -b 460800 --before default_reset --after no_reset --chip esp32s3 write_flash --flash_mode dio --flash_size detect --flash_freq 80m 0x0 build-GENERIC_S3_SPIRAM/bootloader/bootloader.bin 0x8000 build-GENERIC_S3_SPIRAM/partition_table/partition-table.bin 0x10000 build-GENERIC_S3_SPIRAM/micropython.bin
Also, why is my build listed as "dirty" in the REPL?
Code: Select all
MicroPython v1.18-147-g5f50f4a13-dirty on 2022-02-22; ESP32S3 module (spiram) with ESP32S3