From: Konstantin Kletschke <lists@ku-gbr.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] decrease boot time
Date: Sun, 13 Feb 2005 14:31:43 +0100 [thread overview]
Message-ID: <20050213133143.GC13453@synertronixx3> (raw)
In-Reply-To: <20050212223043.98E11C1430@atlas.denx.de>
Am 2005-02-12 23:30 +0100 schrieb Wolfgang Denk:
> Do you have console output enabled? If yes, then you can (1) get
> pretty reliable timings very easily by just time-stamping the console
> output (even with external tools as you read it rom the serial port),
> and (2) save a LOT of time by disabling it :-)
Yes, I will try that.
> OK - then I recommend to _increase_ teh image size by NOT compressing
> the Linux kernel. This way we get the fastest boot times on most
> systems. Also, turn of checksum verification (setenv verify no).
Argh, "setenv verify no" !
Ah, I turned off
if (verify) {
puts (" Verifying Checksum ... ");
if (crc32 (0, (char *)data, len) != ntohl(hdr->ih_dcrc)) {
printf ("Bad Data CRC\n");
SHOW_BOOT_PROGRESS (-3);
return 1;
}
puts ("OK\n");
}
instead and I think this also disables the checksum verification when
normal booting...
Konsti
--
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E A080 1E69 3FDA EF62 FCEF
next parent reply other threads:[~2005-02-13 13:31 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20050212200931.GB11316@ku-gbr.de>
[not found] ` <20050212223043.98E11C1430@atlas.denx.de>
2005-02-13 13:31 ` Konstantin Kletschke [this message]
2005-02-13 15:17 ` [U-Boot-Users] decrease boot time Wolfgang Denk
2005-02-13 13:38 ` Konstantin Kletschke
2005-02-13 15:20 ` Wolfgang Denk
2005-02-14 12:11 ` Konstantin Kletschke
2005-02-14 12:26 ` Wolfgang Denk
2005-02-12 22:52 Wolfgang Denk
2005-02-13 13:33 ` Konstantin Kletschke
2005-02-14 12:26 ` Konstantin Kletschke
2005-02-14 13:41 ` Konstantin Kletschke
2005-02-14 19:44 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2005-02-11 22:30 Konstantin Kletschke
2005-02-11 23:28 ` Grant Likely
[not found] ` <20050212200503.GA11316@ku-gbr.de>
2005-02-12 21:02 ` Grant Likely
2005-02-12 22:30 ` Wolfgang Denk
2005-02-13 13:14 ` Konstantin Kletschke
2005-02-15 14:50 ` Konstantin Kletschke
2005-02-13 13:02 ` Konstantin Kletschke
2005-02-14 8:36 ` Grant Likely
2005-02-12 0:34 ` 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=20050213133143.GC13453@synertronixx3 \
--to=lists@ku-gbr.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox