Robert, You need to enclose it in single quotes e.g:
setenv bootcmd 'setenv setboot setenv bootargs $(bootargs) video=dm64xxfb:output=$(videostd);run setboot;bootm 0x2050000' saveenv Andrew On Wed, 2008-02-06 at 15:04 +0100, Robert W. Kuhn wrote: > Am Wed, 6 Feb 2008 07:40:45 -0600 schrieb Maupin, Chase: > > > After doing the setenv bootcmd that you are using do a saveenv to save > > the change you made to bootcmd. > > This is the problem. After > setenv bootcmd setenv setboot setenv bootargs $(bootargs) > video=dm64xxfb:output=$(videostd);run setboot;bootm 0x2050000 > the EVM boots. immediately. I do not have a chance to type 'saveenv'. > > Bye > > _______________________________________________ > 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
