<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ronetix.at/index.php?action=history&amp;feed=atom&amp;title=RNX-iMX93-SMARC_Linux</id>
	<title>RNX-iMX93-SMARC Linux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ronetix.at/index.php?action=history&amp;feed=atom&amp;title=RNX-iMX93-SMARC_Linux"/>
	<link rel="alternate" type="text/html" href="https://wiki.ronetix.at/index.php?title=RNX-iMX93-SMARC_Linux&amp;action=history"/>
	<updated>2026-09-19T11:56:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.ronetix.at/index.php?title=RNX-iMX93-SMARC_Linux&amp;diff=419&amp;oldid=prev</id>
		<title>Ilko: Initial creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ronetix.at/index.php?title=RNX-iMX93-SMARC_Linux&amp;diff=419&amp;oldid=prev"/>
		<updated>2024-03-11T14:26:43Z</updated>

		<summary type="html">&lt;p&gt;Initial creation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#vardefine:HARDWARE_NAME|RNX-iMX93-SMARC}}&lt;br /&gt;
{{#vardefine:KERNEL_BASED_URL|https://github.com/nxp-imx/linux-imx}}&lt;br /&gt;
{{#vardefine:KERNEL_BRANCH|lf-6.1.y}}&lt;br /&gt;
{{#vardefine:DEFCONFIG_NAME|rnx_imx93_osm_defconfig}}&lt;br /&gt;
{{#vardefine:DTB_NAME|imx93-rnx-smarc.dtb}}&lt;br /&gt;
[[File:RNX-iMX93-SMARC_top.webp|thumb]]&lt;br /&gt;
&lt;br /&gt;
== Setting Boot mode ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Boot mode setting on carrier board&lt;br /&gt;
|-&lt;br /&gt;
! BOOT !! J4:1-2 !! J4:3-4 !! J4:5-6 !! J4:7-8&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A55 Serial Downloader || close || open || open || open&lt;br /&gt;
|-&lt;br /&gt;
| Cortex-A55, eMMC || open || close || open || open&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Terminal Setup ==&lt;br /&gt;
The carrier board connects the host PC using the micro-B USB connector (J3).&amp;lt;br&amp;gt;&lt;br /&gt;
Common serial communication programs such as Minicom, HyperTerminal, Tera Term, or PuTTY can be used.&amp;lt;br&amp;gt; &lt;br /&gt;
The {{#var:HARDWARE_NAME}} board uses the second port for the Arm Cortex-A cores console.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- use template --&amp;gt;&lt;br /&gt;
{{Build-Linux}}&lt;br /&gt;
&lt;br /&gt;
== Booting Linux Kernel ==&lt;br /&gt;
This section describes how to load and boot Linux kernel using UUU.&amp;lt;br&amp;gt;&lt;br /&gt;
The Linux Kernel booting requires a bootloader.&amp;lt;br&amp;gt;&lt;br /&gt;
The bootloader includes SPL, U-Boot, Arm Trusted Firmware, OP-TEE, Sentinel&lt;br /&gt;
Firmware and DDR PHY Firmware. &amp;lt;br&amp;gt;&lt;br /&gt;
It can be built:&lt;br /&gt;
* by Yocto, the result is: tmp/deploy/images/rnx-imx93-smarc/imx-boot-rnx-imx93-smarc-sd.bin-flash_singleboot&lt;br /&gt;
or&lt;br /&gt;
* by the script u-boot-imx/tools/imx_build_firmware.sh, the result is: uboot-imx/imx-mkimage/iMX9/flash.bin&lt;br /&gt;
See [[{{#var:HARDWARE_NAME}} U-Boot|Building U-Boot]] for more info how to build &amp;#039;&amp;#039;&amp;#039;flash.bin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal update utility ===&lt;br /&gt;
The Universal Update Utility (UUU) runs on a Windows or Linux OS host and is used to download images to devices on an i.MX board.&lt;br /&gt;
&lt;br /&gt;
==== Downloading UUU ====&lt;br /&gt;
Download UUU version 1.5.21 or later from https://github.com/nxp-imx/mfgtools/releases&lt;br /&gt;
&lt;br /&gt;
==== Connect USB ports ====&lt;br /&gt;
Follow the instructions below:&lt;br /&gt;
* Connect a USB cable from a computer to the J9, port USB-A (Micro-AB) port on the carrier board for download link.&lt;br /&gt;
* Connect a USB cable from J3, port UART-DBG (Micro-AB) port to the computer for console output.&lt;br /&gt;
* Open a Terminal emulator program&lt;br /&gt;
* Set the boot mode to &amp;quot;Cortex-A55 Serial Downloader&amp;quot;, see [[#Setting Boot mode]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Upload and boot ===&lt;br /&gt;
U-BOOT must be already built in folder: uboot-imx&lt;br /&gt;
&lt;br /&gt;
  $ cd arch/arm64/boot&lt;br /&gt;
  $ cp ../../../../uboot-imx/imx-mkimage/iMX9/flash.bin .&lt;br /&gt;
  $ wget http://download.ronetix.at/boards/doc/RNX-iMX93-SMARC/tools/kernel-smarc.uuu&lt;br /&gt;
  $ uuu kernel-smarc.uuu&lt;br /&gt;
&lt;br /&gt;
* Set the boot mode to &amp;quot;Cortex-A55, eMMC&amp;quot;, see [[#Setting Boot mode]]&lt;br /&gt;
* reset the board&lt;br /&gt;
&lt;br /&gt;
=== Boot log ===&lt;br /&gt;
http://download.ronetix.at/boards/doc/RNX-iMX93-SMARC/rnx-imx93-smarc_bootlog.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- use template --&amp;gt;&lt;br /&gt;
{{SeeAlso}}&lt;/div&gt;</summary>
		<author><name>Ilko</name></author>
	</entry>
</feed>