Difference between revisions of "Compile Firmware MS14"

From Wiki for Dragino Project
Jump to: navigation, search
Line 2: Line 2:
  
 
Get source code from Github:
 
Get source code from Github:
  git clone https://github.com/dragino/dragino2.git dragino2-git
+
  git clone https://github.com/dragino/dragino2.git dragino2
  
  
Set up build environment,  
+
cd into the source directory. Set up build environment,  
 
  ./set_up_build_enviroment.sh ms14
 
  ./set_up_build_enviroment.sh ms14
  

Revision as of 02:24, 17 September 2013

The compile is base on Linux machine.

Get source code from Github:

git clone https://github.com/dragino/dragino2.git dragino2


cd into the source directory. Set up build environment,

./set_up_build_enviroment.sh ms14

Build image:

./build_image.sh ms14

to build image for ms14

You should be able to get the firmware in bin directory under image directory.