<?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>environments &#8211; Farlock.org</title>
	<atom:link href="https://www.farlock.org/tag/environments/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farlock.org</link>
	<description>What you want to hack today?</description>
	<lastBuildDate>Wed, 02 Apr 2014 06:07:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0</generator>
	<item>
		<title>SheevaPlug Debian booting from internal Flash</title>
		<link>https://www.farlock.org/sheevaplug/sheevaplug-debian-booting-from-internal-flash/</link>
					<comments>https://www.farlock.org/sheevaplug/sheevaplug-debian-booting-from-internal-flash/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Jun 2012 16:18:51 +0000</pubDate>
				<category><![CDATA[SheevaPlug]]></category>
		<category><![CDATA[environments]]></category>
		<category><![CDATA[nand flash]]></category>
		<category><![CDATA[u-boot]]></category>
		<guid isPermaLink="false">http://www.farlock.org/?p=191</guid>

					<description><![CDATA[<p>If you previosuly installed Debian on your internal flash and for some reasons your u-boot environment f**k you can simply restore it with this:</p> <p>setenv mtdpartitions mtdparts=nand_mtd:0xa0000@0x0(u-boot),0x400000@0x100000(uImage),0x1fb00000@0x500000(rootfs)</p> <p>setenv bootargs_root ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs</p> <p>setenv bootargs_console console=ttyS0,115200</p> <p>setenv bootcmd_nand &#8216;nand read.e 0x00800000 0x00100000 0x00400000&#8217;</p> <p>setenv bootcmd &#8216;setenv bootargs $(bootargs_console) $(mtdpartitions) $(bootargs_root); run bootcmd_nand; bootm 0x00800000&#8217;</p> <p>saveenv</p> <p>This [...]]]></description>
										<content:encoded><![CDATA[<p>If you previosuly installed Debian on your internal flash and for some reasons your u-boot environment f**k you can simply restore it with this:</p>
<blockquote><p>setenv mtdpartitions mtdparts=nand_mtd:0xa0000@0x0(u-boot),0x400000@0x100000(uImage),0x1fb00000@0x500000(rootfs)</p>
<p>setenv bootargs_root ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs</p>
<p>setenv bootargs_console console=ttyS0,115200</p>
<p>setenv bootcmd_nand &#8216;nand read.e 0x00800000 0x00100000 0x00400000&#8217;</p>
<p>setenv bootcmd &#8216;setenv bootargs $(bootargs_console) $(mtdpartitions) $(bootargs_root); run bootcmd_nand; bootm 0x00800000&#8217;</p>
<p>saveenv</p></blockquote>
<p>This saved me, hope that can help you <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.farlock.org/sheevaplug/sheevaplug-debian-booting-from-internal-flash/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
