<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-AT">
	<id>https://becomwiki.live.md-websolutions.com/index.php?action=history&amp;feed=atom&amp;title=Redboot_development_%28CM-i.MX27%29</id>
	<title>Redboot development (CM-i.MX27) - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://becomwiki.live.md-websolutions.com/index.php?action=history&amp;feed=atom&amp;title=Redboot_development_%28CM-i.MX27%29"/>
	<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=Redboot_development_(CM-i.MX27)&amp;action=history"/>
	<updated>2026-05-13T15:00:36Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in BECOM Systems Support</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://becomwiki.live.md-websolutions.com/index.php?title=Redboot_development_(CM-i.MX27)&amp;diff=142&amp;oldid=prev</id>
		<title>Peter: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=Redboot_development_(CM-i.MX27)&amp;diff=142&amp;oldid=prev"/>
		<updated>2023-10-31T08:03:07Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de-AT&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 31. Oktober 2023, 10:03 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de-AT&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Peter</name></author>
	</entry>
	<entry>
		<id>https://becomwiki.live.md-websolutions.com/index.php?title=Redboot_development_(CM-i.MX27)&amp;diff=141&amp;oldid=prev</id>
		<title>en&gt;Peter: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=Redboot_development_(CM-i.MX27)&amp;diff=141&amp;oldid=prev"/>
		<updated>2023-08-22T19:35:49Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Redboot is used as the boot loader on the CM-i.MX27 core module. The boot loader is based on Freescale&amp;#039;s release 200840. If you have the need for customizing Redboot, we summarized important steps here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Get the Redboot sources ==&lt;br /&gt;
Get the source code from our GIT repository:&lt;br /&gt;
 git clone git://git.becom-group.com/git/redboot_mx27.git&lt;br /&gt;
&lt;br /&gt;
This repository contains everything you need to build Redboot:&lt;br /&gt;
*Source code: &amp;#039;&amp;#039;/ecos_20050912&amp;#039;&amp;#039;&lt;br /&gt;
*Ecos tools: &amp;#039;&amp;#039;/ecostools/tools&amp;#039;&amp;#039;&lt;br /&gt;
*Tool chain for ARM: &amp;#039;&amp;#039;/ecostools/gnutools/arm-elf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Build Redboot ==&lt;br /&gt;
&lt;br /&gt;
For your convenience, we supply two scripts for building. Initially, source the script &amp;#039;&amp;#039;set-paths-for-building&amp;#039;&amp;#039;:&lt;br /&gt;
 harald@WS-HP4600-35:~/imx/27/redboot$ . ./set-paths-for-building&lt;br /&gt;
 harald@WS-HP4600-35:~/imx/27/redboot$&lt;br /&gt;
which puts the Ecos tools and the tool chain in your $PATH.&lt;br /&gt;
&lt;br /&gt;
Then change into the &amp;#039;&amp;#039;build/&amp;#039;&amp;#039; directory and execute &amp;#039;&amp;#039;build-redboot.sh&amp;#039;&amp;#039;. This script deletes the old build and re-builds Redboot.&lt;br /&gt;
 harald@WS-HP4600-35:~/imx/27/redboot$ cd build/&lt;br /&gt;
 harald@WS-HP4600-35:~/imx/27/redboot/build$ ./build_redboot.sh &lt;br /&gt;
 U CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT, new inferred value 0xA0008000&lt;br /&gt;
 U CYGSEM_HAL_ROM_MONITOR, new inferred value 1&lt;br /&gt;
 U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0&lt;br /&gt;
 U CYGHWR_DEVS_FLASH_INTEL_28F128P30, new inferred value 1&lt;br /&gt;
 U CYGSEM_IO_FLASH_VERIFY_PROGRAM, new inferred value 0&lt;br /&gt;
 U CYGSEM_IO_FLASH_READ_INDIRECT, new inferred value 1&lt;br /&gt;
 make -r -C hal/arm/arch/current headers&lt;br /&gt;
 make[1]: Entering directory `/home/harald/imx/27/redboot/build/hal/arm/arch/current&amp;#039;&lt;br /&gt;
 [...]&lt;br /&gt;
 make[1]: Leaving directory `/home/harald/imx/27/redboot/build/redboot/current&amp;#039;&lt;br /&gt;
 make -r -C hal/arm/mx27/bluetechnix/current /home/harald/imx/27/redboot/build/install/bin/redboot.bin&lt;br /&gt;
 make[1]: Entering directory `/home/harald/imx/27/redboot/build/hal/arm/mx27/bluetechnix/current&amp;#039;&lt;br /&gt;
 arm-none-eabi-objcopy --strip-debug /home/harald/imx/27/redboot/build/install/bin/redboot.elf /home/harald/imx/27/redboot/build/install/bin/redboot.img&lt;br /&gt;
 arm-none-eabi-objcopy -O srec /home/harald/imx/27/redboot/build/install/bin/redboot.elf /home/harald/imx/27/redboot/build/install/bin/redboot.srec&lt;br /&gt;
 arm-none-eabi-objcopy -O binary /home/harald/imx/27/redboot/build/install/bin/redboot.elf /home/harald/imx/27/redboot/build/install/bin/redboot.bin&lt;br /&gt;
 make[1]: Leaving directory `/home/harald/imx/27/redboot/build/hal/arm/mx27/bluetechnix/current&amp;#039;&lt;br /&gt;
 build finished&lt;br /&gt;
 harald@WS-HP4600-35:~/imx/27/redboot/build$ &lt;br /&gt;
The ready image is stored in &amp;#039;&amp;#039;/build/install/bin/redboot.bin&amp;#039;&amp;#039;. It is automatically copied to &amp;#039;&amp;#039;/tftpboot&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Redboot configuration ==&lt;br /&gt;
&lt;br /&gt;
The home for CM-i.MX27 specific configuration is &amp;#039;&amp;#039;/ecos_20050912/packages/hal/arm/mx27/bluetechnix/current&amp;#039;&amp;#039;.&lt;br /&gt;
*Package configuration: &amp;#039;&amp;#039;misc/redboot_ROMRAM.ecm&amp;#039;&amp;#039;&lt;br /&gt;
*Code defines etc.: &amp;#039;&amp;#039;include/*&amp;#039;&amp;#039;&lt;br /&gt;
*Specific source code: &amp;#039;&amp;#039;src/*&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Here are some locations of device drivers:&lt;br /&gt;
*Flash driver: &amp;#039;&amp;#039;/ecos_20050912/packages/devs/flash/arm/mxc/current&amp;#039;&amp;#039; and &amp;#039;&amp;#039;/ecos_20050912/packages/devs/flash/intel/28fxxx/current&amp;#039;&amp;#039;&lt;br /&gt;
*FEC Ethernet driver: &amp;#039;&amp;#039;/ecos_20050912/packages/devs/eth/fec/current&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Further documentation ==&lt;br /&gt;
&lt;br /&gt;
We have summarized a short [[Redboot short reference|reference]] for Redboot.&lt;br /&gt;
&lt;br /&gt;
The GIT repository also contains the Redboot documentation as it is provided by Freescale: &amp;#039;&amp;#039;/redboot_mx27pdk/doc/redboot_mx27pdk.pdf&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Official website: [https://ecos.sourceware.org/redboot/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:i.MX27]]&lt;/div&gt;</summary>
		<author><name>en&gt;Peter</name></author>
	</entry>
</feed>