Skip to content

Instantly share code, notes, and snippets.

@stevesong
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevesong/4342a69775a48bcbce47 to your computer and use it in GitHub Desktop.
Save stevesong/4342a69775a48bcbce47 to your computer and use it in GitHub Desktop.
Building the MP2 FXS firmware
# sudo apt-get install build-essential git subversion libncurses5-dev 
# cd ~

get the latest secn_2.1 branch of vt-firmware.

# mkdir Git
# cd Git
# git clone https://github.com/villagetelco/vt-firmware.git
# cd vt-firmware
# git checkout secn_2.1
# cd Setup-scripts
# ./Setup-AA-r42647-FXS.sh <new-vt-build-directory>
# cp ../Build-scripts/Build-MP02-FXS.sh <new-vt-build-directory>
# cd <new-vt-build-directory>

Edit Build-MP02-FXS.sh to ensure that line 4 points to your Git directory

# ./Build-MP02-FXS.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment