Difference between revisions of "Boot Logo"

From Rockchip open source Document
Jump to: navigation, search
(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...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<article>
+
 
 
= Overall =
 
= Overall =
  
In android,&nbsp; there is a&nbsp;logo displayed after enter u-boot and&nbsp;last until the desktop start.
+
In android,&nbsp; there is a&nbsp;logo displayed after enter u-boot and&nbsp;last until the android start.
  
 
Unfortunately, we don't&nbsp;implement it for linux。
 
Unfortunately, we don't&nbsp;implement it for linux。
Line 19: Line 19:
  
 
Please search&nbsp;'''CONFIG_LOGO'''.
 
Please search&nbsp;'''CONFIG_LOGO'''.
 +
 +
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]
  
 
&nbsp;
 
&nbsp;
  
Set logos_freed to false
+
= Log =
  
http://elixir.free-electrons.com/linux/latest/source/drivers/video/logo/logo.c#L32
+
Console log could be disabled by remove in kernel cmdline.
 +
<pre>console=tty1</pre>
  
 
&nbsp;
 
&nbsp;
  
== System ==
+
= System =
  
 
Please search&nbsp;'''plymouth'''.
 
Please search&nbsp;'''plymouth'''.
</article>
+
 
 +
&nbsp;
 +
 
 +
= Initramfs =
 +
 
 +
[[Initramfs]]&nbsp;also have logo display support.

Latest revision as of 02:49, 24 October 2017

Overall

In android,  there is a logo displayed after enter u-boot and last until the android 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

 

Log

Console log could be disabled by remove in kernel cmdline.

console=tty1

 

System

Please search plymouth.

 

Initramfs

Initramfs also have logo display support.