From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 4 Mar 2013 19:16:05 +0100 Subject: [U-Boot] [OT] Re: Beginners Questions on modding a NAS In-Reply-To: <9999AD99-09BC-4073-B060-06FFE8916B96@prograde.net> References: <9999AD99-09BC-4073-B060-06FFE8916B96@prograde.net> Message-ID: <20130304191605.5e9c4167@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Michael, On Mon, 4 Mar 2013 12:23:05 -0500, Michael Cashwell wrote: > On Mar 4, 2013, at 10:40 AM, JPT 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, -- Albert.