All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: yocto@yoctoproject.org
Subject: Re: Splashscreen using psplash
Date: Tue, 23 Apr 2013 06:08:46 -0600	[thread overview]
Message-ID: <517679CE.5030202@mlbassoc.com> (raw)
In-Reply-To: <00da01ce401a$852365e0$8f6a31a0$@gmail.com>

On 2013-04-23 06:03, Andreas Enbacka wrote:
> Hello,
>
> I am creating a custom image based on core-image-sato, with a custom splash screen (using psplash). I have been able to replace the default yocto splashscreen in my image,
>   however, my question is whether it is possible to hide the initial console output text displayed on the screen prior to showing the splashscreen?  Currently most of the boot
> process is completed at the stage when the splash screen is being displayed on screen. This is because the image should be used as part of an embedded device, and the end-user
> should not see any traces of the underlying linux distro.
>
> Any info would be greatly appreciated.

You could disable the [framebuffer] console directly in the
kernel (CONFIG_FRAMEBUFFER_CONSOLE).  With this disabled, Linux
will leave whatever was in the framebuffer (possibly a splash
put there by your bootstrap).

I've done this where U-Boot put up a splash image that was the
same as the psplash one so there was no change on the screen
during the boot process until it was completely running.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


  reply	other threads:[~2013-04-23 12:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23 12:03 Splashscreen using psplash Andreas Enbacka
2013-04-23 12:08 ` Gary Thomas [this message]
2013-04-23 12:09 ` Burton, Ross
2013-04-23 12:29   ` Andreas Enbacka
2013-04-23 12:34     ` Gary Thomas
2013-04-23 13:07       ` Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2018-02-19  6:58 Tian Wen See

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=517679CE.5030202@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=yocto@yoctoproject.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 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.