Changes

Jump to: navigation, search

Building Linux kernel (XUELK)

87 bytes added, 07:35, 29 August 2016
Detailed Instructions
* in case of needs you can update your local repository with the following git command
<preclass="workstation-terminal">
git pull
</pre>
*enter the source tree directory and run the following commands:
<preclass="workstation-terminal">
make imx_v7_lynx_defconfig
make IMAGE_LOADADDR=0x80008000 uImage mx6ul-lynx.dtb imx6ul-lynx-som000c.dtb imx6ul-axelulite-cb0010.dtb
Default Linux kernel configuration can be changed by using the standard <code>menuconfig</code>, <code>xconfig</code>, or <code>gconfig</code> make target. Subsequent builds just require <code>uImage</code> make target to update the binary image. Once the build process is complete, the kernel binary image is stored into the <code>arch/arm/boot/uImage</code> file. Both this file and the kernel device tree can be copied to the tftp root directory <code>/tftpboot/lynx/</code> with the following commands:
<preclass="workstation-terminal">
cp arch/arm/boot/uImage /tftpboot/lynx/
cp arch/arm/boot/dts/*.dtb /tftpboot/lynx/
</pre>
743
edits

Navigation menu