Difference between revisions of "Transclusion: CL-SOM-iMX7: U-Boot: Boot from NAND"

From Compulab Mediawiki
Jump to: navigation, search
imported>Uri.mashiach
imported>Uri.mashiach
 
Line 1: Line 1:
* Use the following U-Boot commands to configure NAND as the main storage for both Linux kernel and root filesystem images:
+
* Use the following U-Boot command to configure NAND as the main storage for both Linux kernel and root filesystem images:
 
<pre>
 
<pre>
 
setenv bootcmd 'run nandboot'
 
setenv bootcmd 'run nandboot'

Latest revision as of 07:48, 23 June 2019

  • Use the following U-Boot command to configure NAND as the main storage for both Linux kernel and root filesystem images:
setenv bootcmd 'run nandboot'
  • To save this configuration:
saveenv
  • To boot Linux type:
run bootcmd