* [U-Boot-Users] autobooting u-boot
[not found] <mailman.7746.1154031726.18991.u-boot-users@lists.sourceforge.net>
@ 2006-07-27 20:29 ` Junior
2006-07-28 9:32 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Junior @ 2006-07-27 20:29 UTC (permalink / raw)
To: u-boot
Hi,
I'm working on an ARM9 platform and trying to autoboot the kernel.
Besides bootdelay, what other bootargs or env variable necessary to do so?
Thank you,
--Jr.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] Autobooting u-boot
@ 2006-07-28 2:48 Junior
2006-07-28 17:43 ` Junior
2006-07-28 17:50 ` NZG
0 siblings, 2 replies; 7+ messages in thread
From: Junior @ 2006-07-28 2:48 UTC (permalink / raw)
To: u-boot
I'm working on an ARM9 platform and trying to autoboot the kernel.
Besides bootdelay, what other bootargs or env variable necessary to do so?
It seems like bootdelay is all that's mentioned but clearly I'm missing something.
Thank you,
--Jr.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] autobooting u-boot
2006-07-27 20:29 ` [U-Boot-Users] autobooting u-boot Junior
@ 2006-07-28 9:32 ` Wolfgang Denk
2006-07-28 13:19 ` Junior
0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2006-07-28 9:32 UTC (permalink / raw)
To: u-boot
In message <F8F6790EB5A.0000069Bejr@inbox.com> you wrote:
>
> I'm working on an ARM9 platform and trying to autoboot the kernel.
> Besides bootdelay, what other bootargs or env variable necessary to do so?
Please RTFM.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I wish I had a bronze torc for every user who didn't read the manual.
- Terry Pratchett, _The Light Fantastic_
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] autobooting u-boot
2006-07-28 9:32 ` Wolfgang Denk
@ 2006-07-28 13:19 ` Junior
2006-07-28 14:08 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Junior @ 2006-07-28 13:19 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: wd at denx.de
> Sent: Fri, 28 Jul 2006 11:32:52 +0200
> To: ejr at inbox.com
> Subject: Re: [U-Boot-Users] autobooting u-boot
>
> In message <F8F6790EB5A.0000069Bejr@inbox.com> you wrote:
>>
>> I'm working on an ARM9 platform and trying to autoboot the kernel.
>> Besides bootdelay, what other bootargs or env variable necessary to do
>> so?
>
> Please RTFM.
>
FYI, I did RTM but perhaps I failed to see the section you're trying to point me to.
Thanks.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] autobooting u-boot
2006-07-28 13:19 ` Junior
@ 2006-07-28 14:08 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2006-07-28 14:08 UTC (permalink / raw)
To: u-boot
In message <01C95DDED86.000001A6ejr@inbox.com> you wrote:
>
> > Please RTFM.
>
> FYI, I did RTM but perhaps I failed to see the section you're trying to
> point me to.
C'me on. You asked about U-Boot Environment Variables and their
settings for Booting Embedded Linux. Now please don't tell me the
relevant sections are difficult to find in the TOC.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Winners never talk about glorious victories. That's because they're
the ones who see what the battlefield looks like afterwards. It's
only the losers who have glorious victories.
- Terry Pratchett, _Small Gods_
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] Autobooting u-boot
2006-07-28 2:48 [U-Boot-Users] Autobooting u-boot Junior
@ 2006-07-28 17:43 ` Junior
2006-07-28 17:50 ` NZG
1 sibling, 0 replies; 7+ messages in thread
From: Junior @ 2006-07-28 17:43 UTC (permalink / raw)
To: u-boot
Do we have a SPAN problem?
> -----Original Message-----
> From: ejr at inbox.com
> Sent: Thu, 27 Jul 2006 18:48:24 -0800
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] Autobooting u-boot
>
> I'm working on an ARM9 platform and trying to autoboot the kernel.
> Besides bootdelay, what other bootargs or env variable necessary to do
> so?
> It seems like bootdelay is all that's mentioned but clearly I'm missing
> something.
> Thank you,
> --Jr.
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] Autobooting u-boot
2006-07-28 2:48 [U-Boot-Users] Autobooting u-boot Junior
2006-07-28 17:43 ` Junior
@ 2006-07-28 17:50 ` NZG
1 sibling, 0 replies; 7+ messages in thread
From: NZG @ 2006-07-28 17:50 UTC (permalink / raw)
To: u-boot
bootcmd
i.e.
setenv bootcmd tftp 500000 test.pkg\;bootm 500000
NZG
On Thursday 27 July 2006 9:48 pm, Junior wrote:
> I'm working on an ARM9 platform and trying to autoboot the kernel.
> Besides bootdelay, what other bootargs or env variable necessary to do so?
> It seems like bootdelay is all that's mentioned but clearly I'm missing
> something. Thank you,
> --Jr.
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your opinions on IT & business topics through brief surveys -- and earn
> cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-07-28 17:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.7746.1154031726.18991.u-boot-users@lists.sourceforge.net>
2006-07-27 20:29 ` [U-Boot-Users] autobooting u-boot Junior
2006-07-28 9:32 ` Wolfgang Denk
2006-07-28 13:19 ` Junior
2006-07-28 14:08 ` Wolfgang Denk
2006-07-28 2:48 [U-Boot-Users] Autobooting u-boot Junior
2006-07-28 17:43 ` Junior
2006-07-28 17:50 ` NZG
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox