<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Netgear Stora install OpenWrt</title>
        <description> Hi all! Maybe you can hrlp me.

I try install OpenWrt on my Stora. Use insruction from wiki https://openwrt.org/inbox/toh/netgear/netgear_stora  Use files from Energoblock in this topic https://forum.openwrt.org/t/netgear-stora-ms-2000-openwrt-18-06-4/42104/10. 

Uboot write is correct. But when I try boot uImage I have a error:


Netgear Stora&amp;gt; 

U-Boot 2020.04 (Jul 10 2020 - 13:03:49 +0000)
Netgear Stora MS2110

SoC:   Kirkwood 88F6281_A1
DRAM:  128 MiB
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
PHY reset timed out
88E1116 Initialized on egiga0
IDE:   ide_preinit failed
Hit any key to stop autoboot:  2  1  0 
Netgear Stora&amp;gt; setenv ipaddr 192.168.0.2
Netgear Stora&amp;gt; setenv serverip 192.168.0.1
Netgear Stora&amp;gt; tftpboot 0x800000 openwrt-kirkwood-netgear_stora-initramfs-uImage
Using egiga0 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.2
Filename &amp;#039;openwrt-kirkwood-netgear_stora-initramfs-uImage&amp;#039;.
Load address: 0x800000
Loading: *#################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 ################################################################
 1.3 MiB/s
done
Bytes transferred = 8645019 (83e99b hex)
Netgear Stora&amp;gt; bootm 0x800000 - -
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   ARM OpenWrt Linux-5.4.48
   Created:      2020-07-10  13:03:49 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    8644955 Bytes = 8.2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image
Image too large: increase CONFIG_SYS_BOOTM_LEN
Must RESET board to recover
resetting ...

What did I do wrong? 

Thank you</description>
        <link>https://forum.doozan.com/read.php?3,116254,116254#msg-116254</link>
        <lastBuildDate>Thu, 12 Mar 2026 09:12:01 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116254,116379#msg-116379</guid>
            <title>Re: Netgear Stora install OpenWrt</title>
            <link>https://forum.doozan.com/read.php?3,116254,116379#msg-116379</link>
            <description><![CDATA[ Nevskiy,<br />
<br />
&gt; +#define CONFIG_SYS_BOOTM_LEN	(16 &lt;&lt; 20) /* 16 MB<br />
<br />
&gt; With compile I have a error: unterminated #ifndef<br />
<br />
That should not affect anything to cause such error. <br />
<br />
I&#039;d suggest you build the OpenWrt u-boot version as is (don&#039;t change anything). And then change the constant. Then rebuild.<br />
<br />
In any case, even though they basically used my u-boot source as a base to built OpenWrt version, but they also have other OpenWrt-specific patches in that u-boot source. So if you see any error in building that u-boot, you should submit a bug report there and let the OpenWrt developers solve it.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Sun, 14 Feb 2021 04:48:00 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116254,116374#msg-116374</guid>
            <title>Re: Netgear Stora install OpenWrt</title>
            <link>https://forum.doozan.com/read.php?3,116254,116374#msg-116374</link>
            <description><![CDATA[ bodhi Wrote:<br />
-------------------------------------------------------<br />
&gt; Nevskiy,<br />
&gt; <br />
&gt; &gt;  If I will build firmware from git<br />
&gt; &gt;<br />
&gt; <a href="https://git.openwrt.org/?p=openwrt/staging/wigyori.git;a=commit;h=94894e42116600d2d7b19cecebfcbaab4c04719d"  rel="nofollow">https://git.openwrt.org/?p=openwrt/staging/wigyori.git;a=commit;h=94894e42116600d2d7b19cecebfcbaab4c04719d</a><br />
&gt; &gt;  <br />
&gt; &gt; <br />
&gt; &gt; do it work?<br />
&gt; <br />
&gt; That should work (you should use that version<br />
&gt; because it is was patched specifically for<br />
&gt; OpenWRT). Change CONFIG_SYS_BOOTM_LEN to something<br />
&gt; like 10M or 12M.<br />
<br />
Where can I change this variable? I find the patch file, but if I add the line<br />
<br />
<pre class="bbcode">
+#ifndef _CONFIG_NGMS2110_H
+#define _CONFIG_NGMS2110_H
+
+/*
+ * High Level Configuration Options (easy to change)
+ */
+#define CONFIG_MARVELL		1
+#define CONFIG_ARM926EJS	1	/* Basic Architecture */
+#define CONFIG_FEROCEON_88FR131	1	/* CPU Core subversion */
+#define CONFIG_KIRKWOOD		1	/* SOC Family Name */
+#define CONFIG_KW88F6281	1	/* SOC Name */
+#define CONFIG_MACH_NETGEAR_MS2110	/* Machine type */
+#define CONFIG_SKIP_LOWLEVEL_INIT	/* disable board lowlevel_init */
+#define CONFIG_SYS_BOOTM_LEN	(16 &lt;&lt; 20) /* 16 MB */</pre>
<br />
With compile I have a error: unterminated #ifndef]]></description>
            <dc:creator>Nevskiy</dc:creator>
            <category>uBoot</category>
            <pubDate>Sun, 14 Feb 2021 03:10:02 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116254,116279#msg-116279</guid>
            <title>Re: Netgear Stora install OpenWrt</title>
            <link>https://forum.doozan.com/read.php?3,116254,116279#msg-116279</link>
            <description><![CDATA[ Nevskiy,<br />
<br />
&gt;  If I will build firmware from git<br />
&gt; <a href="https://git.openwrt.org/?p=openwrt/staging/wigyori.git;a=commit;h=94894e42116600d2d7b19cecebfcbaab4c04719d"  rel="nofollow">https://git.openwrt.org/?p=openwrt/staging/wigyori.git;a=commit;h=94894e42116600d2d7b19cecebfcbaab4c04719d</a><br />
&gt;  <br />
&gt; <br />
&gt; do it work?<br />
<br />
That should work (you should use that version because it is was patched specifically for OpenWRT). Change CONFIG_SYS_BOOTM_LEN to something like 10M or 12M.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Fri, 12 Feb 2021 17:15:33 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116254,116264#msg-116264</guid>
            <title>Re: Netgear Stora install OpenWrt</title>
            <link>https://forum.doozan.com/read.php?3,116254,116264#msg-116264</link>
            <description><![CDATA[ OK. Thank tou for answer.<br />
<br />
 If I will build firmware from git <a href="https://git.openwrt.org/?p=openwrt/staging/wigyori.git;a=commit;h=94894e42116600d2d7b19cecebfcbaab4c04719d"  rel="nofollow">https://git.openwrt.org/?p=openwrt/staging/wigyori.git;a=commit;h=94894e42116600d2d7b19cecebfcbaab4c04719d</a>  <br />
<br />
do it work?]]></description>
            <dc:creator>Nevskiy</dc:creator>
            <category>uBoot</category>
            <pubDate>Fri, 12 Feb 2021 05:14:37 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116254,116259#msg-116259</guid>
            <title>Re: Netgear Stora install OpenWrt</title>
            <link>https://forum.doozan.com/read.php?3,116254,116259#msg-116259</link>
            <description><![CDATA[ Nevskiy,<br />
<br />
&gt; Uboot write is correct. But when I try boot uImage<br />
&gt; I have a error:<br />
<br />
&gt; U-Boot 2020.04 (Jul 10 2020 - 13:03:49 +0000)<br />
&gt; Netgear Stora MS2110<br />
<br />
&gt; Image too large: increase CONFIG_SYS_BOOTM_LEN<br />
&gt; Must RESET board to recover<br />
&gt; resetting ...<br />
<br />
This u-boot has a limitation of 8MB for uImage. And the Stora uImage you tried to boot is 8.2MB. So they don&#039;t work together.<br />
<br />
The maxsize 8MB is defined in u-boot mainline code. This u-boot is tracking mainline, with some OpenWRT patches. So in order to boot this Stora uImage you need a different u-boot version.<br />
<br />
My release <a href="https://forum.doozan.com/read.php?3,12381"  rel="nofollow">u-boot-2017.07</a> also uses CONFIG_SYS_BOOTM_LEN from mainline, so it will not work either.]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Fri, 12 Feb 2021 04:41:12 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116254,116254#msg-116254</guid>
            <title>Netgear Stora install OpenWrt</title>
            <link>https://forum.doozan.com/read.php?3,116254,116254#msg-116254</link>
            <description><![CDATA[ Hi all! Maybe you can hrlp me.<br />
<br />
I try install OpenWrt on my Stora. Use insruction from wiki <a href="https://openwrt.org/inbox/toh/netgear/netgear_stora"  rel="nofollow">https://openwrt.org/inbox/toh/netgear/netgear_stora</a>  Use files from Energoblock in this topic <a href="https://forum.openwrt.org/t/netgear-stora-ms-2000-openwrt-18-06-4/42104/10"  rel="nofollow">https://forum.openwrt.org/t/netgear-stora-ms-2000-openwrt-18-06-4/42104/10</a>. <br />
<br />
Uboot write is correct. But when I try boot uImage I have a error:<br />
<br />
<pre class="bbcode">
Netgear Stora&gt; ?

U-Boot 2020.04 (Jul 10 2020 - 13:03:49 +0000)
Netgear Stora MS2110

SoC:   Kirkwood 88F6281_A1
DRAM:  128 MiB
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
PHY reset timed out
88E1116 Initialized on egiga0
IDE:   ide_preinit failed
Hit any key to stop autoboot:  2  1  0 
Netgear Stora&gt; setenv ipaddr 192.168.0.2
Netgear Stora&gt; setenv serverip 192.168.0.1
Netgear Stora&gt; tftpboot 0x800000 openwrt-kirkwood-netgear_stora-initramfs-uImage
Using egiga0 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.2
Filename &#039;openwrt-kirkwood-netgear_stora-initramfs-uImage&#039;.
Load address: 0x800000
Loading: *#################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 #################################################################
 ################################################################
 1.3 MiB/s
done
Bytes transferred = 8645019 (83e99b hex)
Netgear Stora&gt; bootm 0x800000 - -
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   ARM OpenWrt Linux-5.4.48
   Created:      2020-07-10  13:03:49 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    8644955 Bytes = 8.2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image
Image too large: increase CONFIG_SYS_BOOTM_LEN
Must RESET board to recover
resetting ...</pre>
<br />
What did I do wrong? <br />
<br />
Thank you]]></description>
            <dc:creator>Nevskiy</dc:creator>
            <category>uBoot</category>
            <pubDate>Fri, 12 Feb 2021 03:40:07 -0600</pubDate>
        </item>
    </channel>
</rss>
