<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>NSA 310 Uboot install problem form USB</title>
        <description> Hi! I have problem with install ubott on my nsa310. I have prepare 2 usb disc (fat32), download 
uboot.2017.07-tld-1.nsa310.bodhi.tar and uboot.2016.05-tld-1.environment.bodhi.tar
unpack and copy on my usb drive (rename to friendly names). Now connect via serial port, stop autoboot and run comand 
restart usb - find 1 mass storage devie
then fatload usb 0 0x0 0x800000 uboot.kwb

and I have error 
** Unable to read &amp;quot;uboot.kwb&amp;quot; from usb  0:1 **

firemware 4.7
U-Boot 1.1.4 (Feb 22 2011 - 10:31:35) Marvell version: 3.4.19


bootdelay=2
baudrate=115200
loads_echo=0
eth1addr=00:19:CB:00:51:82
ipaddr=10.4.50.165
serverip=10.4.50.5
rootpath=/mnt/ARM_FS/
netmask=255.255.255.0
nandEcc=1bit
PRODUCT_NAME=NSA-310
FEATURE_BIT=00
CONTRY_TYPE=FF
VENDOR_NAME=ZyXEL Communications Corp.
run_diag=yes
ethaddr=50:67:F0:69:C0:DA
MODEL_ID=A203
console=100000
=ttyS0,115200 mtdparts=nand_mtd:0xc0000@0(uboot)ro,0x7f00000@0x100000(root)
CASset=min
ethprime=egiga1
bootargs_root=root=/dev/nfs rw
bootargs_end=:::orion:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
ethmtu=1500
eth1mtu=1500
mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
usb0Mode=host
yuk_ethaddr=00:00:00:EE:51:81
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
MALLOC_len=3
bootargs=console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/nfs rw init=/init
bootcmd=nand read.e 0x2000000 $(kernel_addr) 0xA00000; bootm 0x2000000
stdin=serial
stdout=serial
stderr=serial
nandEnvBase=100000
mainlineLinux=no
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
disaMvPnp=no
hddPowerCtrl=no
enaAutoRecovery=yes
kernel_addr=0x4640000
pcieTune=no
ethact=egiga1

Environment size: 1586/131068 bytes
</description>
        <link>https://forum.doozan.com/read.php?3,116854,116854#msg-116854</link>
        <lastBuildDate>Wed, 11 Mar 2026 05:38:54 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116854,116944#msg-116944</guid>
            <title>Re: NSA 310 Uboot install problem form USB</title>
            <link>https://forum.doozan.com/read.php?3,116854,116944#msg-116944</link>
            <description><![CDATA[ So use examples in the /etc/rc.local.  And write several echo statements,  and place them in rc.local after you&#039;ve verified that it works.<br />
<br />
For example,<br />
<br />
To make the USB green LED blink when there is disk access:<br />
<pre class="bbcode">
echo usb-host &gt; /sys/class/leds/nsa310:green:usb/trigger</pre>
<br />
Turn system LED on in /etc/rc.local (this is when the Debian has finished booting)<br />
<pre class="bbcode">
echo default-on &gt; /sys/class/leds/nsa310:green:sys/trigger</pre>
<br />
To make the HDD green LED blink when there is disk access:<br />
<pre class="bbcode">
echo ide-disk1  &gt; /sys/class/leds/nsa310:green:hdd/trigger
</pre>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Thu, 25 Feb 2021 15:51:33 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116854,116904#msg-116904</guid>
            <title>Re: NSA 310 Uboot install problem form USB</title>
            <link>https://forum.doozan.com/read.php?3,116854,116904#msg-116904</link>
            <description><![CDATA[ When send message to triger usb green led <br />
<pre class="bbcode">
echo default-on &gt; /sys/class/leds/nsa310:green:usb/trigger</pre>
led is on]]></description>
            <dc:creator>Matt</dc:creator>
            <category>uBoot</category>
            <pubDate>Thu, 25 Feb 2021 01:21:26 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116854,116899#msg-116899</guid>
            <title>Re: NSA 310 Uboot install problem form USB</title>
            <link>https://forum.doozan.com/read.php?3,116854,116899#msg-116899</link>
            <description><![CDATA[ /class/leds<br />
<pre class="bbcode">
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:green:copy -&gt; ../../devices/platform/gpio-leds/leds/nsa310:green:copy
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:green:esata -&gt; ../../devices/platform/gpio-leds/leds/nsa310:green:esata
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:green:hdd -&gt; ../../devices/platform/gpio-leds/leds/nsa310:green:hdd
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:green:sys -&gt; ../../devices/platform/gpio-leds/leds/nsa310:green:sys
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:green:usb -&gt; ../../devices/platform/gpio-leds/leds/nsa310:green:usb
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:red:copy -&gt; ../../devices/platform/gpio-leds/leds/nsa310:red:copy
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:red:esata -&gt; ../../devices/platform/gpio-leds/leds/nsa310:red:esata
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:red:hdd -&gt; ../../devices/platform/gpio-leds/leds/nsa310:red:hdd
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:red:sys -&gt; ../../devices/platform/gpio-leds/leds/nsa310:red:sys
lrwxrwxrwx  1 root root 0 Feb 24 23:09 nsa310:red:usb -&gt; ../../devices/platform/gpio-leds/leds/nsa310:red:usb</pre>
.                  nsa310:green:esata  nsa310:green:usb  nsa310:red:hdd<br />
..                 nsa310:green:hdd    nsa310:red:copy   nsa310:red:sys<br />
nsa310:green:copy  nsa310:green:sys    nsa310:red:esata  nsa310:red:usb<br />
<pre class="bbcode">

</pre>]]></description>
            <dc:creator>Mattpl</dc:creator>
            <category>uBoot</category>
            <pubDate>Thu, 25 Feb 2021 01:12:25 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116854,116869#msg-116869</guid>
            <title>Re: NSA 310 Uboot install problem form USB</title>
            <link>https://forum.doozan.com/read.php?3,116854,116869#msg-116869</link>
            <description><![CDATA[ Mattpl m<br />
<br />
&gt; OK, another problem not working LED in front panel<br />
&gt; (hdd and usb) and led on network card (lan<br />
&gt; connected)<br />
<br />
See example in the rootfs /etc/rc.local (I mentioned this in the rootfs release notes).<br />
<br />
And check your system what names that you should use:<br />
<br />
<pre class="bbcode">
ls -l /sys/class/leds
</pre>]]></description>
            <dc:creator>bodhi</dc:creator>
            <category>uBoot</category>
            <pubDate>Wed, 24 Feb 2021 18:21:28 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116854,116864#msg-116864</guid>
            <title>Re: NSA 310 Uboot install problem form USB</title>
            <link>https://forum.doozan.com/read.php?3,116854,116864#msg-116864</link>
            <description><![CDATA[ OK, another problem not working LED in front panel (hdd and usb) and led on network card (lan connected)]]></description>
            <dc:creator>Mattpl</dc:creator>
            <category>uBoot</category>
            <pubDate>Wed, 24 Feb 2021 17:11:47 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116854,116859#msg-116859</guid>
            <title>Re: NSA 310 Uboot install problem form USB</title>
            <link>https://forum.doozan.com/read.php?3,116854,116859#msg-116859</link>
            <description><![CDATA[ OK I have resolve it :) <br />
run:<br />
fatload usb 0 0x1000000 uboot.kwb]]></description>
            <dc:creator>Mattok</dc:creator>
            <category>uBoot</category>
            <pubDate>Wed, 24 Feb 2021 16:37:29 -0600</pubDate>
        </item>
        <item>
            <guid>https://forum.doozan.com/read.php?3,116854,116854#msg-116854</guid>
            <title>NSA 310 Uboot install problem form USB</title>
            <link>https://forum.doozan.com/read.php?3,116854,116854#msg-116854</link>
            <description><![CDATA[ Hi! I have problem with install ubott on my nsa310. I have prepare 2 usb disc (fat32), download <br />
uboot.2017.07-tld-1.nsa310.bodhi.tar and uboot.2016.05-tld-1.environment.bodhi.tar<br />
unpack and copy on my usb drive (rename to friendly names). Now connect via serial port, stop autoboot and run comand <br />
restart usb - find 1 mass storage devie<br />
then fatload usb 0 0x0 0x800000 uboot.kwb<br />
<br />
and I have error <br />
** Unable to read &quot;uboot.kwb&quot; from usb  0:1 **<br />
<br />
firemware 4.7<br />
U-Boot 1.1.4 (Feb 22 2011 - 10:31:35) Marvell version: 3.4.19<br />
<br />
<pre class="bbcode">
bootdelay=2
baudrate=115200
loads_echo=0
eth1addr=00:19:CB:00:51:82
ipaddr=10.4.50.165
serverip=10.4.50.5
rootpath=/mnt/ARM_FS/
netmask=255.255.255.0
nandEcc=1bit
PRODUCT_NAME=NSA-310
FEATURE_BIT=00
CONTRY_TYPE=FF
VENDOR_NAME=ZyXEL Communications Corp.
run_diag=yes
ethaddr=50:67:F0:69:C0:DA
MODEL_ID=A203
console=100000
=ttyS0,115200 mtdparts=nand_mtd:0xc0000@0(uboot)ro,0x7f00000@0x100000(root)
CASset=min
ethprime=egiga1
bootargs_root=root=/dev/nfs rw
bootargs_end=:::orion:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
ethmtu=1500
eth1mtu=1500
mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
usb0Mode=host
yuk_ethaddr=00:00:00:EE:51:81
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
MALLOC_len=3
bootargs=console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/nfs rw init=/init
bootcmd=nand read.e 0x2000000 $(kernel_addr) 0xA00000; bootm 0x2000000
stdin=serial
stdout=serial
stderr=serial
nandEnvBase=100000
mainlineLinux=no
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
disaMvPnp=no
hddPowerCtrl=no
enaAutoRecovery=yes
kernel_addr=0x4640000
pcieTune=no
ethact=egiga1

Environment size: 1586/131068 bytes
</pre>]]></description>
            <dc:creator>Mattpl</dc:creator>
            <category>uBoot</category>
            <pubDate>Wed, 24 Feb 2021 15:13:37 -0600</pubDate>
        </item>
    </channel>
</rss>
