Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix Header size
  • Loading branch information
katie-snow committed Apr 4, 2014
1 parent a91ab82 commit c84b5a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ Ultimarc-linux

Library and command line utility

## Introduction:
#### Introduction:
This utility will configure the following Ultimarc boards; I-Pac 2, I-Pac 4, Mini-Pac, UltraStik 360 and PacLED64. 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.

## Required Libraries
#### Required Libraries
To build this tool the following libraries need to be install on your system.
* json-c (0.11),
* libusb-dev (1.0.18)
* libtool

## UDEV Rule:
#### UDEV Rule:
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.

## Building Utility:
#### Building Utility:
To build this project, at the base directory run the following commands
* ./configure
* make
The executable will be in src/umtool directory and named umtool.out.

## Project TODO's:
#### Project TODO's:
* Ability to change the device ID for the PacLED64
* Robust file validation and boundary checking
* Robust debugging capability

0 comments on commit c84b5a2

Please sign in to comment.