Re: Unable to save bootcmd environment value

2006-12-05 Thread ndno72-junk
nux.davincidsp.com Sent: Tuesday, December 5, 2006 5:37:09 PM Subject: RE: Unable to save bootcmd environment value I think the problem is that you need to escape your semicolon. That is replace ; with \; in your commands. Brad > -Original Message- > From: [EMAIL PROTECTED] > [m

RE: Unable to save bootcmd environment value

2006-12-05 Thread Griffis, Brad
: [EMAIL PROTECTED]; davinci-linux-open-source@linux.davincidsp.com > Subject: Re: Unable to save bootcmd environment value > > Dear ndno72-junk: > > How about quote like this? > > (1) > setenv bootcmd 'setenv setboot setenv > bootargs $(bootargs) > video=dm64xxfb:o

Re: Unable to save bootcmd environment value

2006-12-05 Thread Sz Lian Yu
Dear ndno72-junk: How about quote like this? (1) setenv bootcmd 'setenv setboot setenv bootargs $(bootargs) video=dm64xxfb:output=$(videostd);run setboot;bootm 0x205' (2) saveenv (3) boot --- [EMAIL PROTECTED] 說: > After updating to the latest u-boot (1.1.3 Jun 5 > 2006 - 15:13:01), my u