<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=CM-FX6%3A_WEC7%3A_U-Boot_Programming</id>
	<title>CM-FX6: WEC7: U-Boot Programming - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=CM-FX6%3A_WEC7%3A_U-Boot_Programming"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.compulab.com/w/index.php?title=CM-FX6:_WEC7:_U-Boot_Programming&amp;action=history"/>
	<updated>2026-09-02T04:14:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://mediawiki.compulab.com/w/index.php?title=CM-FX6:_WEC7:_U-Boot_Programming&amp;diff=1401&amp;oldid=prev</id>
		<title>Nadav at 07:06, 14 February 2013</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.compulab.com/w/index.php?title=CM-FX6:_WEC7:_U-Boot_Programming&amp;diff=1401&amp;oldid=prev"/>
		<updated>2013-02-14T07:06:52Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The CM-FX6 comes pre-installed with the U-Boot boot loader. In order to start Windows Embedded Compact 7, the windows bootloader, E-Boot, must be loaded first. Once setup correctly, this step is automatic and should be transparent to users.&amp;lt;br&amp;gt;&lt;br /&gt;
Take the following steps to program a CM-FX6 U-boot to run eboot&lt;br /&gt;
* Connect the CM-FX6 to your desktop serial port with the cable supplied in the evaluation kit. If your desktop does not have a serial port, it is possible to use a standard USB to serial adapter.&lt;br /&gt;
* Power on the device.&lt;br /&gt;
* Hit any key to stop autoboot.&lt;br /&gt;
* Type ''printenv'' for reading the preconfigured U-Boot environment variables. The following variable must be set in order to run Eboot:&lt;br /&gt;
&amp;lt;pre&amp;gt;run_eboot=mmc dev 2 &amp;amp;&amp;amp; mmc rescan &amp;amp;&amp;amp; mmc read 10042000 a 400 &amp;amp;&amp;amp; go 10042000&amp;lt;/pre&amp;gt;&lt;br /&gt;
* If it is not there, use ''setenv'' for writing:&lt;br /&gt;
&amp;lt;pre&amp;gt;setenv run_eboot &amp;quot;mmc dev 2 &amp;amp;&amp;amp; mmc rescan &amp;amp;&amp;amp; mmc read 10042000 a 400 &amp;amp;&amp;amp; go 10042000&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Set the ''bootcmd'' variable if you want to automatically run Eboot on startup:&lt;br /&gt;
&amp;lt;pre&amp;gt;setenv bootcmd &amp;quot;run run_eboot&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Save the environment by typing ''saveenv'':&lt;br /&gt;
&amp;lt;pre&amp;gt;saveenv&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WEC7|U-Boot Programming]]&lt;br /&gt;
[[Category:CM-FX6|U-Boot Programming]]&lt;/div&gt;</summary>
		<author><name>Nadav</name></author>
		
	</entry>
</feed>