Testing from the IDE

Does the OpenMV IDE transfer the .py file to the board when the user clicks on the “Start (run script)” button or is it just runs it temporally in the flash memory?

Also, I usually use the Pymakr IDE with the Pyboard since allows me to trace and debug the scripts in runtime. However, when I try it with the OpenMV board, I get a “Could not enter raw repl” error. Is it possible to use the Pymakr IDE with the OpenMV board?

No the IDE just runs the script on the camera, you’ll have to save the script manually to flash or usd as main.py to make the camera run it on startup. Re Pymakr IDE, I never tested it, but it should work, make sure you use a low baudrate, like 115200.