IMX8/Nitrogen8M/Software Support: Difference between revisions

From RidgeRun Developer Wiki
(Created page with "<noinclude>{{IMX8/Head}}</noinclude> =Kernel= The latest kernel version is 4.9.11, the repository for can be accessed in the following link: [https://github.com/boundarydevi...")
 
No edit summary
Line 18: Line 18:
make boundary_defconfig
make boundary_defconfig
make zImage modules dtbs -j8
make zImage modules dtbs -j8
</pre>
=Updating Files=
<pre>
adb push arch/arm/boot/zImage /boot/
adb push arch/arm/boot/dts/<dtb_file> /boot/
</pre>
</pre>




<noinclude>{{IMX8/Foot|<Replace with "previous" page>|<Replace with "next" page>}}</noinclude>
<noinclude>{{IMX8/Foot|<Replace with "previous" page>|<Replace with "next" page>}}</noinclude>

Revision as of 02:20, 24 October 2018



  Index  





Kernel

The latest kernel version is 4.9.11, the repository for can be accessed in the following link:

Linux Kernel repository

Build instructions

The following instructions will build the kernel files required for booting the Nitrogen boards.

git clone https://github.com/boundarydevices/linux-imx6.git
cd linux-imx6
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
git checkout boundary-imx_4.9.x_1.0.0_ga
make boundary_defconfig
make zImage modules dtbs -j8

Updating Files

adb push arch/arm/boot/zImage /boot/
adb push arch/arm/boot/dts/<dtb_file> /boot/


[[IMX8/<Replace with "previous" page>|Previous: <Replace with "previous" page>]] Index [[IMX8/<Replace with "next" page>|Next: <Replace with "next" page>]]