This repo contains two recipes for integrating the MemryX SDK into a Yocto image.
This recipe builds the kernel module for the MX3 M.2 card.
- Add the path to this folder (
meta-mx3-driver) to your build'sconf/bblayers.conf - Include the
memx-cascade-plus-pcietarget in your Yocto build process
NOTE: your system may need device tree edits, especially if this is an ARM or RISCV system. These edits are out of scope of this overlay so please contact MemryX for support if the MX3's BAR / MSIX are not working with your default device tree.
This recipe builds the MxAccl C++ Runtime Library plus a binary libmemx.
To build it, the same steps apply:
- Add the path to this folder (
meta-memx-runtime) to your build'sconf/bblayers.conf - Include the
memx-runtimetarget in your Yocto build process