From: voidexp@gmail.com (Ivan Nikolaev)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Suppress all boot output (framebuffer?) - embedded linux distro
Date: Tue, 19 Feb 2013 22:53:50 +0100 [thread overview]
Message-ID: <5123F46E.9020002@gmail.com> (raw)
In-Reply-To: <5123F419.8060202@gmail.com>
-------- Original Message --------
Subject: Re: Suppress all boot output (framebuffer?) - embedded linux
distro
Date: Tue, 19 Feb 2013 22:52:25 +0100
From: Ivan Nikolaev <voidexp@gmail.com>
To: Mulyadi Santosa <mulyadi.santosa@gmail.com>
On Tue 19 Feb 2013 08:00:52 PM CET, Mulyadi Santosa wrote:
> On Tue, Feb 19, 2013 at 8:50 PM, Ivan Nikolaev <voidexp@gmail.com> wrote:
>> I'm developing an ubuntu 12.04 (LTS) based embedded distribution, which
>> basically is a normal ubuntu stripped down to bare minimal packages,
>> which runs a minimal XOrg server with one single full-screen
>> application. What I want is to suppress every single char of console
>> output since the bootloader passed control to the kernel, and possibly
>> show instead of that some static text and/or image. What I thought is to
>> try to disable printk-s and to write some kind of patch which uses the
>> framebuffer to show the logo. Is that possible/difficult? Can you
>> eventually explain where I should dig?
>
>
> IIRC, isn't that what ubuntu 12.04 does during boot stage by default ?
> i mean, no boot message shown....
>
>
Yes, I guess Ubuntu version of GRUB is slightly modified, and it uses
Plymouth to provide that "nice" (and buggy on some machines) graphic
bootsplash. What I need is to avoid virtual consoles at all, also, I
need one static image visualized by framebuffer, which then smoothly
passes to my GUI app. Even more, being my app Qt based, I think about
throwing away the Xorg server and use Qt's support for framebuffer. So,
it will probably do a nice job. Hope I've explained what I need. For
example, on Android devices how this thing is done? You turn on the
device, and then the loading animation is displayed for a while.
Everything goes smooth, no glitches, and I suppose, there's no Plymouth
:)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130219/dd986365/attachment.html
next parent reply other threads:[~2013-02-19 21:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <5123F419.8060202@gmail.com>
2013-02-19 21:53 ` Ivan Nikolaev [this message]
2013-02-19 13:50 Suppress all boot output (framebuffer?) - embedded linux distro Ivan Nikolaev
2013-02-19 19:00 ` Mulyadi Santosa
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=5123F46E.9020002@gmail.com \
--to=voidexp@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/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;
as well as URLs for NNTP newsgroup(s).