Difference between revisions of "Compile Dragino Firmware"

From Wiki for Dragino Project
Jump to: navigation, search
(Created page with "Checkout SVN: svn co http://svn.dragino.com/openwrt openwrt Install compile environment . ./install.sh dragino Then cd dragino make -j8")
 
Line 8: Line 8:
 
  cd dragino
 
  cd dragino
 
  make -j8
 
  make -j8
 +
 +
The firmware can be found in the directory dragino/bin/atheros/ after sucessfully complination.

Revision as of 00:46, 17 April 2012

Checkout SVN:

svn co http://svn.dragino.com/openwrt openwrt

Install compile environment

. ./install.sh dragino

Then

cd dragino
make -j8

The firmware can be found in the directory dragino/bin/atheros/ after sucessfully complination.