From: "hinko.kocevar@cetrtapot.si" <hinko.kocevar@cetrtapot.si>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [RFC] Dynamic boot logo
Date: Mon, 06 Aug 2007 09:53:24 +0200 [thread overview]
Message-ID: <46B6D374.9080001@cetrtapot.si> (raw)
In-Reply-To: <20070804134123.GA19707@enneenne.com>
Rodolfo Giometti wrote:
> Hello,
>
> I'd like to have some suggestions from you about how I can implement
> the "dynamic boot logo" feature in Linux reading the logo from the
> flash memory.
We would like to have this feature on my embedded system too! Currently
we are using bitmap file converted to standard header file and then
compiled in the kernel, which is not flexible at all.
>
> In my custom board, using u-boot I read a compressed bitmap from the
> flash memory and then I use it to display the logo, so users just have
> to change flash content in order to change then boot logo without
> recompiling u-boot.
>
> Could it be possible in Linux also? Which could be, in your opinion,
> the best way to solve this problem?
Maybe you could access the same flash memory from the Linux too - using
either physical or virtual address space, eg. by I/O or memory mapping it.
Another way could be using a dedicated kernel module for the job - eg.
you compile the graphic support in the module and the when update is
needed only module can be replaced in the file system leaving kernel
intact (at least while kernel version does not change).
In our case, a) we can not use boot loader and, b) we use kernel with
module support disabled, so these variants were not tested on our side.
HTH,
hinko
--
ÄŒETRTA POT, d.o.o., Kranj
Planina 3
4000 Kranj
Slovenia, Europe
Tel. +386 (0) 4 280 66 03
E-mail: hinko.kocevar@cetrtapot.si
Http: www.cetrtapot.si
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Linux-fbdev-devel mailing list
Linux-fbdev-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel
next prev parent reply other threads:[~2007-08-06 7:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-04 13:41 [RFC] Dynamic boot logo Rodolfo Giometti
2007-08-06 7:53 ` hinko.kocevar [this message]
2007-08-06 9:45 ` Rodolfo Giometti
2007-08-06 12:34 ` hinko.kocevar
2007-08-06 13:09 ` Rodolfo Giometti
-- strict thread matches above, loose matches on Subject: below --
2007-08-06 9:48 Rodolfo Giometti
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=46B6D374.9080001@cetrtapot.si \
--to=hinko.kocevar@cetrtapot.si \
--cc=linux-fbdev-devel@lists.sourceforge.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.