Hey. Can someone help me understand how does uploading a sketch to ESP32 works exactly? I am using Arduino IDE to program ESP32 devices and it was working fine until someone shared .bin file with me that I wanted to upload to my ESP32 device.
I have tried to upload .bin file to my ESP32 using linux. I have connected esp32 to raspberry PI using USB cable and esptool.py write_flash command as following:
but my ESP32 goes into infinitive SPI_FLASH_RESET loop..
I have read this article...
ESP32 understanding uploading a sketch process
I have tried to upload .bin file to my ESP32 using linux. I have connected esp32 to raspberry PI using USB cable and esptool.py write_flash command as following:
but my ESP32 goes into infinitive SPI_FLASH_RESET loop..
I have read this article...
ESP32 understanding uploading a sketch process