From: Helmut Raiger <helmut.raiger@hale.at>
To: u-boot@lists.denx.de
Subject: [U-Boot] Fwd: Re: U-Boot not auto booting
Date: Mon, 30 Jan 2012 16:12:32 +0100 [thread overview]
Message-ID: <4F26B360.8010302@hale.at> (raw)
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.
reply other threads:[~2012-01-30 15:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4F26B360.8010302@hale.at \
--to=helmut.raiger@hale.at \
--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.