All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schweigstill <andreas@schweigstill.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] AT91RM9100 board with uCOS-II. What boot loader to use?
Date: Wed, 08 Mar 2006 12:36:52 +0100	[thread overview]
Message-ID: <440EC1D4.7020209@schweigstill.de> (raw)
In-Reply-To: <3293578.post@talk.nabble.com>

Dear shuwn yuan!

shuwn yuan schrieb:
> But I try to change the "bootcmp" in U-boot prompt, using this cmd:
> 
> 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".
> I expect it to be still in U-boot prompt after I type the above, & then I
> should type:
> 
> U-boot> saveenv 
> 
> to save the "bootcmd" variable. 
> 
> How to set the "bootcmd" in U-boot? How to put more than 1 action in
> "bootcmd" (eg: cp .....; go.....)? Does it not allow to type ";" ? What
> punctuation mark should I use?

You have to use a backslash as escape character, so the line becomes
setenv bootcmd cp 10020000 20008000 f818\;go 20008000

> Is changing the "bootcmd" enough if change to uCOS-II? Or I need to modify
> U-boot source code, recompile, & reprogram the u-boot.gz into parallel
> flash? Any reference link online suggested?

You probably want to set the default environment to boot uCOS-II, so you
have to change some settings in your board configuration file in
include/configs .

With best regards
Andreas Schweigstill
-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstra?e 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/

      parent reply	other threads:[~2006-03-08 11:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-06 10:26 [U-Boot-Users] AT91RM9100 board with uCOS-II. What boot loader to use? shuwn yuan
2006-03-08  2:13 ` shuwn yuan
2006-03-08  7:24   ` Roger Larsson
2006-03-08 11:36   ` Andreas Schweigstill [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=440EC1D4.7020209@schweigstill.de \
    --to=andreas@schweigstill.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.