All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Fwd: Re:  U-Boot not auto booting
@ 2012-01-30 15:12 Helmut Raiger
  0 siblings, 0 replies; only message in thread
From: Helmut Raiger @ 2012-01-30 15:12 UTC (permalink / raw)
  To: u-boot

On 01/18/2012 04:09 AM, Michael Aldridge wrote:

>  the autobooting function of uboot is not functioning properly on my
>  sheevaplug with debian.
>
>  I have set the bootcmd and bootdelay variables, but I still can't get it to
>  work.  I can watch the countdown hit zero, and I do not hit any buttons and
>  then the whole process just stops at the prompt.
>
>  If I disconnect the serial cable from the computer, it still fails to
>  proceed with the boot process.
>
>  Below is the dump of 'printenv'  any suggestions?
>
>
>  Marvell>>   printenv
>  autostart=yes
>  baudrate=115200
>  bootargs=console=ttyS0,115200
>  bootargs_console=console=ttyS0,115200
>  bootcmd=setenv bootargs $(bootargs_console); run bootcmd_mmc; bootm
>  0x00800000 0x01100000
>  bootcmd_mmc=mmc init; ext2load mmc 0:1 0x00800000 /uImage; ext2load mmc 0:1
>  0x01100000 /uInitrd
Can you load your uImage and uInitrd from the mmc? What version of
uboot are you running? Nowadays 'mmc init' is 'mmc rescan'.

Try to type the commands individually:
$ mmc rescan
$ ext2load mmc 0:1 0x.... /uImage
$ ext2load mmc 0:1 0x.... /uInitrd
$ bootm

and see where it stops working.

Helmut





--
Scanned by MailScanner.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-30 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 15:12 [U-Boot] Fwd: Re: U-Boot not auto booting Helmut Raiger

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.