
Hi Michael,
On Mon, 4 Mar 2013 12:23:05 -0500, Michael Cashwell mboards@prograde.net wrote:
On Mar 4, 2013, at 10:40 AM, JPT j-p-t@gmx.net wrote:
It's a Netgear ReadyNAS Duo V2, and the original sofware sucks. ;) standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000; bootcmd=nand read.e 0x1200000 0x200000 0x600000;nand read.e 0x2000000 0x800000 0x1000000;bootm 0x1200000 0x2000000
Strange for a NAS to have a u-boot environment variable called "mvPhoneConfig". But anyway...
OT: that's (older) Marvell/LaCie U-Boots for you. They have lots of these weird ad hoc env vars, which exist across a whole range of products even when they make sense only for a few.
Amicalement,