Changes

Jump to: navigation, search

Development Environment HowTo (NELK)

12 bytes added, 14:04, 16 April 2013
m
Build the whole kit
* enter the ''EZSDK_INSTALL_DIR'' directory: <code>cd /home/shared/devel/dave/naon-DAA/sw/linux/sdk/sdk-x.xx.xx.xx</code>
** where the ''x'' should be substituted with the current release which NELK is based (e.g. ''/home/shared/devel/dave/naon-DAA/sw/linux/sdk/sdk-5.05.02.00'')
* configure the build system to build the components for a specific SOM (Naon, Maya or DIDO). To do that, set the <code>NAON_VARIANT</code> environement variable with the following command (please note that, if the use of the '''sudo ''' command is required during the build, the '''-E ''' option must be included, otherwise the NAON_VARIANT will be lost)<br><pre class="workstation-terminal">export NAON_VARIANT=<SOM name></pre>
* run <code>make all</code> command ('''N.B.''': with NELK versions older than the 4.0.0, '''before''' running <code>make all</code> '''for the first time''' after DVDK installation, '''please run''' <code>make linux_defconfig</code> '''as first step'''. This command creates the <code>.config</code> file with the kernel configuration and allows the build procedure to go on; without this first step, the build procedure stops with a related error)<br>
<pre class="workstation-terminal">

Navigation menu