Difference between revisions of "Boot Logo"
From Rockchip open source Document
(Created page with "<article> = Overall = In android, there is a logo displayed after enter u-boot and last until the desktop start. Unfortunately, we don't implement it fo...") |
|||
Line 1: | Line 1: | ||
− | + | ||
= Overall = | = Overall = | ||
Line 19: | Line 19: | ||
Please search '''CONFIG_LOGO'''. | Please search '''CONFIG_LOGO'''. | ||
− | |||
− | |||
Set logos_freed to false | Set logos_freed to false | ||
− | http://elixir.free-electrons.com/linux/latest/source/drivers/video/logo/logo.c#L32 | + | [http://elixir.free-electrons.com/linux/latest/source/drivers/video/logo/logo.c#L32 http://elixir.free-electrons.com/linux/latest/source/drivers/video/logo/logo.c#L32] |
| | ||
Line 31: | Line 29: | ||
Please search '''plymouth'''. | Please search '''plymouth'''. | ||
− |
Revision as of 08:09, 14 October 2017
Contents
Overall
In android, there is a logo displayed after enter u-boot and last until the desktop start.
Unfortunately, we don't implement it for linux。
U-boot
First, you need enable video driver in u-boot and make it show console in screen.
WIP
Kernel
Please search CONFIG_LOGO.
Set logos_freed to false
http://elixir.free-electrons.com/linux/latest/source/drivers/video/logo/logo.c#L32
System
Please search plymouth.