XIAO ESP32C3 program upload error

After changing the baud rate, there is no “changed.”

  1. Have you ever been able to upload before? Or has it never happened?
  2. What if I change the baud rate of COM3 to 921600 in advance?
  3. What if I try the FQAs in the wiki in order?
esptool.py v4.2.1
Serial port COM18
Connecting...
Chip is ESP32-C3 (revision 3)
Features: Wi-Fi
Crystal is 40MHz
MAC: 58:cf:79:f3:36:5c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00003fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x00046fff...
Compressed 12944 bytes to 9297...
Writing at 0x00000000... (100 %)
Wrote 12944 bytes (9297 compressed) at 0x00000000 in 0.3 seconds (effective 313.8 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 128...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.1 seconds (effective 409.8 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 474.9 kbit/s)...
Hash of data verified.
Compressed 222608 bytes to 125144...
Writing at 0x00010000... (12 %)
Writing at 0x0001aaad... (25 %)
Writing at 0x00021650... (37 %)
Writing at 0x0002784b... (50 %)
Writing at 0x0002db12... (62 %)
Writing at 0x00033814... (75 %)
Writing at 0x0003b333... (87 %)
Writing at 0x000425c6... (100 %)
Wrote 222608 bytes (125144 compressed) at 0x00010000 in 3.1 seconds (effective 579.6 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...