<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kernle &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/kernle/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Fri, 14 Aug 2009 09:39:27 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>RVDS Load Linux Kernel Script</title>
		<link>https://blog.richliu.com/2009/06/30/782/rvds-load-linux-kernel-script/</link>
					<comments>https://blog.richliu.com/2009/06/30/782/rvds-load-linux-kernel-script/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Tue, 30 Jun 2009 07:44:07 +0000</pubDate>
				<category><![CDATA[隨手札記]]></category>
		<category><![CDATA[kernle]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Realview ICE]]></category>
		<category><![CDATA[RVDS]]></category>
		<guid isPermaLink="false">http://blog.richliu.com/?p=782</guid>

					<description><![CDATA[<p>用 RVDS 的時候, 如果只是要拿來 Load kernel,  可以用以下這個簡單的 script. 自動 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2009/06/30/782/rvds-load-linux-kernel-script/">RVDS Load Linux Kernel Script</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>用 RVDS 的時候, 如果只是要拿來 Load kernel,  可以用以下這個簡單的 script. 自動 connect 到 Realview ICE, load kernel , run, 再 disconnect.</p>
<blockquote><p>connect &#8220;@MPCore_0@RVI&#8221;<br />
stop<br />
readfile,raw,nowarn &#8220;&lt;path to &gt;/bootpImage&#8221;=0x100000<br />
WAIT=OFF<br />
go<br />
disconnect,nodebug &#8220;@MPCore_0@RVI&#8221;</p></blockquote>
<p>用</p>
<blockquote><p>bglobal, disable &#8220;data abort&#8221;<br />
bglobal, disable &#8220;prefetch abort&#8221;</p></blockquote>
<p>這二個指令在 Trace32 時, 就可以讓 Linux booting 起來, 但是這一招在 RealView ICE 似乎沒有用. 要 disconnect 之後, 進到 kernel 再 connect.</p>
<p>當有了 shell script 之後, 就可以不用進 RVDS 的 GUI mode 執行 load image 的指令</p>
<blockquote><p># rvdebug &#8211; b &#8211; inc=/home/load_kernel.inc</p></blockquote>
<p>常常 load code 就很方便了.</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2009/06/30/782/rvds-load-linux-kernel-script/">RVDS Load Linux Kernel Script</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2009/06/30/782/rvds-load-linux-kernel-script/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
