Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 739 Bytes

File metadata and controls

17 lines (12 loc) · 739 Bytes

Unipi kernel modules v2

Unipi PLCs require those modules in order to access I/O. You need the Linux kernel source to compile these modules. Tested for kernel versions 6.12

  • Cross-compiling modules:

CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 make LINUX_DIR_PATH=<path to linux src tree>