[U-Boot-Users] AT91RM9100 board with uCOS-II. What boot loader to use?

Roger Larsson roger.larsson at norran.net
Wed Mar 8 08:24:03 CET 2006


On onsdag 08 mars 2006 03.13, shuwn yuan wrote:
> Uboot> setenv bootcmd cp 10020000 20008000 f818;go 20008000
>
> But this seems not work. I can't set it successfully. It directly jump to
> RAM location 0x20008000 after this & I can't save the "bootcmd".

Your command is seen as two commands:
> setenv bootcmd cp 10020000 20008000 f818
followed by
> go 20008000

You need to escape the semicolon ';' see
http://www.denx.de/wiki/view/DULG/UBootCmdGroupEnvironment#Section_5.9.6.3.

/RogerL




More information about the U-Boot mailing list