iMX7-CM

From Ronetix's Wiki
Revision as of 12:40, 20 July 2020 by Ilko (talk | contribs) (Created page with "{{#vardefine:HARDWARE_NAME|i.MX7-CM}} <!-- -->{{#vardefine:KERNEL_BRANCH|imx_4.19.35_1.0.0}} <!-- -->{{#vardefine:DEFCONFIG_NAME|imx7_cm_defconfig}} <!-- -->{{#vardefine:DTB_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
File:iMX7-CM top.png

Overview

The Linux kernel provides support for on-board peripherals and interfaces of the i.MX7-CM System-on-Module

Building kernel for i.MX7-CM

This Linux kernel is based on https://source.codeaurora.org/external/imx/linux-imx.git, branch imx_4.19.35_1.0.0

Setup the cross compiler and CPU architecture

$ export ARCH=arm
$ export CROSS_COMPILE=/opt/cross/arm-ronetix-eabi-8.3.0/bin/arm-ronetix-eabi-

Clone the latest revision of the repo

$ git clone https://github.com/ronetix/linux.git linux-ronetix --depth=1
$ cd linux-ronetix

Configure and build

$ make imx7_cm_defconfig
$ make

Build Results

The resulted images are located in arch/arm/boot

File Name Description
zImage Linux kernel image
dts/imx7d-cm.dtb Device tree blob for i.MX7-CM

See also