RNX-RZG2UL-OSM Linux

From Ronetix's Wiki
Revision as of 16:34, 16 November 2023 by Ilko (talk | contribs) (Modify to use Template:SeeAlso)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



Overview

The Linux kernel provides support for on-board peripherals and interfaces of the RNX-RZG2UL-OSM System-on-Module

Building kernel for RNX-RZG2UL-OSM

This Linux kernel is based on https://github.com/renesas-rz/rz_linux-cip.git, branch rz-5.10-cip36

Set up the cross-compiler and CPU architecture

$ export ARCH=arm64
$ export CROSS_COMPILE=/opt/cross/aarch64-ronetix-linux-11.1/bin/aarch64-ronetix-linux-gnu-

Cross-compiler can be downloaded from here: http://download.ronetix.at/toolchains/crosstool-ng

Clone the latest revision of the repo

$ git clone https://github.com/ronetix/linux.git
$ cd linux
$ git checkout remotes/origin/rz-5.10-cip36 -b rz-5.10-cip36

Configure and build

$ make defconfig
$ make  # or make -j$(nproc)

Build Results

The resulted images are located in arch/arm64/boot

File Name Description
Image Linux kernel image
zImage Linux kernel image, compressed
rnx-rzg2ul-osm.dtb Device tree blob for RNX-RZG2UL-OSM

See also