I am trying to load nanoFramework firmware onto an ESP32-Wroom-32 board (DEVKITV1).
When connected via USB the device shows up in Device Manager as COM3. I have tried connecting it via Putty and can read messages on baud rate 115200.
The device displays the restart message when EN is pressed, and when Boot+EN is pressed, device enters 'waiting for download' mode.
Despite this, I cannot get the device to show up in the device list in Device Explorer in Visual Studio
The debug window shows the following messages when I connect the USB cable connected to ESP32:
Using commend prompt, trying to flash the firmware gives the following error:
I have tried running command prompt with admin privileges but it doesn't help either. I tried forcing the device into 'waiting for download' mode aswell but that doesnt help either. Restarted visual studio, computer, that doesnt work aswell
Any idea what exactly could be going wrong. While Putty seems to be able to communicate with the device, it seems nanoframework cannot reach it.