iMX8M-CM Linux: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{#vardefine:HARDWARE_NAME|i.MX8M-CM}} <!-- -->{{#vardefine:KERNEL_BRANCH|5.4-2.1.x-imx_rnx}} <!-- -->{{#vardefine:DEFCONFIG_NAME|imx8mq_cm_defconfig}} <!-- -->{{#vardefine:D..." |
No edit summary |
||
| Line 2: | Line 2: | ||
-->{{#vardefine:KERNEL_BRANCH|5.4-2.1.x-imx_rnx}} <!-- | -->{{#vardefine:KERNEL_BRANCH|5.4-2.1.x-imx_rnx}} <!-- | ||
-->{{#vardefine:DEFCONFIG_NAME|imx8mq_cm_defconfig}} <!-- | -->{{#vardefine:DEFCONFIG_NAME|imx8mq_cm_defconfig}} <!-- | ||
-->{{#vardefine:DTB_NAME| | -->{{#vardefine:DTB_NAME|imx8mq-cm.dtb}} <!-- | ||
--> | --> | ||
[[File:imx8m-cm top.png|thumb]] | [[File:imx8m-cm top.png|thumb]] | ||
| Line 22: | Line 22: | ||
= Build Results = | = Build Results = | ||
The resulted images are located in arch/ | The resulted images are located in arch/arm64/boot | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
| style="padding: 5px;"| Linux kernel image | | style="padding: 5px;"| Linux kernel image | ||
|- | |- | ||
| style="padding: 5px;"| {{#var:DTB_NAME}} | | style="padding: 5px;"| dts/freescale/{{#var:DTB_NAME}} | ||
| style="padding: 5px;"| Device tree blob for {{#var:HARDWARE_NAME}} | | style="padding: 5px;"| Device tree blob for {{#var:HARDWARE_NAME}} | ||
|- | |- | ||
Revision as of 17:18, 28 September 2021
Overview
The Linux kernel provides support for on-board peripherals and interfaces of the i.MX8M-CM System-on-Module
Building kernel for i.MX8M-CM
This Linux kernel is based on https://source.codeaurora.org/external/imx/linux-imx.git, branch 5.4-2.1.x-imx_rnx
Setup the cross compiler and CPU architecture
$ export ARCH=arm64 $ export CROSS_COMPILE=/opt/cross/aarch64-ronetix-linux-10.2/bin/aarch64-ronetix-linux-gnu-
Clone the latest revision of the repo
$ git clone https://github.com/ronetix/linux.git linux-ronetix --depth=1 -b 5.4-2.1.x-imx_rnx $ cd linux-ronetix
Configure and build
$ make imx8mq_cm_defconfig $ make
Build Results
The resulted images are located in arch/arm64/boot
| File Name | Description |
|---|---|
| zImage | Linux kernel image |
| dts/freescale/imx8mq-cm.dtb | Device tree blob for i.MX8M-CM |