Library and command line utility
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.
To build this project, at the base directory run the following commands
- ./autogen.sh
- ./configure --disable-shared
- make
If you need extra debug statements for the IPac boards then run the following
- ./configure CFLAGS='-DDEBUG'
- make
If you need libraries for your own programs then configure with shared enabled
- ./configure --enable-shared
- make
The executable will be in src/umtool directory and named umtool.
- ./umtool ipac2.json
UMTool may also be installed system wide (Tested on Debian 11 Bullseye)
- sudo make install
Update your shared libraries if using --enable-shared when compiling
- sudo /sbin/ldconfig -v