<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Netgear Stora</title>
        <description> Anyone on this forum already worked with a Netgear Stora?

I need some help installing debian on the stora nand.</description>
        <link>https://forum.doozan.com/read.php?2,6413,6413#msg-6413</link>
        <lastBuildDate>Wed, 11 Mar 2026 07:37:46 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6449#msg-6449</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6449#msg-6449</link>
            <description><![CDATA[ cat /proc/mtd<br />
dev:    size   erasesize  name<br />
mtd0: 00100000 00020000 &quot;u-boot&quot;<br />
mtd1: 00400000 00020000 &quot;uImage&quot;<br />
mtd2: 0fb00000 00020000 &quot;root&quot;<br />
<br />
With this values how do i configure my fw_env.config file?]]></description>
            <dc:creator>VDIAS</dc:creator>
            <category>Debian</category>
            <pubDate>Mon, 19 Dec 2011 11:51:24 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6437#msg-6437</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6437#msg-6437</link>
            <description><![CDATA[ You need a file called /etc/fw_env.config that point to uboot enviroment. Please google it before questions.<br />
<br />
See you soon]]></description>
            <dc:creator>pazos</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 17 Dec 2011 21:38:31 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6436#msg-6436</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6436#msg-6436</link>
            <description><![CDATA[ This is probably the due to a missing configuration file for the uboot-utils - they need to know the layout and location for your mtdx &#039;s]]></description>
            <dc:creator>davygravy</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 17 Dec 2011 16:28:52 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6435#msg-6435</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6435#msg-6435</link>
            <description><![CDATA[ Just finished to make my rootfs (Following this <a href="http://www.openstora.com/wiki/index.php?title=Emdebian_Alternative_firmware"  rel="nofollow">tutorial</a>)<br />
<br />
The command &quot;fw_printenv&quot; just give me a error:<br />
<br />
&quot;Cannot parse config file: No such file or directory&quot;]]></description>
            <dc:creator>VDIAS</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 17 Dec 2011 15:29:40 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6434#msg-6434</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6434#msg-6434</link>
            <description><![CDATA[ */ First Note: I&#039;m Portuguese and i&#039;m leaving in spain, Sevilla... No problem with english, portuguese or spanish... :) */<br />
<br />
On this forum with cannot send private message to each other... My email is &quot;vd [at ]vdias.com&quot;<br />
<br />
I will start making my rootfs...]]></description>
            <dc:creator>VDIAS</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 17 Dec 2011 14:19:14 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6433#msg-6433</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6433#msg-6433</link>
            <description><![CDATA[ */ First Note: I&#039;m speak spanish, not english<br />
 Sorry about that :) */<br />
<br />
You have two options:<br />
<br />
- First option: copy your system on nand-disk; the easier way, but you need to check first if your current &quot;image&quot; fits on nand (about 260-270MB). First of all it would be an good idea delete all apt-get cache with &quot;apt-get clean&quot;, after this check your distribution size with df -h | grep sda1.<br />
<br />
- Second option: create a new rootfs. There are a lot of good works in this forum about install emdebian.<br />
<br />
<br />
In both option I would suggest take a middle-step before chaging anything in the nand.<br />
<br />
I would suggest you to boot your current linux kernel with a cmdline that lets you able for boot from USB. Then you can test your distro and setting it up. When you check that is working on USB you can saffetly copy to the nand.<br />
<br />
<br />
 # UBOOT ENVIROMENT:<br />
<br />
When you enter in the uboot&#039;s prompt you have two interesting options: printenv &amp; saveenv, I don&#039;t know so much about netgear default enviroment, but I&#039;m sure that if you wrote &quot;printenv mtdparts&quot; you&#039;ll get a list of your nand partitions (with its size); something like:<br />
<br />
mtdparts=mtdparts=orion_nand:1M(uboot),2M(kernel),-(rootfs)<br />
<br />
First partition is *NOT* touched, or at least not erased.<br />
Second partition must have space enough for your kernel. I would suggest to compile a new kernel that fits your needs ONLY. It can decrease the size of the kernel under 2MB.<br />
Third partition is our target partition, it&#039;s gooing to have all the rest of the nand area.<br />
<br />
At this time its gonna be an good idea to post the output of printenv ( better from debian with fw_printenv, for copy &amp; paste ), cause we need to know exactly what uboot do when you boot your device. We need to know what args are passed to the kernel cause we want to change this args.<br />
<br />
Three easy steps needed:<br />
<br />
- 1. Download and install ubifs tools &amp; uboot env and mtd-utils. You need these utils to re-partitioning you nand.<br />
- 2. Tune uboot parameters to try some interesting things<br />
- 3. when you can boot from USB and check that the minimum boot-network-sshd works then re-format your nand and make an ubifs rootfstype to copy the contents on your USB.<br />
<br />
ONE is mandatory, do it NOW<br />
TWO: We need the printenv (or fw_printenv) output<br />
THREE: We are going to follow these <a href="http://forum.doozan.com/read.php?2,72"  rel="nofollow">steps</a> but changing parameters for you own configuration<br />
<br />
<br />
I&#039;ll waiting for you!]]></description>
            <dc:creator>pazos</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 17 Dec 2011 13:19:36 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6432#msg-6432</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6432#msg-6432</link>
            <description><![CDATA[ I have a serial to usb cable... i used to install debian on sda1...<br />
I use the stora as download station... only have system, ssh, pyload, minidlna installed, no need for much space... ;)<br />
<br />
I think there is a working kernel on this <a href="http://www.openstora.com/phpBB3/viewtopic.php?f=6&amp;t=919"  rel="nofollow">openstora</a> post...<br />
<br />
On this <a href="http://www.openstora.com/wiki/index.php?title=Emdebian_Alternative_firmware"  rel="nofollow">LINK</a> i found how to make the rootfs...<br />
<br />
Now i need to find how to flash everything to the stora...]]></description>
            <dc:creator>VDIAS</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 17 Dec 2011 11:13:34 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6431#msg-6431</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6431#msg-6431</link>
            <description><![CDATA[ Emdebian is binary compatible with debian, but its packages doesn&#039;t have any related documentation, manual or info. <br />
<br />
You must choose emdebian if you like debian and want to add more software than the &quot;debian default installation&quot; (ecc said that if fits in 70MB without apt cache, of course it fits in 256 with cache files, but for every package you added you were installed non-critical data to your system) <br />
<br />
If you want a device that can run just a few things (like: router+webserver+ftpserver+samba+nfs+sshd) you can try debian too, cause the space is enough.<br />
<br />
I have installed emdebian in a pink-pogo (128MB of nand) and install A-LOT-OF software from debian-squeeze repository and I got 32 ubifs free MB in my nand. In fact install a bare-minimun distro and add the needed software is one of  the best ways to control everything installed on your machine.<br />
<br />
But, watch out!<br />
<br />
1. You need to get a way to check that your installation works before trying to install it in the nand<br />
<br />
I think that the uboot shiped with the stora is not able to boot from usb, but you can try booting a custom kernel from tftp. Of course you&#039;ll need to hook up a serial-to-usb cable.<br />
<br />
2. You&#039;ll need a WORKING kernel: I think that you can look at <a href="http://www.openstora.com"  rel="nofollow">openstora</a> for information about getting/setting the kernel for your device!<br />
<br />
3. [just if you want]<br />
 Ask somebody about a recent bootloader for your device (a.k.a uboot). It seems that <a href="http://gitorious.org/openstora/u-boot-marvell-ms2110"  rel="nofollow">somebody</a> could install a new bootloader, but is better to get a working binary of the bootloader (better with instructions :) that trying to compile yourself<br />
<br />
This third step is not mandatory, but with a modern uboot like the mentioned above you&#039;re gonna be able to boot from usb, to clean-up your &quot;uboot-enviroment&quot;, and to improve your system boots.<br />
<br />
but, REMEMBER: no serial = no funny !  Is better do *NOT* touch an embedded-system nand without a way to talk with the bootloader to recover your Operating System boot]]></description>
            <dc:creator>pazos</dc:creator>
            <category>Debian</category>
            <pubDate>Sat, 17 Dec 2011 10:22:34 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6429#msg-6429</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6429#msg-6429</link>
            <description><![CDATA[ pazos Wrote:<br />
-------------------------------------------------------<br />
&gt; AFAIK you can follow jeff&#039;s guide<br />
&gt; <a href="http://forum.doozan.com/read.php?2,72"  rel="nofollow">http://forum.doozan.com/read.php?2,72</a>  to get a<br />
&gt; working emdebian on USB disk...<br />
&gt; <br />
&gt; I was wrong with nand size of Netgar Stora! It<br />
&gt; seems to be 256MB, that means that you can install<br />
&gt; both emdebian or debian (or armedslack or...)<br />
&gt; <br />
&gt; Anyways, you need to know some of the basics of<br />
&gt; install *ANY* distribution in your stora nand: <br />
&gt; <a href="http://www.openstora.com/wiki/index.php?title=How_"  rel="nofollow">http://www.openstora.com/wiki/index.php?title=How_</a><br />
&gt; to_install_your_custom_firmware<br />
<br />
Which distribution do you recommend? Right now i have a debian running from sda1 that i have inside the stora...<br />
<br />
The idea is to install everything on the nand... Can debain run exclusively from nand or do i need to move some stuff to a external usb?<br />
<br />
I already read lots of tutorial and stuff but the truth is that a windows admin and i&#039;m a bit lost on linux world.]]></description>
            <dc:creator>VDIAS</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 16 Dec 2011 13:02:11 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6428#msg-6428</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6428#msg-6428</link>
            <description><![CDATA[ AFAIK you can follow jeff&#039;s guide <a href="http://forum.doozan.com/read.php?2,72"  rel="nofollow">http://forum.doozan.com/read.php?2,72</a>  to get a working emdebian on USB disk...<br />
<br />
I was wrong with nand size of Netgar Stora! It seems to be 256MB, that means that you can install both emdebian or debian (or armedslack or...)<br />
<br />
Anyways, you need to know some of the basics of install *ANY* distribution in your stora nand:  <a href="http://www.openstora.com/wiki/index.php?title=How_to_install_your_custom_firmware"  rel="nofollow">http://www.openstora.com/wiki/index.php?title=How_to_install_your_custom_firmware</a>]]></description>
            <dc:creator>pazos</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 16 Dec 2011 12:48:02 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6427#msg-6427</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6427#msg-6427</link>
            <description><![CDATA[ Any ideas how to finish this tutorial?<br />
<br />
<a href="http://www.openstora.com/wiki/index.php?title=Emdebian_Alternative_firmware"  rel="nofollow">http://www.openstora.com/wiki/index.php?title=Emdebian_Alternative_firmware</a>]]></description>
            <dc:creator>VDIAS</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 16 Dec 2011 12:17:47 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6425#msg-6425</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6425#msg-6425</link>
            <description><![CDATA[ Some tutorial on installing emdebian on nand for this device... <br />
<br />
On openstora forum i cannot find much info... the forum seems to be a bit dead...]]></description>
            <dc:creator>VDIAS</dc:creator>
            <category>Debian</category>
            <pubDate>Fri, 16 Dec 2011 02:08:34 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6423#msg-6423</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6423#msg-6423</link>
            <description><![CDATA[ pazos Wrote:<br />
-------------------------------------------------------<br />
&gt; Debian is not an option for nand installation: 128MB are not enough to install debian..<br />
<br />
Maybe not a &quot;vanilla&quot; installation, but with a little work (like putting /var/lib/apt and /var/cache/apt on a USB drive instead of NAND), you can install a basic Debian squeeze system in about 70MB.]]></description>
            <dc:creator>ecc</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 15 Dec 2011 20:17:25 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6422#msg-6422</guid>
            <title>Re: Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6422#msg-6422</link>
            <description><![CDATA[ Debian is not an option for nand installation: 128MB are not enough to install debian.. try <a href="http://www.emdebian.org"  rel="nofollow">emdebian</a> !!!<br />
<br />
Do you want <a href="http://www.openstora.com"  rel="nofollow">MORE</a> information ?]]></description>
            <dc:creator>pazos</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 15 Dec 2011 19:16:47 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?2,6413,6413#msg-6413</guid>
            <title>Netgear Stora</title>
            <link>https://forum.doozan.com/read.php?2,6413,6413#msg-6413</link>
            <description><![CDATA[ Anyone on this forum already worked with a Netgear Stora?<br />
<br />
I need some help installing debian on the stora nand.]]></description>
            <dc:creator>VDIAS</dc:creator>
            <category>Debian</category>
            <pubDate>Thu, 15 Dec 2011 14:18:42 -0600</pubDate>
        </item>
    </channel>
</rss>
