"Edge Impulse" on "imx8m" board

Has anyone experience of “Edge Impulse” with the “imx8m” board? If so, can you share, especially with computer vision applications? Thank you very much.
Francesco

Hi @Francescolarizza,

We don’t offer support for any NXP boards at the moment, so I don’t think we could be much help for that particular board. However, I recommend checking out this guide for getting the C++ library to run on a generic platform (it demonstrates how to run inference on Linux, but the concepts should be the same for nearly any platform): As a generic C++ library - Edge Impulse Documentation

@shawn_edgeimpulse

“We don’t offer support for any NXP boards at the moment, so I don’t think we could be much help for that particular board.”

Is this still the case today ? I am asking because I want to use the NXP development board MCXN947 with edge impulse.

Hi @EricLa,

You can see the boards that we officially support (i.e. that has Edge Impulse pre-compiled firmware) here: MCU | Edge Impulse Documentation. Please note that you can always use our C++ library on deployment to compile for nearly any target (assuming you have sufficient RAM, flash, and compute power on your device). Please see this guide for how to include, link to, and use the C++ library: As a generic C++ library | Edge Impulse Documentation