Issue regarding environment setup for the OPENMV_AE3

In short:

cd micropython
make -j$(nproc) -C mpy-cross
cd ports/alif
make -j$(nproc) BOARD=ALIF_ENSEMBLE submodules
make -j$(nproc) BOARD=ALIF_ENSEMBLE

# Connect cable to SE USB port first before running this.
make -j$(nproc) BOARD=ALIF_ENSEMBLE deploy

There’s more info here on MicroPython in general:

Note we’ll add precompiled firmware images to MicroPython - Python for microcontrollers soon, at least for the E7 devkit.