All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sung <mikegas@tm.net.my>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] autoboot in U-boot
Date: Fri, 18 Jul 2003 15:22:53 +0800	[thread overview]
Message-ID: <1058512975.1188.79.camel@localhost.localdomain> (raw)


hi there,

Can someone help me on this autoboot? I successfully configured the
u-boot-0.4.0 for mpc857 custom board but somehow the bootcommand and
boot arg would not run, it just skip the autoboot and goes to prompt. so
help!!!

this is part of the configuration

....................................................................
#if 0
#define CONFIG_BOOTDELAY        -1      /* autoboot disabled*/
#else
#define CONFIG_BOOTDELAY        3       /* autoboot after 3 sec */
#endif

#define CONFIG_BOOTCOMMAND      "bootm 02800000 02880000"
#define CONFIG_BOOTARGS         "root=/dev/ram rw"


#undef  CONFIG_WATCHDOG                 /* watchdog disabled*/

#define CONFIG_SCC2_ENET        1       /* use SCC2 ethernet */
#undef  CONFIG_FEC_ENET                 /* disable FEC ethernet  */

/* this must be included AFTER the definition of CONFIG_COMMANDS (if
any) */
#include <cmd_confdefs.h>

/*
 * Miscellaneous configurable options
 */
#undef  CFG_LONGHELP            /* undef to save memory*/
#define CFG_PROMPT      ":>"    /* Monitor CommandPrompt        */
..................................................................

and this is the output displayed:-

......................................................................
U-Boot 0.4.0 (Jul 18 2003 - 10:17:35)

CPU:   unknown MPC850 (0x07000003) at 48 MHz: 4 kB I-Cache 4 kB D-Cache
FEC pret
         *** Warning: CPU Core has Silicon Bugs -- Check the Errata ***
SDRAM:  16 MB
Top of RAM usable for U-Boot at: 01000000
Reserving 512k for U-Boot at: 00f80000
Reserving 256k for malloc() at: 00f40000
Reserving 60 Bytes for Board Info at: 00f3ffc4
Reserving 52 Bytes for Global Data at: 00f3ff90
Stack Pointer at: 00f3ff78
New Stack Pointer is: 00f3ff78
Now running in RAM - U-Boot at: 00f80000
FLASH:  8 MB
In:    serial
Out:   serial
Err:   serial
U-Boot relocated to 00f80000
Net:   SCC ETHERNET
:>
:>

...................................................................

So i don't understand... where did the autoboot go??

the u-boot is store in flash 0x2b00000
the kernel is store in flash 0x2800000
and the ramdisk is in flash  0x2880000


hmm.... thanks guys


regards,
Mike G.

             reply	other threads:[~2003-07-18  7:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-18  7:22 Sung [this message]
2003-07-18  9:14 ` [U-Boot-Users] autoboot in U-boot Wolfgang Denk
     [not found] <1058522316.1188.104.camel@localhost.localdomain>
2003-07-18 10:15 ` 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=1058512975.1188.79.camel@localhost.localdomain \
    --to=mikegas@tm.net.my \
    --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.