<?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>vm-kernel &#187; frame buffer console</title>
	<atom:link href="http://vm-kernel.org/blog/tag/frame-buffer-console/feed/" rel="self" type="application/rss+xml" />
	<link>http://vm-kernel.org/blog</link>
	<description>All about emulation and virtualization</description>
	<lastBuildDate>Sat, 17 Apr 2010 03:51:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problems I meet when porting linux to onda vx747</title>
		<link>http://vm-kernel.org/blog/2009/02/24/problems-i-meet-when-porting-linux-to-onda-vx747/</link>
		<comments>http://vm-kernel.org/blog/2009/02/24/problems-i-meet-when-porting-linux-to-onda-vx747/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 06:20:25 +0000</pubDate>
		<dc:creator>yajin</dc:creator>
				<category><![CDATA[JZ]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[frame buffer console]]></category>
		<category><![CDATA[jz4740]]></category>
		<category><![CDATA[qtopia]]></category>
		<category><![CDATA[vx747]]></category>

		<guid isPermaLink="false">http://vm-kernel.org/blog/2009/02/24/problems-i-met-when-porting-linux-to-onda-vx747/</guid>
		<description><![CDATA[1. About jz4740 DMA
JZ4740 has 2 groups of DMA, 4 channels in each group. The default prority is channel 0 has the highest priority and channel 7 has the loweset priority.
Channel 0 is used for SLCD and channel 2/3 are used for MMC TX/RX. Because the SLCD DMA is busy transmitting data from frame buffer [...]]]></description>
			<content:encoded><![CDATA[<p>1. About jz4740 DMA</p>
<p>JZ4740 has 2 groups of DMA, 4 channels in each group. The default prority is channel 0 has the highest priority and channel 7 has the loweset priority.</p>
<p>Channel 0 is used for SLCD and channel 2/3 are used for MMC TX/RX. Because the SLCD DMA is busy transmitting data from frame buffer to LCD controller, so that MMC DMA is in hunger and the root filesystem can not be loaded from micro sd card.</p>
<p>In SLCD driver, set the DMA priority to round bin.</p>
<p>2. Issues about qtopia</p>
<p>(1)QWSServerSocket: could not bind to file /tmp/qtembedded-unknown/QtEmbedded-0</p>
<p>Error: File exists</p>
<p>Failed to bind to /tmp/qtembedded-unknown/QtEmbedded-0</p>
<p>Add networking support in linux kernel.</p>
<p>Networking support-&gt;Networking options-&gt;Unix domain sockets</p>
<p>(2)QServerSocket: failed to bind or listen to the socket<br />
Failed to bind to port 4243<br />
QServerSocket: failed to bind or listen to the socket<br />
Failed to bind to port 4242</p>
<p>According to <a title="http://osdir.com/ml/handhelds.opie/2002-10/msg00253.html" href="http://osdir.com/ml/handhelds.opie/2002-10/msg00253.html">http://osdir.com/ml/handhelds.opie/2002-10/msg00253.html</a>,</p>
<blockquote><p>Opie is binding to the ports 4242(ftp) and 4243(qcopbridge) this is needed for<br />
syncing.. Opie got terminated and restarted somehow and did not properly<br />
release the sockets..<br />
I guess this is a kernel security feature.</p></blockquote>
<p>That's because Opie can not bind to port 4242 and 4243. After enabling TCP/IP support in linux kernel, this problem is solved.</p>
<p>Networking support-&gt;Networking options-&gt;TCP/IP networking</p>
<p>(3)Unable to open /usr/share/zoneinfo/zone.tab</p>
<p>That's because zoneinfo directory is missed. Copy it from my debian and it works.</p>
<p>3. Issues about framebuffer console</p>
<p>When I pass console=fb0 to linux kernel, the framebuffer does not appear on LCD. I am sure the LCD driver is working because the qtopia can run successfully. And I have enabled framebuffer console support in linux kernel.</p>
<p>Pass console=tty0 to linux kernel can solve this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://vm-kernel.org/blog/2009/02/24/problems-i-meet-when-porting-linux-to-onda-vx747/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
