<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=Transclusion%3A_CL-SOM-iMX7%3A_FreeRTOS%3A_Running_Demos</id>
	<title>Transclusion: CL-SOM-iMX7: FreeRTOS: Running Demos - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediawiki.compulab.com/w/index.php?action=history&amp;feed=atom&amp;title=Transclusion%3A_CL-SOM-iMX7%3A_FreeRTOS%3A_Running_Demos"/>
	<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=Transclusion:_CL-SOM-iMX7:_FreeRTOS:_Running_Demos&amp;action=history"/>
	<updated>2026-04-30T11:12:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://www.mediawiki.compulab.com/w/index.php?title=Transclusion:_CL-SOM-iMX7:_FreeRTOS:_Running_Demos&amp;diff=3862&amp;oldid=prev</id>
		<title>Nikita: /* Introduction */</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.compulab.com/w/index.php?title=Transclusion:_CL-SOM-iMX7:_FreeRTOS:_Running_Demos&amp;diff=3862&amp;oldid=prev"/>
		<updated>2017-10-23T10:09:36Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Introduction&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
This article describes the process of loading FreeRTOS images into memory, and running the in-memory images. For quick evaluation, the FreeRTOS BSP comes with precompiled images that can be found under the {{filename|images}} folder.&lt;br /&gt;
&lt;br /&gt;
== Loading FreeRTOS into memory ==&lt;br /&gt;
A FreeRTOS image must be run from TCM, DDR, or OCRAM, depending on how it was built. Consult the following table for the right &amp;lt;'''load_addr'''&amp;gt; to use:&lt;br /&gt;
{| cellpadding=&amp;quot;3&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid rgb(85, 85, 85); border-collapse: collapse;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Image name&lt;br /&gt;
! Must run from&lt;br /&gt;
! load_addr&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;image_name&amp;gt;.bin&lt;br /&gt;
| TCM&lt;br /&gt;
| 7F8000&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;image_name&amp;gt;_ocram.bin&lt;br /&gt;
| OCRAM&lt;br /&gt;
| 910000&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;image_name&amp;gt;_ddr.bin&lt;br /&gt;
| DDR&lt;br /&gt;
| 9FF00000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Power on the module and stop U-Boot from booting Linux by holding Ctrl-c.&lt;br /&gt;
* Place the demo image into USB drive or SD-card, and connect it into the evaluation board.&lt;br /&gt;
* Use the following U-Boot commands to load the demo image from USB storage: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CL-SOM-iMX7 # usb start&lt;br /&gt;
CL-SOM-iMX7 # load usb 0 &amp;lt;load_addr&amp;gt; &amp;lt;image_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Use the following U-Boot commands to load the demo image from SD-card:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CL-SOM-iMX7 # mmc dev 0&lt;br /&gt;
CL-SOM-iMX7 # mmc rescan&lt;br /&gt;
CL-SOM-iMX7 # load mmc 0 &amp;lt;load_addr&amp;gt; &amp;lt;image_name&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Booting FreeRTOS from memory ==&lt;br /&gt;
* Run the image using the following commands:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CL-SOM-iMX7 # dcache flush&lt;br /&gt;
CL-SOM-iMX7 # bootaux &amp;lt;load_addr&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nikita</name></author>
		
	</entry>
</feed>