Changes

Jump to: navigation, search

Development Environment HowTo (NELK)

662 bytes added, 10:08, 9 May 2012
Build/configure Linux kernel only
Linux kernel source are available inside ''EZSDK_INSTALL_DIR/board-support/linux-omap3.git''.
 
The configuration name is specified inside ''$EZSDK_INSTALL_DIR/Rules.make'' into the variable ''DEFAULT_LINUXKERNEL_CONFIG''
Enter the ''$EZSDK_INSTALL_DIR'' and type:
 
<pre class="workstation-terminal">
nelk@nelk-desktop:/home/shared/devel/dave/naon-DAA/sw/linux/sdk/sdk-5.03.01.15$ make linux_defconfig
</pre>
 
in order to configure the kernel. This will create a <pre>.config<pre> file into the ''EZSDK_INSTALL_DIR/board-support/linux-omap3.git''.
 
To build the Linux uImage (suitable for U-Boot) and modules, please enter the following command:
<pre class="workstation-terminal">
</pre>
This {{ImportantMessage|text=The <pre class="workstation-terminal">make linux</pre> command will build Linux uImage (suitable for U-Boot) and modulesfail if launched before preparing the kernel configuration as described above}}
 To manually change the default configuration, execute:
<pre class="workstation-terminal">
The usual Linux curses configuration interface will allow configuration changes.
 
To clean the build, type:
 
<pre class="workstation-terminal">
nelk@nelk-desktop:/home/shared/devel/dave/naon-DAA/sw/linux/sdk/sdk-5.03.01.15$ make clean
</pre>
To revert to the default configuration, type:
</pre>
The configuration name in specified inside ''$EZSDK_INSTALL_DIR/Rules.make'' into the variable ''DEFAULT_LINUXKERNEL_CONFIG''
Two additional target are provided:
customer
235
edits

Navigation menu