<?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=Linux_BSP_customization_for_CM-i.MX53</id>
	<title>Linux BSP customization for CM-i.MX53 - 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=Linux_BSP_customization_for_CM-i.MX53"/>
	<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=Linux_BSP_customization_for_CM-i.MX53&amp;action=history"/>
	<updated>2026-05-13T12:45:20Z</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=Linux_BSP_customization_for_CM-i.MX53&amp;diff=496&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=Linux_BSP_customization_for_CM-i.MX53&amp;diff=496&amp;oldid=prev"/>
		<updated>2023-10-31T08:03:11Z</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=Linux_BSP_customization_for_CM-i.MX53&amp;diff=495&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=Linux_BSP_customization_for_CM-i.MX53&amp;diff=495&amp;oldid=prev"/>
		<updated>2023-08-22T19:35:54Z</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;[[Image:CM-i.MX53 Top W300.png|right]]&lt;br /&gt;
This document describes various specifics of the &amp;#039;&amp;#039;&amp;#039;CM-i.MX53 Core Module&amp;#039;&amp;#039;&amp;#039; as far as the &amp;#039;&amp;#039;&amp;#039;Bluetechnix MX53 Linux Board Support Package&amp;#039;&amp;#039;&amp;#039; is concerned.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;General&amp;#039;&amp;#039; section is valid for all CM-i.MX53 modules. Please read the section specific to your Core Module type as well!&lt;br /&gt;
*Consumer type, CM-i.MX53-C-C-Q24S1024F4N2048 (100-1470-X)&lt;br /&gt;
*Industrial type, CM-i.MX53-C-I-Q24S1024F4N2048 (100-1471-X)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= General =&lt;br /&gt;
&lt;br /&gt;
== LTIB configuration ==&lt;br /&gt;
&lt;br /&gt;
*Start LTIB configuration&lt;br /&gt;
 ./ltib -c&lt;br /&gt;
*Choose the correct U-Boot target&lt;br /&gt;
 --- Choose your board for u-boot&lt;br /&gt;
     board (cmimx53)  ---&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Deployment and boot modes ==&lt;br /&gt;
&lt;br /&gt;
For deployment, you may use the &amp;#039;&amp;#039;&amp;#039;setup_sdcard.sh&amp;#039;&amp;#039;&amp;#039; Linux shell script as described in the MX53 Software User Manual.&lt;br /&gt;
&lt;br /&gt;
For the CM-i.MX53, the following deployment methods are supported:&lt;br /&gt;
*Boot from SD card&lt;br /&gt;
*Boot from on-board SPI flash&lt;br /&gt;
:Boot from SD card; deploy to SPI flash (U-Boot; Linux kernel) and NAND flash (root file system); Boot from SPI flash&lt;br /&gt;
*Boot from NAND flash&lt;br /&gt;
:Boot from SD card; deploy to NAND flash (U-Boot; Linux kernel; root file system); Boot from NAND flash&lt;br /&gt;
&lt;br /&gt;
== U-Boot configuration and implementation files ==&lt;br /&gt;
&lt;br /&gt;
The U-Boot configuration file for the CM-i.MX53 is at&lt;br /&gt;
 u-boot-2009.08/include/configs/cmimx53.h&lt;br /&gt;
&lt;br /&gt;
U-Boot build target:&lt;br /&gt;
 cmimx53_config&lt;br /&gt;
&lt;br /&gt;
The implementation of module support is at&lt;br /&gt;
 u-boot-2009.08/boards/bluetechnix/cmimx53/&lt;br /&gt;
&lt;br /&gt;
== Linux configuration and implementation files ==&lt;br /&gt;
&lt;br /&gt;
Linux Kernel configuration option:&lt;br /&gt;
 System Type  ---&amp;gt;&lt;br /&gt;
   Freescale MXC Implementations  ---&amp;gt;&lt;br /&gt;
     [*] Support Bluetechnix CM-i.MX53 core module&amp;lt;!--&lt;br /&gt;
     [*] Support Bluetechnix Qseven-i.MX537 module--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NOTE: By default, the Linux kernel is configured to support all Bluetechnix MX53 modules. The kernel decides at runtime which module it runs on, dependent on the machine ID it gets from the U-Boot boot loader.&lt;br /&gt;
&lt;br /&gt;
The platform file for the CM-i.MX53 is at:&lt;br /&gt;
 linux/arch/arm/mach-mx5/cmimx53.c&lt;br /&gt;
&lt;br /&gt;
= CM-i.MX53-C-C-Q24S1024F4N2048 =&lt;br /&gt;
&lt;br /&gt;
== LTIB configuration ==&lt;br /&gt;
&lt;br /&gt;
* In LTIB&amp;#039;s installation directory, start&lt;br /&gt;
 ./ltib -c&lt;br /&gt;
* Set the following configuration options:&lt;br /&gt;
 --- Target Image Generation&lt;br /&gt;
 Options  ---&amp;gt;&lt;br /&gt;
   (1024KiB) ubifs physical erase block(PEB) size&lt;br /&gt;
   (1040384) ubifs logical erase block(LEB) size in Bytes&lt;br /&gt;
   (4096) ubifs maximum logical erase block(LEB) count&lt;br /&gt;
   (4096) ubifs minimum I/O unit size&lt;br /&gt;
   (4096) ubifs sub-page size&lt;br /&gt;
&lt;br /&gt;
==ARM core clock==&lt;br /&gt;
&lt;br /&gt;
By default, U-Boot configures the ARM core clock to be 800MHz, so that it may run on all i.MX53 processor variants.&lt;br /&gt;
&lt;br /&gt;
To increase the core clock speed to 1GHz and increase the core voltage appropriately, please set the following environment variable in U-Boot:&lt;br /&gt;
 setenv mx53_type consumer&lt;br /&gt;
Optionally, save the environment to non-volatile memory:&lt;br /&gt;
 saveenv&lt;br /&gt;
&lt;br /&gt;
== NAND flash ECC information==&lt;br /&gt;
The i.MX53 uses 16-bit ECC for MT29F16G08CBABA (4KiB page, 224 spare, of which 218 are used); Minimum ECC according to NAND&amp;#039;s datasheet is 12 bit.&lt;br /&gt;
&lt;br /&gt;
= CM-i.MX53-C-I-Q24S1024F4N2048 =&lt;br /&gt;
&lt;br /&gt;
NOTE: The industrial Core Module variant is supported in Linux BSP release 1.3 or later, or if you compile U-Boot from GIT and take a version from or after 24th Nov 2011.&lt;br /&gt;
&lt;br /&gt;
== LTIB configuration ==&lt;br /&gt;
&lt;br /&gt;
* In LTIB&amp;#039;s installation directory, start&lt;br /&gt;
 ./ltib -c&lt;br /&gt;
* Set the following configuration options:&lt;br /&gt;
 --- Target Image Generation&lt;br /&gt;
 Options  ---&amp;gt;&lt;br /&gt;
   (512KiB) ubifs physical erase block(PEB) size&lt;br /&gt;
   (520192) ubifs logical erase block(LEB) size in Bytes&lt;br /&gt;
   (4096) ubifs maximum logical erase block(LEB) count&lt;br /&gt;
   (4096) ubifs minimum I/O unit size&lt;br /&gt;
   (1024) ubifs sub-page size&lt;br /&gt;
&lt;br /&gt;
== NAND flash ECC information==&lt;br /&gt;
The i.MX53 uses 16-bit ECC for MT29F16G08ABACA (4KiB page, 224 spare, of which 218 are used); Minimum ECC according to NAND&amp;#039;s datasheet is 8 bit.&lt;br /&gt;
&lt;br /&gt;
[[Category:i.MX53]]&lt;/div&gt;</summary>
		<author><name>en&gt;Peter</name></author>
	</entry>
</feed>