E:\Software\thonny-4.1.3-windows-portable> esptool --chip esp32 --port COM3 erase_flash esptool.py v4.6.2 Serial port COM3 Connecting....
A fatal error occurred: This chip is ESP32-C2 not ESP32. Wrong --chip argument?
E:\Software\thonny-4.1.3-windows-portable> esptool --chip esp32-C2 --port COM3 erase_flash esptool.py v4.6.2 Serial port COM3 Connecting.... Chip is ESP32-C2 (revision v1.0) Features: WiFi, BLE Crystal is 26MHz MAC: 34:98:7a:0e:8f:34 Uploading stub... Running stub... Stub running... Erasing flash (this may take a while)... Chip erase completed successfully in 2.1s Hard resetting via RTS pin...
E:\Software\thonny-4.1.3-windows-portable> esptool --chip esp32 --port COM3 --baud 460800 write_flash -z 0x1000 E:\Softw are\esp32fireware\ESP32_GENERIC-20231005-v1.21.0.bin esptool.py v4.6.2 Serial port COM3 Connecting....
A fatal error occurred: This chip is ESP32-C2 not ESP32. Wrong --chip argument?
E:\Software\thonny-4.1.3-windows-portable> esptool --chip esp32-c2 --port COM3 --baud 460800 write_flash -z 0x1000 E:\So ftware\esp32fireware\ESP32_GENERIC-20231005-v1.21.0.bin esptool.py v4.6.2 Serial port COM3 Connecting.... Chip is ESP32-C2 (revision v1.0) Features: WiFi, BLE Crystal is 26MHz MAC: 34:98:7a:0e:8f:34 Uploading stub... Running stub... Stub running... Changing baud rate to 460800 Changed. Configuring flash size... Unexpected chip id in image. Expected 12 but value was 0. Is this image for a different chip model?
E:\Software\thonny-4.1.3-windows-portable> esptool --chip esp32-c2 --port COM3 --baud 460800 write_flash -z 0x1000 E:\Software\esp32firewar e\ESP8266_GENERIC-20231005-v1.21.0.bin esptool.py v4.6.2 Serial port COM3 Connecting.... Chip is ESP32-C2 (revision v1.0) Features: WiFi, BLE Crystal is 26MHz MAC: 34:98:7a:0e:8f:34 Uploading stub... Running stub... Stub running... Changing baud rate to 460800 Changed. Configuring flash size... Unexpected chip id in image. Expected 12 but value was 31168. Is this image for a different chip model? Flash will be erased from 0x00001000 to 0x0009dfff... Compressed 641212 bytes to 425908... Wrote 641212 bytes (425908 compressed) at 0x00001000 in 9.9 seconds (effective 519.0 kbit/s)... Hash of data verified.