We are using the FRDM-IMX93 board to do ML model evaluations with eIQ TFLite-micro + ethos-u. We are therefore using the Yocto version LF6.6.36_2.1.0, because this is the version that supports the FRDM-IMX93 board with [https://github.com/nxp-imx-support/meta-imx-frdm].
From the reference document UG10166 (i.MX Machine Learning User's Guide, Rev. LF6.6.36_2.1.0 — 30 September 2024) we are learning how to run all this software. With this in mind, we would like to recompile the M33/ethos-u application "ethosu_apps_rpmsg", to add more TFLite OPs as supported. This process is described in Section 6.2.7 of this document.
What it does not mention is which version of the MCUXPresso SDK for iMX93 we should download so that we are using a version of the M33/Ethos-u firmware (with eIQ TFLIte-micro) that would be compatible with the Yocto-side application that talks to it.
From what I can see, the latest version of the MCUXpresso SDK for iMX93 that contains both eIQ and ethos-u-core-software is 2.16.0. Is this the version that is being used by Yocto version LF6.6.36_2.1.0 ?