Hello,
We have been using the imp8mp-evk for the i.MX 8M Plus and working with TensorFlow Lite. Our software team is asking if we can update to a newer version of TFLite, as our board is currently running v2.3.1, and the documentation (IMX Machine Learning User's Guide) mentions that up to v2.5.0 is supported.
I can see the tensorflow-lite_2.3.1.bb file located in /sources/meta-imx/meta-ml/recipes-libraries/tensorflow-lite. This is clearly responsible for building the current version of TFLite in our yocto image, but I am unsure about where to find a similar .bb file for v2.5.0.
Any advice is much appreciated. Please let me know if anything is unclear above.
Thank you,
Cody Robson
Solved! Go to Solution.
L5.10.52_2.1.0 has contains TF v2.5.0
L5.10.52_2.1.0 has contains TF v2.5.0
Thanks for your quick reply!
I was hoping we would be able to update only the TFLite version, but I suppose updating the full BSP is probably the simplest way to go about it.
Thanks again,
Cody