<?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; jz4732</title>
	<atom:link href="http://vm-kernel.org/blog/tag/jz4732/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>How to run rockbox on vx747</title>
		<link>http://vm-kernel.org/blog/2009/01/12/how-to-run-rockbox-on-vx747/</link>
		<comments>http://vm-kernel.org/blog/2009/01/12/how-to-run-rockbox-on-vx747/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 03:55:44 +0000</pubDate>
		<dc:creator>yajin</dc:creator>
				<category><![CDATA[JZ]]></category>
		<category><![CDATA[jz4732]]></category>
		<category><![CDATA[jz4740]]></category>
		<category><![CDATA[rockbox]]></category>
		<category><![CDATA[vx747]]></category>

		<guid isPermaLink="false">http://vm-kernel.org/blog/2009/01/12/how-to-run-rockbox-on-vx747/</guid>
		<description><![CDATA[Caution: This article is out-dated. You can find the new how to in rockbox's wiki.
This article describes how to run rockbox on vx747 and vx747+.
1. Download rockbox from daily archive or svn. I use the svn version 19703.
2. build the toolchain. You can build the toolchain from ingenic or use the script in rockbox to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Caution: This article is out-dated. You can find the new how to in <a href="http://www.rockbox.org/twiki/bin/view/Main/OndaVX747#How_to_upload_Rockbox_to_SDRAM">rockbox's wiki</a>.</strong></p>
<p>This article describes how to run rockbox on vx747 and vx747+.</p>
<p>1. Download rockbox from daily archive or svn. I use the svn version 19703.</p>
<p>2. build the toolchain. You can build the toolchain from ingenic or use the script in rockbox to build the toolchain.</p>
<p>Option 1) download the source code from <a href="ftp://ftp.ingenic.cn/3sw/01linux/00toolchain/mipseltools-gcc412-lnx26.tar.gz">ingenic ftp</a> and build it.</p>
<p>Option 2) use the rockboxdev.sh in rockbox/tools to build the toolchain.</p>
<p>Add the toolchain to your system's PATH.</p>
<p>3. build the rockbox. If you use the toolchain from ingenic, you should comment the following line in firmware/target/mips/ingenic_jz47xx/boot.lds</p>
<blockquote><p>#OUTPUT_FORMAT("elf32-littlemips")</p></blockquote>
<p>If you buile the toolchain from rockboxdev.sh, we do not need to change boot.lds.</p>
<blockquote><p><span style="background-color: #ffffff;">cd rockbox-19703</span></p>
<p><span style="background-color: #ffffff;">mkdir build</span></p>
<p><span style="background-color: #ffffff;">cd build</span></p>
<p>../tools/configure</p></blockquote>
<p>Choose 120 for vx747 and 122 for vx747+ and then choose B for buile rockbox for bootloader. It will create Makefile in build directory. Type make to build the rockbox. If everything goes ok, file rockboot.vx747 is created. Rename it to onda.bin.</p>
<p>4. Build and use the usbtool to upload onda.bin to vx747.</p>
<blockquote><p>cd utils/jz4740_tools/</p>
<p>make</p></blockquote>
<p>Libusb-dev is needed to build usbtool. You can read the README in jz4740_tools.</p>
<p>Downlaod <a href="http://www.rockbox.org/twiki/bin/viewfile/Main/OndaVX747?rev=1;filename=Log_Files.rar">Log_files.rar</a> and decompress it. Copy 1.bin to utils/jz4740_tools.</p>
<blockquote><p>./usbtool 10</p></blockquote>
<p>It will upload onda.bin to your vx747's SDRAM. Do not worry, it won't corrupt your device.</p>
<p>Following is the screenshot of rockbox on vx747.</p>
<p><a href="http://picasaweb.google.com/lh/photo/nxAGCQw1yUHSn2Q6RXpb2g?feat=embedwebsite"><img src="http://lh6.ggpht.com/_vf_uV7bji2A/SWq--oidmTI/AAAAAAAAAPQ/1P5hAZk1pf4/s400/rockbox-vx747.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://vm-kernel.org/blog/2009/01/12/how-to-run-rockbox-on-vx747/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
