Project

General

Profile

Compile-with-sercomm » History » Revision 4

Revision 3 (gnutoo, 02/19/2016 10:49 PM) → Revision 4/10 (gnutoo, 02/19/2016 10:49 PM)

To compile nuttx-bb with sercomm, nuttx-bb, do the following steps: 

  * Clone osmocom-bb and nuttx-bb, they must reside in the same directory and you shouldn't change the name of the osmocom-bb directory. 
 {{{ 
 git clone git://git.osmocom.org/osmocom-bb 
 git clone git://git.osmocom.org/nuttx-bb 
 }}} 
  * Put the gnuarm(for 64bit) or the codesourcery(for 32bit) 
   in your path(there is a problem with gnuarm for 32bit). 
  * Compile osmocom-bb as usual 
 {{{ 
 cd osmocom-bb/src 
 make 
 cd ../../ 
 }}} 
  * Compile nuttx-bb: 
 {{{ 
 cd nuttx-bb/nuttx/tools/ 
 ./configure.sh compal_e88/nsh #for compal_e88( gta02 and Motorola W220). 
 ./configure.sh compal_e99/nsh #for compal_e99( motorolla c155 ) 
 cd ../ 
 make 
 }}} 
  * nuttx.bin is ready for beeing loaded like any other firmware
Add picture from clipboard (Maximum size: 48.8 MB)