<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://elinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://elinux.org/index.php?title=JuiceBox_Boot_Rom&amp;feed=atom&amp;action=history</id>
		<title>JuiceBox Boot Rom - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://elinux.org/index.php?title=JuiceBox_Boot_Rom&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=JuiceBox_Boot_Rom&amp;action=history"/>
		<updated>2013-05-22T19:32:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21alpha</generator>

	<entry>
		<id>http://elinux.org/index.php?title=JuiceBox_Boot_Rom&amp;diff=3757&amp;oldid=prev</id>
		<title>Chris at 08:56, 14 July 2007</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=JuiceBox_Boot_Rom&amp;diff=3757&amp;oldid=prev"/>
				<updated>2007-07-14T08:56:43Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 08:56, 14 July 2007&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 10:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 10:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;when a valid cartridge is detected in the &amp;quot;cart id section&amp;quot; (0x00590000) the bootloader jumps to the &amp;quot;juiceware bootloader section&amp;quot; (0x00000250), it then copies code from the NAND flash at 0x04000000 using Chip''''''Select2 to the ram address of 0x0C180000. once the code has been copied and other inits have occurred, the bootloader at 0x00003C88 issues a jump to 0x0C180000 which then starts executing the code that was copied from the cart.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;when a valid cartridge is detected in the &amp;quot;cart id section&amp;quot; (0x00590000) the bootloader jumps to the &amp;quot;juiceware bootloader section&amp;quot; (0x00000250), it then copies code from the NAND flash at 0x04000000 using Chip''''''Select2 to the ram address of 0x0C180000. once the code has been copied and other inits have occurred, the bootloader at 0x00003C88 issues a jump to 0x0C180000 which then starts executing the code that was copied from the cart.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category JuiceBox]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;:&lt;/ins&gt;JuiceBox]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key elinux:diff:version:1.11a:oldid:2198:newid:3757 --&gt;
&lt;/table&gt;</summary>
		<author><name>Chris</name></author>	</entry>

	<entry>
		<id>http://elinux.org/index.php?title=JuiceBox_Boot_Rom&amp;diff=2198&amp;oldid=prev</id>
		<title>RBot: Bot (Edward's framework)</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=JuiceBox_Boot_Rom&amp;diff=2198&amp;oldid=prev"/>
				<updated>2007-03-07T03:31:58Z</updated>
		
		<summary type="html">&lt;p&gt;Bot (Edward&amp;#039;s framework)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* 0x00000248  initial entry point (jumps to 0x00590000)&lt;br /&gt;
* 0x00590000  cart id section&lt;br /&gt;
* 0x005D0000  uclinux bootloader&lt;br /&gt;
* 0x00000250  juiceware bootloader section&lt;br /&gt;
* 0x04000000  base address of the NAND flash in the cart&lt;br /&gt;
* 0x0C180000  base address in ram where bootloader is copied&lt;br /&gt;
* 0x00003C88  address where code jumps to ram (0x0C180000)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
when a valid cartridge is detected in the &amp;quot;cart id section&amp;quot; (0x00590000) the bootloader jumps to the &amp;quot;juiceware bootloader section&amp;quot; (0x00000250), it then copies code from the NAND flash at 0x04000000 using Chip''''''Select2 to the ram address of 0x0C180000. once the code has been copied and other inits have occurred, the bootloader at 0x00003C88 issues a jump to 0x0C180000 which then starts executing the code that was copied from the cart.&lt;br /&gt;
&lt;br /&gt;
[[Category JuiceBox]]&lt;/div&gt;</summary>
		<author><name>RBot</name></author>	</entry>

	</feed>