Library and command line utility
This fork replaces automake with cmake
This utility will configure the following Ultimarc boards; ServoStik, PACDrive, IPAC Ultimate, I-Pac 2, I-Pac 4, Mini-Pac, JPAC, UltraStik 360, PacLED64, U-HID and U-HID Nano. There is support for the PAC 2015 boards, UltraStik 2015 board and the previous generation of the PAC boards. It uses json configuration files to configure the different boards. It also supports the ability to change the device ID of the UltraStik 360 boards. Allowing for the configuring of four different boards at once.
This library and command line utility support 2012 through 2015 boards. If you need support for older Ultimarc boards, please look at the following utility developed by Travis, Ipacutil or use the Windows WinIpac v1 from Ultimarc
To build this tool the following libraries need to be install on your system.
This utility requires folder permission changes to the usb device directories before it can do the configuration changes to the boards. The udev rule in the base directory named 21-ultimarc.rules needs to be placed in /etc/udev/rules.d directory. Placing the file in that directory usually requires root permissions.
Install the required development packages:
sudo apt-get install cmake libjson-c-dev libusb-1.0-0-devsudo dnf install cmake json-c-devel libusb1-develsudo pacman -S cmake json-c libusbcd /path/to/Ultimarc-linux/src
mkdir build
cd build
cmake ..
makeThe umtool executable will be created in the build directory.
To install the executable and library system-wide:
sudo make installThis will install:
umtoolbinary to/usr/local/binlibultimarc.alibrary to/usr/local/lib- Header files to
/usr/local/include/ultimarc
./umtool --help