Thanks everyone. Put the environment variable value in '...' (single quotes) did the trick.
Regards, Andy ----- Original Message ---- From: "Griffis, Brad" <[EMAIL PROTECTED]> To: Sz Lian Yu <[EMAIL PROTECTED]>; [EMAIL PROTECTED]; [email protected] 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] > [mailto:[EMAIL PROTECTED] On Behalf > Of Sz Lian Yu > Sent: Tuesday, December 05, 2006 7:13 PM > To: [EMAIL PROTECTED]; [email protected] > 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:output=$(videostd);run setboot;bootm > 0x2050000' > (2) > saveenv > (3) > boot > > > > --- [EMAIL PROTECTED] Õf£º > > > After updating to the latest u-boot (1.1.3 Jun 5 > > 2006 - 15:13:01), my u-boot environment values > > (printenv) got changed. I tried to restore it back > > but am unable to save the "bootcmd" variable. When > > I tried to set it as follows: > > > > DaVinci EVM # setenv bootcmd setenv setboot setenv > > bootargs $(bootargs) > > video=dm64xxfb:output=$(videostd);run setboot;bootm > > 0x2050000 > > > > u-boot immediately boots the uImage kernel, not > > allowing me to issue the "saveenv" command to save > > the "bootcmd" variable. Because of this, the board > > won't automatically boot and I have to set the > > bootcmd but I can boot to Linux. Anyone has this > > problem? > > > > Regards, > > Andy > > > > > > > _______________________________________________ > > Davinci-linux-open-source mailing list > > [email protected] > > > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > > > > > ___________________________________________________ > ÄúµÄÉú»î¼´•rͨ £ œÏͨ¡¢ŠÊ˜·¡¢Éú»î¡¢¹¤×÷Ò»´Î¸ã¶¨£¡ > http://messenger.yahoo.com.tw/ > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
