Created
November 25, 2025 04:18
-
-
Save kejadlen/793de5058fcc566e9755b76805dff6f1 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
| Found multiple options for uploading, please choose one: | |
| [1] /dev/cu.usbserial-10 (CP2102N USB to UART Bridge Controller) | |
| [2] Over The Air (tendair-table.local) | |
| (number): 1 | |
| esptool v5.1.0 | |
| Serial port /dev/cu.usbserial-10: | |
| Connecting...................................... | |
| ERROR Running command failed: Failed to connect to ESP32-C3: No serial data received. | |
| For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html | |
| ERROR Please try running esptool --before default-reset --after hard-reset --baud 460800 --port /dev/cu.usbserial-10 --chip esp32c3 write-flash -z --flash-size detect 0x10000 /Users/alpha/src/tendair/.esphome/build/tendair-table/.pioenvs/tendair-table/firmware.bin 0x0 /Users/alpha/src/tendair/.esphome/build/tendair-table/.pioenvs/tendair-table/bootloader.bin 0x8000 /Users/alpha/src/tendair/.esphome/build/tendair-table/.pioenvs/tendair-table/partitions.bin 0x9000 /Users/alpha/src/tendair/.esphome/build/tendair-table/.pioenvs/tendair-table/ota_data_initial.bin locally. | |
| INFO Upload with baud rate 460800 failed. Trying again with baud rate 115200. | |
| esptool v5.1.0 | |
| Serial port /dev/cu.usbserial-10: | |
| Connecting...................................... | |
| ERROR Running command failed: Failed to connect to ESP32-C3: No serial data received. | |
| For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html | |
| ERROR Please try running esptool --before default-reset --after hard-reset --baud 115200 --port /dev/cu.usbserial-10 --chip esp32c3 write-flash -z --flash-size detect 0x10000 /Users/alpha/src/tendair/.esphome/build/tendair-table/.pioenvs/tendair-table/firmware.bin 0x0 /Users/alpha/src/tendair/.esphome/build/tendair-table/.pioenvs/tendair-table/bootloader.bin 0x8000 /Users/alpha/src/tendair/.esphome/build/tendair-table/.pioenvs/tendair-table/partitions.bin 0x9000 /Users/alpha/src/tendair/.esphome/build/tendair-table/.pioenvs/tendair-table/ota_data_initial.bin locally. | |
| WARNING Failed to upload to ['/dev/cu.usbserial-10'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment