6 quTAG MC Quickstart www.qutools.com
2 Getting Started
Please install the USB driver from the included USB stick or download the latest software package
from the qutools website:
https://www.qutools.com/qutag-hr-mc/
In the tab "Downloads" you will find the software for the quTAG MC containing the Daisy
Software as a GUI and libraries for your own application together with some programming
examples.
2.1 Windows
Copy the software to a directory of choice (zip archive).
Run the USB driver (32- or 64-bit version depending on your operating system) from the subfolder
usbdriver
.
Start the Daisy.exe or your code via the DLL, see the software manual and Python examples.
2.2 Linux
Installation of Daisy and its libraries under Linux.
1. The software is built for x86 systems; builds for 32- and 64-bit (AMD architecture)
systems are available. It is linked against libc 2.19; binary compatibility has been verified
with different distributions / distribution families. There should be good chances to run
the programs on distributions released not before 2015.
2. Besides the standard installation, the following software is required:
a. Add the repository from where to download Qt4 packages, e.g.:
add-apt-repository ppa:rock-core/qt4
b. Qt4 Core, GUI, and OpenGL libraries
(Ubuntu: packets libqtcore4, libqtgui4 libqt4-opengl)
c. libusb 1.0 (don't confuse with libusb 0.1) (Ubuntu: libusb-1.0-0)
3. Extract the directory tree to a place of your choice. E.g. /home/me/daisy .
4. Add nhands.rules from /home/me/daisy/install to the udev rules.
(Ubuntu: copy to /etc/udev/rules.d, requires root privileges).The file installs a rule that
grants access to nhands USB devices to every user.
5. Daisy et al. require a couple of shared libraries that reside in the program folder. The
program loader must be enabled to find those libs. Using the start scripts "rundaisy" and
"runflasher" instead of "daisy" and "nhflash" will do the job.
To call the programs (or userlib applications) directly, the library path has to be
published. This may be achieved:
a. temporarily: add the extra search path to your shell:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/me/daisy
Daisy only can be started by command from that shell window:
/home/me/daisy/daisy &
b. permanently: add the extra search path to the loader config.
Ubuntu: create a file "daisy.conf" that contains just one line /home/me/daisy .