Is there a method to do wireless over the air (OTA) updates to python scripts on the SD card? Either on the H7 R2 or RT1062?
No, we don’t have support for this right now. However, the bootloaders for either platform are open-source. You’ll need to write the code for what you want to do.
Here’s the RT1062 bootloader: openmv/openmv_rt_bootloader: Modified MIMXRT Flashloaders for OpenMV RT cams. (github.com)
Here’s the H7 bootloader: openmv/src/omv/ports/stm32/boot at master · openmv/openmv (github.com)