Pixy Quick Links
Basics
Connecting Pixy to…
Software and Support
Basics
Connecting Pixy to…
Software and Support
The following procedure will walk you through building PixyMon for Linux. This procedure assumes the following:
The Mint-17 distribution of Linux can be downloaded here: http://www.linuxmint.com
Instructions for updating the Pixy firmware are here: Uploading New Firmware
Although this procedure uses Linux Mint-17, it should work with any Linux distribution that uses the Debian package manager (e.g. Ubuntu).
In the terminal window type:
sudo apt-get install git
Change directory to the pixy build tools folder and run the build script.
In the terminal window type:
cd pixy/scripts
./build_pixymon_src.sh
In order to communicate with Pixy over USB as a non-root user you must set permissions for Pixy.
To do this copy the 'pixy.rules' file to '/etc/udev/rules.d'
In the terminal window type:
cd ../src/host/linux/
sudo cp pixy.rules /etc/udev/rules.d/
In the terminal window type:
cd ../../../build/pixymon/bin/