<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: UBIFS and Gumstix</title>
	<atom:link href="http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubifs-and-gumstix</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 06:08:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: tuomas</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-815</link>
		<dc:creator>tuomas</dc:creator>
		<pubDate>Tue, 07 Dec 2010 15:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-815</guid>
		<description>At least the kernel documentation has some info about that:

http://www.mjmwired.net/kernel/Documentation/filesystems/ubifs.txt

I think the gumstix mailing list is a good place for asking this kind of questions :)</description>
		<content:encoded><![CDATA[<p>At least the kernel documentation has some info about that:</p>
<p><a href="http://www.mjmwired.net/kernel/Documentation/filesystems/ubifs.txt">http://www.mjmwired.net/kernel/Documentation/filesystems/ubifs.txt</a></p>
<p>I think the gumstix mailing list is a good place for asking this kind of questions :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidlt</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-814</link>
		<dc:creator>davidlt</dc:creator>
		<pubDate>Tue, 07 Dec 2010 14:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-814</guid>
		<description>After few times of trying it is booting! I just had to learn more about ubi utilities and read problems.

What is the difference with ubi and ubifs files Bitbake gerantes? ubifs is 1MB smaller and actually it didn&#039;t want to work nice, but ubi worked fine.</description>
		<content:encoded><![CDATA[<p>After few times of trying it is booting! I just had to learn more about ubi utilities and read problems.</p>
<p>What is the difference with ubi and ubifs files Bitbake gerantes? ubifs is 1MB smaller and actually it didn&#8217;t want to work nice, but ubi worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidlt</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-813</link>
		<dc:creator>davidlt</dc:creator>
		<pubDate>Tue, 07 Dec 2010 13:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-813</guid>
		<description>I am playing with it right now, but it doesn&#039;t look good so far. u-boot and uImage is still generated as before, I think they quite the same. For rootfs there are two files generated, ubi and ubifs. So I tried putting ubi file onto mtd4, but it pretty much fails.</description>
		<content:encoded><![CDATA[<p>I am playing with it right now, but it doesn&#8217;t look good so far. u-boot and uImage is still generated as before, I think they quite the same. For rootfs there are two files generated, ubi and ubifs. So I tried putting ubi file onto mtd4, but it pretty much fails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuomas</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-812</link>
		<dc:creator>tuomas</dc:creator>
		<pubDate>Tue, 07 Dec 2010 12:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-812</guid>
		<description>Looks like you already got good answers in gumstix mailing list.

I used a small (~8MB) rootfs images with the Verdex board. Iirc, I treated those in the same way I treated JFFS2 images: I transferred those over a serial connection to the board using the U-Boot and then erased the flash with &quot;erase&quot; command and flashed the rootfs with &quot;cp.b&quot; command.

Nowadays I have an Overo board and I use the Micro SD card for convenience.</description>
		<content:encoded><![CDATA[<p>Looks like you already got good answers in gumstix mailing list.</p>
<p>I used a small (~8MB) rootfs images with the Verdex board. Iirc, I treated those in the same way I treated JFFS2 images: I transferred those over a serial connection to the board using the U-Boot and then erased the flash with &#8220;erase&#8221; command and flashed the rootfs with &#8220;cp.b&#8221; command.</p>
<p>Nowadays I have an Overo board and I use the Micro SD card for convenience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidlt</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-811</link>
		<dc:creator>davidlt</dc:creator>
		<pubDate>Mon, 06 Dec 2010 18:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-811</guid>
		<description>Hi,

Actually I am thinking of moving from JFFS2, which gives me quite a lot of warning (not enough free space). But even if I manage to get ubi image (Bitbake handles that,  I think) How to flash Gumstix with this new file system does the standard flash script works?

http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Writing-images-to-onboard-nand/111.html

-david</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Actually I am thinking of moving from JFFS2, which gives me quite a lot of warning (not enough free space). But even if I manage to get ubi image (Bitbake handles that,  I think) How to flash Gumstix with this new file system does the standard flash script works?</p>
<p><a href="http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Writing-images-to-onboard-nand/111.html">http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Writing-images-to-onboard-nand/111.html</a></p>
<p>-david</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuomas</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-562</link>
		<dc:creator>tuomas</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-562</guid>
		<description>UBIFS is a file system format, like e.g. EXT2, JFFS2 and VFAT. So you have your linux distro and you put that to the file system. You can find more details from the UBIFS page:

http://www.linux-mtd.infradead.org/doc/ubifs.html

I&#039;m not quite sure what you are trying to do but if you need to retrieve your IPAQ&#039;s file system then UBIFS isn&#039;t anything you need. And you can&#039;t put UBIFS on e.g. a harddrive, you need a flash device.</description>
		<content:encoded><![CDATA[<p>UBIFS is a file system format, like e.g. EXT2, JFFS2 and VFAT. So you have your linux distro and you put that to the file system. You can find more details from the UBIFS page:</p>
<p><a href="http://www.linux-mtd.infradead.org/doc/ubifs.html">http://www.linux-mtd.infradead.org/doc/ubifs.html</a></p>
<p>I&#8217;m not quite sure what you are trying to do but if you need to retrieve your IPAQ&#8217;s file system then UBIFS isn&#8217;t anything you need. And you can&#8217;t put UBIFS on e.g. a harddrive, you need a flash device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sax</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-561</link>
		<dc:creator>sax</dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-561</guid>
		<description>Hi
I am a newbie... please can you let me know how to install ubifs? I mean do I need a linux distro like ubuntu and build it up or it is a separate specific distro?  

I would setup a notebook with ubifs to conenct and read the onenand on my ipaq: I just need read it possibly with all bad blocks, so a read only version is all I need.

Maybe I a messing up with my spare knowledge ...:) anyway thanks 

sax</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am a newbie&#8230; please can you let me know how to install ubifs? I mean do I need a linux distro like ubuntu and build it up or it is a separate specific distro?  </p>
<p>I would setup a notebook with ubifs to conenct and read the onenand on my ipaq: I just need read it possibly with all bad blocks, so a read only version is all I need.</p>
<p>Maybe I a messing up with my spare knowledge &#8230;:) anyway thanks </p>
<p>sax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuomas</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-479</link>
		<dc:creator>tuomas</dc:creator>
		<pubDate>Thu, 26 Mar 2009 04:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-479</guid>
		<description>Sorry, I never booted my gumstix with anything else than UBIFS.</description>
		<content:encoded><![CDATA[<p>Sorry, I never booted my gumstix with anything else than UBIFS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-478</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2008/04/18/ubifs-and-gumstix/#comment-478</guid>
		<description>What was the boot time before you switched to UBIFS?</description>
		<content:encoded><![CDATA[<p>What was the boot time before you switched to UBIFS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

