<?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=Lauterbach_ICD_for_i.MX53</id>
	<title>Lauterbach ICD for 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=Lauterbach_ICD_for_i.MX53"/>
	<link rel="alternate" type="text/html" href="https://becomwiki.live.md-websolutions.com/index.php?title=Lauterbach_ICD_for_i.MX53&amp;action=history"/>
	<updated>2026-05-13T12:43: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=Lauterbach_ICD_for_i.MX53&amp;diff=296&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=Lauterbach_ICD_for_i.MX53&amp;diff=296&amp;oldid=prev"/>
		<updated>2023-10-31T08:03:08Z</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=Lauterbach_ICD_for_i.MX53&amp;diff=295&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=Lauterbach_ICD_for_i.MX53&amp;diff=295&amp;oldid=prev"/>
		<updated>2023-08-22T19:35:50Z</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;The Lauterbach In-Circuit-Debugger supports Bluetechnix i.MX53 modules and boards.&lt;br /&gt;
&lt;br /&gt;
Web site: https://www.lauterbach.com&lt;br /&gt;
&lt;br /&gt;
== Demonstration files ==&lt;br /&gt;
&lt;br /&gt;
can be downloaded from our FTP server: [https://support.becom-group.com/releases/imx/mx53/config/lauterbach-cmimx53-demofiles.zip Link]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This contains several Trace32 batch files (*.cmm):&lt;br /&gt;
* &amp;#039;&amp;#039;demo.cmm:&amp;#039;&amp;#039; Based on Freescale Quick Start Board example&lt;br /&gt;
* &amp;#039;&amp;#039;ddrstresstest.cmm:&amp;#039;&amp;#039; DDR Stress test, including DDR2 configuration sequence&lt;br /&gt;
* &amp;#039;&amp;#039;u-boot.cmm:&amp;#039;&amp;#039; Load/attach to U-Boot and debug it&lt;br /&gt;
* &amp;#039;&amp;#039;linux.cmm:&amp;#039;&amp;#039; Load U-Boot, Linux kernel, with Lauterbach Linux Awareness&lt;br /&gt;
* &amp;#039;&amp;#039;linux-app-debug.cmm:&amp;#039;&amp;#039; Load U-Boot, Linux kernel, debug an application&lt;br /&gt;
&lt;br /&gt;
== Impressions ==&lt;br /&gt;
&lt;br /&gt;
The Lauterbach ICD and the TRACE32 software supports Linux kernel awareness, and hence lets you debug&lt;br /&gt;
*Linux kernel&lt;br /&gt;
*Linux kernel modules&lt;br /&gt;
*Linux user space applications&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here are some debugging impressions with Lauterbach JTAG Debugger and CM-i.MX53, debugging Linux:&lt;br /&gt;
&lt;br /&gt;
=== Linux kernel debugging ===&lt;br /&gt;
&lt;br /&gt;
[[Image:1-kernel started and halted.png|left|500px|Kernel started and halted]]&lt;br /&gt;
&lt;br /&gt;
Using linux.cmm batch file&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Linux kernel boots to the login prompt, then the debugger halts it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
B::Data.List is the code window, showing mixed C and assembly code from Linux&amp;#039;s process.c file.&lt;br /&gt;
&lt;br /&gt;
B::TASK.DTask shows a list of all Linux tasks.&lt;br /&gt;
&lt;br /&gt;
B::var.frame shows stack frames.&lt;br /&gt;
&lt;br /&gt;
B::TASK.Process shows Linux userspace processes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both&amp;quot; /&amp;gt;&lt;br /&gt;
=== Linux kernel module debugging ===&lt;br /&gt;
[[Image:2-module loaded.png|500px|left|Kernel module loaded]]&lt;br /&gt;
&lt;br /&gt;
A kernel module (ism_mt9m025_camera) was loaded with the Linux Shell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
B::TASK.MODule shows a list of loaded kernel modules.&lt;br /&gt;
&lt;br /&gt;
B::List shows the code of the module as it is loaded into RAM.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both&amp;quot; /&amp;gt;&lt;br /&gt;
[[Image:3-breakpoint-in-module.png|500px|left|Breakpoint in kernel module]]&lt;br /&gt;
&lt;br /&gt;
A breakpoint in the kernel module is set and hit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
B::sYmbol.Browse is the symbol browser and lets you find the function mt9m024_init_mode().&lt;br /&gt;
&lt;br /&gt;
B::Break.List shows the breakpoints list.&lt;br /&gt;
&lt;br /&gt;
B::Var.REF shows current variables in this function after hitting the breakpoint.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both&amp;quot; /&amp;gt;&lt;br /&gt;
=== Linux application debugging ===&lt;br /&gt;
[[Image:4-linuxapp-debugging.png|500px|left|Linux application debugging]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using linux-app-debug.cmm batch file (and app_debug.cmm script)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Debugger is prepared for process start; process is started in terminal. Debugger detects process start and automatically halts in main().&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
B::Data.List shows application&amp;#039;s code.&lt;br /&gt;
&lt;br /&gt;
B::TASK.Process shows processes - &amp;#039;&amp;#039;hello&amp;#039;&amp;#039; is current.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:I.MX53]]&lt;/div&gt;</summary>
		<author><name>en&gt;Peter</name></author>
	</entry>
</feed>