GitHub SDK (Including command line instructions)
Packages you may need:
sudo apt-get install build-essential
sudo apt-get install libncursesw5-dev
Translated Datasheets etc
Disabling restrictions on ttyUSB
Run:
sudoedit /etc/udev/rules.d/50-ttyusb.rules
And add this in the file:
KERNEL=="ttyUSB[0-9]*",NAME="tts/USB%n",SYMLINK+="%k",GROUP="uucp",MODE="0666"
Save, exit and unplug and replug the board into your USB port.