* [U-Boot-Users] slow boot
@ 2006-07-06 9:29 Takács Áron
2006-07-06 9:45 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Takács Áron @ 2006-07-06 9:29 UTC (permalink / raw)
To: u-boot
Hi,
I am using a PXA270-based board with u-boot-1.1.2. I wonder if I could make
the bootup process faster. I have measured the following times (with a
stopper watch ...):
-Time to the first output on the serial console (baudrate: 115200): ~3 sec
-Time to "Hit any key to stop autoboot (boot delay: 1s): ~5 sec
-Time to "Starting kernel...": ~8.7sec
So I have delays after the messages: "Err: serial" and "Entry Point:
a0008000".
I have set "verify=no" in the environment.
Any ideas how to make the boot faster?
Thank you for your help!
?ron Tak?cs
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] slow boot
2006-07-06 9:29 [U-Boot-Users] slow boot Takács Áron
@ 2006-07-06 9:45 ` Wolfgang Denk
2006-07-06 11:31 ` Jerry Van Baren
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2006-07-06 9:45 UTC (permalink / raw)
To: u-boot
In message <200607061129.34622.takacs.aron@infracont.hu> you wrote:
>
> -Time to the first output on the serial console (baudrate: 115200): ~3 sec
Sounds as if your system is seriously misconfigured.
Where is your environment stored? Is this by chance in a EEPROM device?
> So I have delays after the messages: "Err: serial" and "Entry Point: >
> a0008000".
> I have set "verify=no" in the environment.
> Any ideas how to make the boot faster?
The beaviour you see is not normal, but without knowing your hardware
and your modifications to the code it is impossible to give any
specific help.
As a general rule: version 1.1.2 is very old. Please update.
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
"There's only one kind of woman ..." "Or man, for that matter. You
either believe in yourself or you don't."
-- Kirk and Harry Mudd, "Mudd's Women", stardate 1330.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] slow boot
2006-07-06 9:45 ` Wolfgang Denk
@ 2006-07-06 11:31 ` Jerry Van Baren
0 siblings, 0 replies; 3+ messages in thread
From: Jerry Van Baren @ 2006-07-06 11:31 UTC (permalink / raw)
To: u-boot
Wolfgang Denk wrote:
> In message <200607061129.34622.takacs.aron@infracont.hu> you wrote:
>> -Time to the first output on the serial console (baudrate: 115200): ~3 sec
>
> Sounds as if your system is seriously misconfigured.
>
> Where is your environment stored? Is this by chance in a EEPROM device?
Another possibility is that your UART driver/hardware configuration
(cache misconfiguration?) is not seeing the UART "Tx ready" flag
properly so that every time a character is sent to the UART it polls the
UART flag for the maximum time, making the serial output extremely slow.
> The beaviour you see is not normal, but without knowing your hardware
> and your modifications to the code it is impossible to give any
> specific help.
>
> As a general rule: version 1.1.2 is very old. Please update.
>
> Best regards,
>
> Wolfgang Denk
No hardware knowledge, just speculating...
gvb
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-06 11:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 9:29 [U-Boot-Users] slow boot Takács Áron
2006-07-06 9:45 ` Wolfgang Denk
2006-07-06 11:31 ` Jerry Van Baren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox