Hi all
I’m newbie with HA.
I have a HA Yellow and I try to run my first ESPHome prog (to start, just the basic template) on a ESP32-S3DevKitM-1 plugged on a USB port of the HA Yellow.
It seems all the compliation phase goes well, but the tranfer step seems to crash with Errno32: broken pipe (full msg below).
I change cable, deinstall/reinstal Esphome,reboot and still get this message.
Do you have any idea how to fix this?
Here is the begining (config) of the yaml:
esphome:
name: test05
friendly_name: test05
esp32:
board: esp32-s3-devkitc-1
framework:
type: arduino
and here is the error message:
esp32_copy_ota_bin([“.pioenvs/test05/firmware.bin”], [“.pioenvs/test05/firmware.elf”])
======================== [SUCCESS] Took 257.51 seconds ========================
INFO Successfully compiled program.
esptool.py v4.7.0
Serial port /dev/ttyACM0
Connecting…
ERROR Running command failed: [Errno 32] Broken pipe
ERROR Please try running esptool.py --before default_reset --after hard_reset --baud 460800 --port /dev/ttyACM0 --chip esp32s3 write_flash -z --flash_size detect 0x10000 /data/build/test05/.pioenvs/test05/firmware.bin 0x0000 /data/build/test05/.pioenvs/test05/bootloader.bin 0x8000 /data/build/test05/.pioenvs/test05/partitions.bin 0xe000 /data/cache/platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin locally.
INFO Upload with baud rate 460800 failed. Trying again with baud rate 115200.
esptool.py v4.7.0
Serial port /dev/ttyACM0
Connecting…
ERROR Running command failed: [Errno 32] Broken pipe
ERROR Please try running esptool.py --before default_reset --after hard_reset --baud 115200 --port /dev/ttyACM0 --chip esp32s3 write_flash -z --flash_size detect 0x10000 /data/build/test05/.pioenvs/test05/firmware.bin 0x0000 /data/build/test05/.pioenvs/test05/bootloader.bin 0x8000 /data/build/test05/.pioenvs/test05/partitions.bin 0xe000 /data/cache/platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin locally.