Skip to content

Instantly share code, notes, and snippets.

@alex-eri
Created January 11, 2024 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-eri/144be3695484d3a3d2102ea030b560cd to your computer and use it in GitHub Desktop.
Save alex-eri/144be3695484d3a3d2102ea030b560cd to your computer and use it in GitHub Desktop.
.\esptool.exe --chip esp32 --port COMx --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 bootloader_dio_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment