Device - ESP32 DEVKIT
COM connection - Silicon Labs CP210x USB to UART Bridge
System - Windows 10
I have already flashed this device with micropython on a Mac via the following commands.
esptool.py --chip esp32 --port /dev/cu.usbserial-0001 erase_flash
esptool.py --chip esp32 --port /dev/cu.usbserial-0001 --baud 460800 write_flash -z 0x1000 esp32-idf4-20210202-v1.14.bin
and was able to sync and run micropython fine.
I'm now trying to use the same device on my PC. I can find and connect to the device ok, and the Run button works, but when I try to sync the device it fails with.
The connected device may not be in repl state or may not be a micropython device.