Difference between revisions of "iMX6 TinyRex Ultra U-Boot"

From Voipac Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
<div style="float:right">__TOC__</div>
 
U-boot is a bootloader responsible for hardware initialization, loading and booting linux kernel. It is also used for module flashing.
 
U-boot is a bootloader responsible for hardware initialization, loading and booting linux kernel. It is also used for module flashing.
  
Line 8: Line 9:
 
=== Initial steps ===
 
=== Initial steps ===
 
Create working directory
 
Create working directory
<code>
+
<br /><code>
 
mkdir -pv ~/workdir/imx6/bootloader/
 
mkdir -pv ~/workdir/imx6/bootloader/
 
</code>
 
</code>

Revision as of 23:14, 25 February 2021

U-boot is a bootloader responsible for hardware initialization, loading and booting linux kernel. It is also used for module flashing.

Build

Set toolchain

Export toolchain variables for every related terminal session.

Initial steps

Create working directory
mkdir -pv ~/workdir/imx6/bootloader/