public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jim Potter <jpotter@dualg4.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] u-boot boot options
Date: Mon, 21 Apr 2003 11:14:06 -0700	[thread overview]
Message-ID: <3EA434ED.1F1F515D@dualg4.com> (raw)
In-Reply-To: EGEGIJHKDKJGAJMGIDPNIEBJCLAA.jwalden@digitalatlantic.com

Setup your bootcommand variable -- here's my default:

#define CONFIG_BOOTCOMMAND     \
 "setenv bootargs console=ttyS0,38400 root=/dev/ram ramdisk=24576
init=/linuxrc && " \
 "setenv verify n && " \
 "bootm 0xff800000 0xffa50000"

...And I have another that I use, which uses tftpboot & bootm:

#define CONFIG_BOOTCOMMAND_ETH_RAMDISK  \
 "setenv ipaddr 192.168.1.54 && "  \
 "setenv serverip 192.168.1.7 && "  \
 "setenv bootargs console=ttyS0,38400 root=/dev/ram ramdisk=24576
init=/linuxrc && " \
 "tftpboot 200000 vmlinux.SMP && "   \
 "tftpboot 1000000 initrd.ppcboot && " \
 "bootm 200000 1000000"




Jerry Walden wrote:

> I feel like I'm setting myself up for another "Wolfgang RTFM" response -
> however here it goes.
>
> It appears now that everything works with u-boot!  I can even do a tftpboot
> etc.
>
> What I'd like to do is to write a script (I read the section on scripts),
> that
> will:
>
> tftpboot 0x100000 mykernel.PPCBoot
> tftpboot 0x300000 myinitrd.PPCBoot
> bootm 0x100000 0x300000
>
> What is the best way to do this?  I cannot figure it out from the docs.
>
> Thanks!
>
> Jerry Walden
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

--
Sincerely,

Jim Potter
45th Parallel Processing, Inc.

  Volunteer Firefighting: Bustin' ours, Savin' yours.

  reply	other threads:[~2003-04-21 18:14 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-21 20:11 [U-Boot-Users] start / load addresses for kernel Jerry Walden
2003-03-25 17:45 ` [U-Boot-Users] RE: start / load addresses for initrd Jerry Walden
2003-03-25 18:17   ` Wolfgang Denk
2003-03-26 16:42     ` Jerry Walden
2003-03-26 23:42       ` Wolfgang Denk
2003-03-28  8:16     ` Stefan Roese
2003-04-01 22:34     ` Jerry Walden
2003-04-01 23:10       ` Wolfgang Denk
2003-04-01 23:36         ` Jerry Walden
2003-04-01 23:51           ` Wolfgang Denk
2003-04-01 23:53             ` Jerry Walden
2003-04-02  8:05               ` Wolfgang Denk
2003-04-02 19:07         ` Jerry Walden
2003-04-02 20:13           ` Wolfgang Denk
2003-04-02 21:18             ` Jerry Walden
2003-04-02 22:32               ` Wolfgang Denk
2003-04-02 23:13                 ` Reinhard Meyer
2003-04-21 18:02             ` [U-Boot-Users] u-boot boot options Jerry Walden
2003-04-21 18:14               ` Jim Potter [this message]
2003-04-21 18:23                 ` Jerry Walden
2003-04-21 18:54                 ` Wolfgang Denk
2003-04-21 18:52               ` Wolfgang Denk
2003-03-25 18:41   ` [U-Boot-Users] RE: start / load addresses for initrd Chris Hallinan
2003-03-26 23:11     ` [U-Boot-Users] u-boot size Jerry Walden
2003-03-26 23:48       ` Robert Schwebel
2003-03-26 23:52       ` Wolfgang Denk

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=3EA434ED.1F1F515D@dualg4.com \
    --to=jpotter@dualg4.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox