<?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>RVDS &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/rvds/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Tue, 30 Oct 2012 12:38:30 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Patch RVDS 4.0 at Linux</title>
		<link>https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/</link>
					<comments>https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Wed, 30 Jun 2010 03:13:38 +0000</pubDate>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[RVDS]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=947</guid>

					<description><![CDATA[<p>在 Linux 上上 RVDS 4.0 的 Patch Command 如下 [BASH] # ﻿~/ARM/ [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/">Patch RVDS 4.0 at Linux</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>在 Linux 上上 RVDS 4.0 的 Patch Command 如下</p>
<p>[BASH]</p>
<p># ﻿~/ARM/bin/linux-pentium/setuplinux.bin patch &#8211;source RVDS_4_0_dist_to_4-all-all_stnd.armpatch &#8211;target ~/ARM</p>
<p>[/BASH]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/">Patch RVDS 4.0 at Linux</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[筆記] ubuntu 裝 RVDS.</title>
		<link>https://richliu.com/2010/06/07/940/%e7%ad%86%e8%a8%98-ubuntu-%e8%a3%9d-rvds/</link>
					<comments>https://richliu.com/2010/06/07/940/%e7%ad%86%e8%a8%98-ubuntu-%e8%a3%9d-rvds/#comments</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 06:57:42 +0000</pubDate>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[openmotif]]></category>
		<category><![CDATA[RVDS]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=940</guid>

					<description><![CDATA[<p>* 要使用 User right 安裝, 不能 sudo install * 直接用 ISO file 似乎會 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2010/06/07/940/%e7%ad%86%e8%a8%98-ubuntu-%e8%a3%9d-rvds/">[筆記] ubuntu 裝 RVDS.</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>* 要使用 User right 安裝, 不能 sudo install<br />
* 直接用 ISO file 似乎會有問題</p>
<p>安裝完以後, 在 ubuntu 10.04 的環境下要另外安裝 Openmotif</p>
<p>[Bash]<br />
# wget http://mirrors.kernel.org/ubuntu/pool/multiverse/o/openmotif/libmotif3_2.2.3-4_i386.deb<br />
# sudo dpkg -i libmotif3_2.2.3-4_i386.deb<br />
[/Bash]<br />
這樣就可以了 .</p>
<p>Update: Ubuntu 新的系統, 像是 ubuntu 12.04 , 要修改 rule.d 下的檔案,<br />
這樣 USB 才會抓得到<br />
編輯 /etc/udev/rules.d/ARM_debug_tools.rules<br />
加上<br />
[TEXT]<br />
SUBSYSTEMS==&#8221;usb&#8221;, ATTRS{idVendor}==&#8221;0d28&#8243;, ATTRS{idProduct}==&#8221;0001&#8243;, MODE=&#8221;0666&#8243;<br />
[/TEXT]<br />
這是 Realview ICE, 如果有 DSTREAM , 請改 product id .</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2010/06/07/940/%e7%ad%86%e8%a8%98-ubuntu-%e8%a3%9d-rvds/">[筆記] ubuntu 裝 RVDS.</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2010/06/07/940/%e7%ad%86%e8%a8%98-ubuntu-%e8%a3%9d-rvds/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>RVDS Load Linux Kernel Script</title>
		<link>https://richliu.com/2009/06/30/782/rvds-load-linux-kernel-script/</link>
					<comments>https://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">https://richliu.com/?p=782</guid>

					<description><![CDATA[<p>用 RVDS 的時候, 如果只是要拿來 Load kernel,  可以用以下這個簡單的 script. 自動 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://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://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://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://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2009/06/30/782/rvds-load-linux-kernel-script/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
