Hardware Setup#
MX3 M.2 Not Opening or Not Detected#
There are a few possible explanations why the MX3 M.2 may not open / be detected by a system.
Kernel Module Needs Inserting#
Sometimes installing the driver ( memx-drivers
deb package, or manual installer script ), will build the kernel module but not automatically insert it.
Either reboot your system, at which time the module will autoload on next boot, or manually insert the module with
sudo modprobe -v memx_cascade_plus_pcie
ARM System Needs Device Tree Modification#
Some ARM boards require device tree overlays or other modifications to support the MX3 M.2 card. The sudo mx_arm_setup
command in the install docs will do these tweaks for you on currently supported platforms. Support for more boards out-of-the-box will continue to grow over time.
Please contact MemryX for support if your ARM system is having install issues.