I drag and drop the deployment uf2 file but when trying to run it trough thonny IDE i get the following error
Device is busy or does not respond. Your options:
wait until it completes current work;
use Ctrl+C to interrupt current work;
reset the device and try again;
check connection properties;
make sure the device has suitable MicroPython / CircuitPython / firmware;
make sure the device is not in bootloader mode.
Eoin
April 19, 2023, 10:19am
#2
Hi @zloberto ,
Welcome to the forum!
This looks like an issue with Thonny, I can see similar problems listed on their gitHub:
opened 10:06PM - 13 May 22 UTC
closed 02:55PM - 01 Aug 22 UTC
MicroPython
I am using an ESP32-CAM and Thonny's IDE runs the code properely. But whenever… I disconnect the chip and reconnect it or unplug the cable and return it this error shows every time :
Device is busy or does not respond. Your options:
- wait until it completes current work;
- use Ctrl+C to interrupt current work;
- use Stop/Restart to interrupt more and enter REPL.
Even though I stop running the program and I disconnect the board before unplugging.
I have tried Ctrl+C, but nothing changed, I tried Ctrl+F2 but same error everytime. I also erased flash but nothing.
I tried to : Disconnect board > re-install the firmware > Click on reset button, this shows on terminal :
ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
I really don't know if it's a board's problem or IDE.
Thank you for your time.
If you want to try following these steps, hopefully that will help. You can ask there if it doesn’t, and please keep us posted if you encounter any Edge Impulse specific errors.
Best
Eoin