Hello,
I want to upload an code via platform.io
But get this error
1 | Auto-detected: /dev/ttyACM0
|
2 | Uploading .pio/build/seeed_xiao_esp32c3/firmware.bin
|
3 | esptool.py v4.2.1
|
4 | Serial port /dev/ttyACM0
|
5 | Connecting...
|
6 | Chip is ESP32-C3 (revision 3)
|
7 | Features: Wi-Fi
|
8 | Crystal is 40MHz
|
9 | MAC: a0:76:4e:40:1e:14
|
10 | Uploading stub...
|
11 | Running stub...
|
12 | Stub running...
|
13 | Changing baud rate to 460800
|
14 |
|
15 | A fatal error occurred: No serial data received.
|
16 | *** [upload] Error 2
|
What is wrong? How can I solve this error??
Here is another check
1 | esptool.py v3.1
|
2 | Serial port /dev/ttyACM0
|
3 | Connecting...
|
4 | Detecting chip type... ESP32-C3
|
5 | Chip is unknown ESP32-C3 (revision 3)
|
6 | Features: Wi-Fi
|
7 | Crystal is 40MHz
|
8 | MAC: a0:76:4e:40:1e:14
|
9 | Enabling default SPI flash mode...
|
10 | Warning: ESP32-C3 has no Chip ID. Reading MAC instead.
|
11 | MAC: a0:76:4e:40:1e:14
|
12 | Hard resetting via RTS pin...
|