These commands are required to set up the build system on Linux (tested on Ubuntu 16.04 LTS). This installs the necessary packages and clones a copy of the firmware to ~/projects/firmware
.
Install Commands
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y sudo apt -qq update sudo apt -qq install build-essential gcc-arm-embedded openocd git tmux mkdir ~/projects cd ~/projects git clone https://github.com/uw-midsun/firmware.git