Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Help with Netgear Stora u-boot installation (3 replies)

$
0
0
Hello!

I have Netgear Stora.

login as: admin
Stora version 10.0.x
-bash-3.2$ cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00600000 00020000 "uImage"
mtd2: 0f900000 00020000 "root"
Problem no.1:
-bash-3.2$ sudo fw_printenv ethaddr
audit_log_user_command(): Connection refused
Warning: Bad CRC, using default environment
## Error: "ethaddr" not defined
Quote
current_envs.txt
bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; bootm
bootdelay=5
baudrate=115200

Problem no.2 (?):
bash-3.2# dmesg | grep -i 'bad'
Scanning device for bad blocks
Bad eraseblock 120 at 0x00f00000
Bad eraseblock 1144 at 0x08f00000
Bad eraseblock 1352 at 0x0a900000
Bad eraseblock 2010 at 0x0fb40000
Bad eraseblock 2011 at 0x0fb60000
UBI: number of bad PEBs:         5
UBI: number of PEBs reserved for bad PEB handling: 38
Not Problem? All OK?

Problem no.3:
Quote
bodhi
(replace xxx with the real saved values)
fw_setenv mtdparts 'xxxxxxxxx'
fw_setenv ethaddr 'xx:xx:xx:xx:xx:xx'
ethaddr I look in DHCP, ok.
Where to find mtdparts? Default value for Stora?

Thanx!

Viewing all articles
Browse latest Browse all 3247

Trending Articles