esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
128 stars 93 forks source link

esptool.py error when flashing #74

Open tome88 opened 8 months ago

tome88 commented 8 months ago

Hi all, when flashing the yaml file via ESPHome to my espbox s3 lite, I'm getting this error in my log after a few minutes into flashing: ERROR Please try running esptool.py --before default_reset --after hard_reset --baud 115200 --port /dev/ttyACM1 --chip esp32s3 write_flash -z --flash_size detect 0x10000 /data/build/esp32-s3-box-lite/.pioenvs/esp32-s3-box-lite/firmware.bin 0x0 /data/build/esp32-s3-box-lite/.pioenvs/esp32-s3-box-lite/bootloader.bin 0x8000 /data/build/esp32-s3-box-lite/.pioenvs/esp32-s3-box-lite/partitions.bin 0x9000 /data/build/esp32-s3-box-lite/.pioenvs/esp32-s3-box-lite/ota_data_initial.bin locally.

I've got the esp plugged into my server and flashing it from there. It's a copyu/paste from the example and can't understand how to get around this. Do I need to do something else before I flash it?