Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] u-boot compiling
@ 2012-10-08 16:29 Zoran Djordjevic
  2012-10-08 16:55 ` Stefan Fröberg
  2012-10-09 20:45 ` Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: Zoran Djordjevic @ 2012-10-08 16:29 UTC (permalink / raw)
  To: buildroot

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 ?
Also,?what amount of boot?time shortage?can I expect when supressing
console messages ?
?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121008/3a46a577/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] u-boot compiling
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Fröberg @ 2012-10-08 16:55 UTC (permalink / raw)
  To: buildroot

I know nothing about u-boot because I use grub for booting my x86 machines
and this is just a wild guess but maybe you could try standard "quiet"
kernel parameter
to place somewhere during boot process.

That's is, if u-boot allows passing kernel paremeters  like grub does ?

http://www.mjmwired.net/kernel/Documentation/kernel-parameters.txt

quiet		[KNL] Disable most log messages



Best regards
Stefan

8.10.2012 19:29, Zoran Djordjevic kirjoitti:
> 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 ?
> Also, what amount of boot time shortage can I expect when supressing
> console messages ?
>  
> Regards
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121008/8b736dc1/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] u-boot compiling
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2012-10-09 20:45 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-09 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox