Created
January 11, 2024 19:04
-
-
Save alex-eri/144be3695484d3a3d2102ea030b560cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.\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