Hi Guys
I'm on Windows 10
as everybody...same issue:
esptool.py v2.5.0
Serial port COM1
Connecting......................................_____
A fatal error occurred: Failed to connect to Espressif device: Timed out waiting for packet header
Finished
SOLVED buy:
1/ Connecting USB cable till the end (My mistake was not to force it till the end...in fact it enters inside the MR StickC till the end)
2/ installing official driver from this link:
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
3/ And.... Changing USB port!
More details here
https://www.minitool.com/news/device-not-migrated.html
I just connect M5Stick C to new port, saw a new COM4 device under "Device Manager"
4/ Using Burner:
a/Erase StickC at minimum speed, and trought new COM4 port in my case
Result:
esptool.py v2.5.0
Serial port COM4
Connecting.....
Detecting chip type... ESP32
Chip is ESP32-PICO-D4 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse
MAC: xx.xx.xx.xx (your MAC adress , I erased mine)
Uploading stub...
Running stub...
Stub running...
Erasing flash (this may take a while)...
Chip erase completed successfully in 5.4s
Hard resetting via RTS pin...
Finished
b/ Downloaded UIFLow-V1.3.2...and BURN
Command:
--chip esp32 --port COM4 --baud 750000 --before default_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x10000 application_0x10000.bin 0x1000 bootloader_0x1000.bin 0x1f0000 fatfsImg_0x1f0000.img 0x8000 partitions_0x8000.bin
esptool.py v2.5.0
Serial port COM4
Connecting....
Chip is ESP32-PICO-D4 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse
MAC: xxxxxxxxx
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 750000
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 1857936 bytes to 1315975...
Writing at 0x00010000... (1 %)
Writing at 0x00014000... (2 %)
Writing at 0x00018000... (3 %)
Writing at 0x0001c000... (4 %)
Writing at 0x00020000... (6 %)
Writing at 0x00024000... (7 %)
Writing at 0x00028000... (8 %)
Writing at 0x0002c000... (9 %)
Writing at 0x00030000... (11 %)
Writing at 0x00034000... (12 %)
Writing at 0x00038000... (13 %)
Writing at 0x0003c000... (14 %)
Writing at 0x00040000... (16 %)
Writing at 0x00044000... (17 %)
Writing at 0x00048000... (18 %)
Writing at 0x0004c000... (19 %)
Writing at 0x00050000... (20 %)
Writing at 0x00054000... (22 %)
Writing at 0x00058000... (23 %)
Writing at 0x0005c000... (24 %)
Writing at 0x00060000... (25 %)
Writing at 0x00064000... (27 %)
Writing at 0x00068000... (28 %)
Writing at 0x0006c000... (29 %)
Writing at 0x00070000... (30 %)
Writing at 0x00074000... (32 %)
Writing at 0x00078000... (33 %)
Writing at 0x0007c000... (34 %)
Writing at 0x00080000... (35 %)
Writing at 0x00084000... (37 %)
Writing at 0x00088000... (38 %)
Writing at 0x0008c000... (39 %)
Writing at 0x00090000... (40 %)
Writing at 0x00094000... (41 %)
Writing at 0x00098000... (43 %)
Writing at 0x0009c000... (44 %)
Writing at 0x000a0000... (45 %)
Writing at 0x000a4000... (46 %)
Writing at 0x000a8000... (48 %)
Writing at 0x000ac000... (49 %)
Writing at 0x000b0000... (50 %)
Writing at 0x000b4000... (51 %)
Writing at 0x000b8000... (53 %)
Writing at 0x000bc000... (54 %)
Writing at 0x000c0000... (55 %)
Writing at 0x000c4000... (56 %)
Writing at 0x000c8000... (58 %)
Writing at 0x000cc000... (59 %)
Writing at 0x000d0000... (60 %)
Writing at 0x000d4000... (61 %)
Writing at 0x000d8000... (62 %)
Writing at 0x000dc000... (64 %)
Writing at 0x000e0000... (65 %)
Writing at 0x000e4000... (66 %)
Writing at 0x000e8000... (67 %)
Writing at 0x000ec000... (69 %)
Writing at 0x000f0000... (70 %)
Writing at 0x000f4000... (71 %)
Writing at 0x000f8000... (72 %)
Writing at 0x000fc000... (74 %)
Writing at 0x00100000... (75 %)
Writing at 0x00104000... (76 %)
Writing at 0x00108000... (77 %)
Writing at 0x0010c000... (79 %)
Writing at 0x00110000... (80 %)
Writing at 0x00114000... (81 %)
Writing at 0x00118000... (82 %)
Writing at 0x0011c000... (83 %)
Writing at 0x00120000... (85 %)
Writing at 0x00124000... (86 %)
Writing at 0x00128000... (87 %)
Writing at 0x0012c000... (88 %)
Writing at 0x00130000... (90 %)
Writing at 0x00134000... (91 %)
Writing at 0x00138000... (92 %)
Writing at 0x0013c000... (93 %)
Writing at 0x00140000... (95 %)
Writing at 0x00144000... (96 %)
Writing at 0x00148000... (97 %)
Writing at 0x0014c000... (98 %)
Writing at 0x00150000... (100 %)
Wrote 1857936 bytes (1315975 compressed) at 0x00010000 in 24.7 seconds (effective 601.2 kbit/s)...
Hash of data verified.
Compressed 22464 bytes to 14066...
Writing at 0x00001000... (100 %)
Wrote 22464 bytes (14066 compressed) at 0x00001000 in 0.3 seconds (effective 621.7 kbit/s)...
Hash of data verified.
Compressed 2162688 bytes to 128819...
Writing at 0x001f0000... (12 %)
Writing at 0x001f4000... (25 %)
Writing at 0x001f8000... (37 %)
Writing at 0x001fc000... (50 %)
Writing at 0x00200000... (62 %)
Writing at 0x00204000... (75 %)
Writing at 0x00208000... (87 %)
Writing at 0x0020c000... (100 %)
Wrote 2162688 bytes (128819 compressed) at 0x001f0000 in 2.6 seconds (effective 6542.0 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 124...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (124 compressed) at 0x00008000 in 0.0 seconds (effective 1535.3 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...