Changes

Jump to: navigation, search

Development Environment HowTo (NELK)

6 bytes added, 14:01, 16 April 2013
m
Build the whole kit
** 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<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">
nelk@nelk-desktop:/home/shared/devel/dave/naon-DAA/sw/linux/sdk/sdk-5.03.01.15$ make all
</pre>
* when the build is completed (which may take a while, depending on user's PC power), user can install the binaries with <code>sudo make install</code> (<code>sudo</code> is required due file permission restriction on the root file system)<br>
<pre class="workstation-terminal">
nelk@nelk-desktop:/home/shared/devel/dave/naon-DAA/sw/linux/sdk/sdk-5.03.01.15$ sudo make install

Navigation menu