From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] u-boot compiling
Date: Tue, 09 Oct 2012 22:45:19 +0200 [thread overview]
Message-ID: <50748CDF.6030203@mind.be> (raw)
In-Reply-To: <1349713787.63802.YahooMailNeo@web164603.mail.gq1.yahoo.com>
On 08/10/12 18:29, Zoran Djordjevic wrote:
> I want to achieve booting linux on my ARM board without messages
> displaying on console. AFAIK, I must have u-boot version compiled
> with that possiblity (CONFIG_SILENT_CONSOLE). My u-boot binary
> version (on my board CD) seems not to be of that kind, because when I
> set "silent" environment variable, nothing happens.
> So, I am interested if I can compile u-boot alone, by
> using Buildroot ie. without building kernel and root file system ?
You can, but there's not much point using buildroot then. It's just as
easy to create a toolchain with crosstool-NG or to download a precompiled
one, and use that to compile U-Boot. U-Boot is pretty good at
cross-compilation :-)
Anyway, if you want to create an empty buildroot, just do the following:
- in Package selection, remove busybox;
- in Filesystem, remove tar;
- in Bootloaders, select U-Boot and set the config name.
> Also, what amount of boot time shortage can I expect when supressing
> console messages ?
It won't be measurable without an oscilloscope. U-Boot generates so little
output when booting that it hardly affects its runtime - unless you have a
very fast processor and a very slow serial port. Disabling the kernel
output (by adding the 'quiet' option to the bootargs) will help a lot more
(about 1 second on my OMAP).
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
prev parent reply other threads:[~2012-10-09 20:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-08 16:29 [Buildroot] u-boot compiling Zoran Djordjevic
2012-10-08 16:55 ` Stefan Fröberg
2012-10-09 20:45 ` Arnout Vandecappelle [this message]
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=50748CDF.6030203@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/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.