Skip to content

What are the steps that ESPixelStick Flash Tool performs? #803

Closed Answered by Terrevue
Terrevue asked this question in Q&A
Discussion options

You must be logged in to vote

Nevermind. I found it. Here they are in the event someone else needs this:

python bin/upload.py --chip esp32 --baud 115200 --port /dev/cu.usbserial-1120 --before default_reset --after hard_reset write_flash -z 0x1000 firmware/esp32/esp32_devkitc-bootloader.bin 0x8000 firmware/esp32/esp32_devkitc-partitions.bin 0xe000 firmware/esp32/boot_app0.bin 0x10000 firmware/esp32/esp32_devkitc-app.bin 0x3B0000 firmware/filesystem.bin

Obviously change the port, firmware, etc to those specific to your build.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Terrevue
Comment options

You must be logged in to vote
2 replies
@Terrevue
Comment options

@dutch-anykey
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants