Skip to content

Instantly share code, notes, and snippets.

@stevesong
Last active August 29, 2015 14:19
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/0d3301c03f4979d66c25 to your computer and use it in GitHub Desktop.
Save stevesong/0d3301c03f4979d66c25 to your computer and use it in GitHub Desktop.
Building the MP02 Phone firmware on OpenWrt BB
# sudo apt-get install build-essential git subversion libncurses5-dev
# cd ~
get the latest secn_3.1 branch of vt-firmware.
# mkdir Git
# cd Git
# git clone https://github.com/villagetelco/vt-firmware.git
# cd vt-firmware
# git checkout secn_3.1
# cd Setup-scripts
# ./Setup-BB.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