Skip to content

v0.3.0

Choose a tag to compare

@fudio101 fudio101 released this 13 Aug 15:59
c18a578

Flash a blank board (offsets from pio run -t upload -v, esp32s3, 16MB flash):

esptool.py --chip esp32s3 write_flash -z --flash_mode dio --flash_freq 80m --flash_size 16MB \
  0x0     bootloader-0.3.0.bin \
  0x8000  partitions-0.3.0.bin \
  0xe000  ota_data_initial-0.3.0.bin \
  0x10000 firmware-0.3.0.bin

Verify downloads: sha256sum -c checksums-0.3.0.txt