Difference between revisions of "Transclusion: CL-SOM-iMX7: Linux: Automatic Installation: Troubleshooting"

From Compulab Mediawiki
Jump to: navigation, search
(New page: * Automatic installation doesn't start. <blockquote> The U-Boot environment should be set to default: * Power on the board. * Press and hold Ctrl-C to get command prompt. * Set default U-B...)
 
 
Line 7: Line 7:
 
<pre>
 
<pre>
 
CL-SOM-iMX7 # env default -a
 
CL-SOM-iMX7 # env default -a
CL-SOM-iMX7 # run bootcmd
+
CL-SOM-iMX7 # saveenv
 +
CL-SOM-iMX7 # reset
 
</pre>
 
</pre>
 
</blockquote>
 
</blockquote>

Latest revision as of 07:40, 27 March 2018

  • Automatic installation doesn't start.

The U-Boot environment should be set to default:

  • Power on the board.
  • Press and hold Ctrl-C to get command prompt.
  • Set default U-Boot environment and boot the board:
CL-SOM-iMX7 # env default -a
CL-SOM-iMX7 # saveenv
CL-SOM-iMX7 # reset