Skip to content

Instantly share code, notes, and snippets.

@konsumer
Created April 8, 2026 02:02
Show Gist options
  • Select an option

  • Save konsumer/578801509b73e701cc07c9354ec16348 to your computer and use it in GitHub Desktop.

Select an option

Save konsumer/578801509b73e701cc07c9354ec16348 to your computer and use it in GitHub Desktop.

To publish for M5 Loader/Burner, you need to merge your firmware:

esptool.py --chip esp32 merge_bin -o merged_firmware.bin --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin

you will see the log of the filenames and offsets when you run pio run -t upload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment