I would like to store my M4 firmware on flash and have it run upon bootup. I tried following the instructions to do this in FreeRTOS on the Cortex-M4 of a Colibri iMX7 | Toradex Developer Center I didn’t seem to have ubi support on the U-Boot or Linux software installed on my Colibri iMX7 Dual 1GB aka eMMC SKU evaluation board.
So I did an easy install to install colibri-imx7-emmc_lxde-image-tezi_2.7-20180104.tar. The documentation at the above link said that BSP V2.6 Beta 2 and later should support this, so I thought 2.7 would support it.
But I still don’t see UBI support in either the U-Boot or Linux on the M7. When I boot-up Linux,it says it’s running Colibri-iMX7-eMMC_LXDE-Image 2.7b4 20171004.
Is there some other BSP I need to use for the UBI support?