LXMASTER apt repository

Real-time EtherCAT master — latest release: v1.0.9

Install

curl -fsSL https://apt.lynxtechs.com/lxmaster.gpg | sudo tee /usr/share/keyrings/lxmaster.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/lxmaster.gpg] https://apt.lynxtechs.com stable main" | sudo tee /etc/apt/sources.list.d/lxmaster.list
sudo apt update && sudo apt install lxmaster

Supported distributions

Packages are built against glibc 2.35 (Ubuntu 22.04 baseline) with GCC 12, for amd64 and arm64. glibc is backward compatible, so any distro at or above this baseline works.

DistributionglibcSupported
Ubuntu 22.04 LTS2.35Yes
Ubuntu 24.04 LTS2.39Yes
Debian 12 (bookworm)2.36Yes
Debian 13 (trixie)2.41Yes
Raspberry Pi OS (bookworm, 64-bit)2.36Yes
Ubuntu 20.04 / Debian 11 / Pi OS bullseye2.31No

Requires a 64-bit OS (dpkg --print-architectureamd64 or arm64).