MXCLI is a command-line application and a front-end to MCXL (Micron CXL Library).
It has two modes of operation:
- Interactive CLI
- Classic argument-based CLI 1
CXL Features:
- Access CXL Registers
- Device management using CXL spec commands:
Other Features:
- Access PCIe Registers
- Linux Distribution with CXL-enabled kernel (e.g. Ubuntu 22.04 or Fedora 36)
- The following system executables:
pci-utils- Installable by package managers
yum/apt install pci-utils
- Installable by package managers
- GLIBC 2.35+
- Root access (for sysfs R/W)
- Executable distributions are self-contained and ready to be executed
- Optionally ensure execution mode is enabled by
chmod +x mxcli - Launch by
./mxclifor interactive CLI or./mxcli --helpfor classic mode
Footnotes