Difference between revisions of "AIMLinux/AddOn/Launcher"

From ESS-WIKI
Jump to: navigation, search
Line 1: Line 1:
 
= Launcher[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=1 edit]] =
 
= Launcher[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=1 edit]] =
  
This section describes the information about Launcher on RISC platform.
+
In general,our customers want to cut startup time,customize booting logo, boot OS from multile devices,such as SD,SATA... ,This section will describes these informations on RISC platform.
  
== Customize u-boot/kernel logo[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=2 edit]] ==
+
== Qucik boot[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=2 edit]] ==
  
=== [[How_to_customize_u-boot/kernel_logo_for_i.MX6_Yocto_2.1|i.MX6 Yocto platform]] ===
+
== Multi Boot ==
  
•Yocto去除开机进度条
+
== Customize logo[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=2 edit]] ==
 +
 
 +
[[How_to_customize_u-boot/kernel_logo_for_i.MX6_Yocto_2.1|i.MX6 Yocto platform]]
 +
 
 +
== Splash  Screen ==
 +
 
 +
Our OS default has splashing screen when booting up,if you want to remove it, there are 2 ways:
 +
 
 +
1  by uboot environment: add psplash=false to bootargs
 +
 
 +
2  removing psplash service: update-rc.d -f psplash.sh remove 
 
<div style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204);">
 
<div style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204);">
uboot下bootargs追加psplash=false&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;boot无reboot时有<br/>rm –f /etc/rcS.d/S00psplash.sh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; boot无reboot时有<br/>update-rc.d -f psplash.sh remove&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;boot/reboot时均无进度条
+
== Autorun app[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=2 edit]] ==
 
</div>
 
</div>
== Autorun app[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=2 edit]] ==
 
 
 
=== [[Linux_platform_autorun|Linux platform&nbsp;autorun]] ===
 
=== [[Linux_platform_autorun|Linux platform&nbsp;autorun]] ===
  
 
=== [[Android_platform_autorun|Android platform&nbsp;autorun]] ===
 
=== [[Android_platform_autorun|Android platform&nbsp;autorun]] ===

Revision as of 02:11, 30 March 2020

Launcher[edit]

In general,our customers want to cut startup time,customize booting logo, boot OS from multile devices,such as SD,SATA... ,This section will describes these informations on RISC platform.

Qucik boot[edit]

Multi Boot

Customize logo[edit]

i.MX6 Yocto platform

Splash  Screen

Our OS default has splashing screen when booting up,if you want to remove it, there are 2 ways:

1  by uboot environment: add psplash=false to bootargs

2  removing psplash service: update-rc.d -f psplash.sh remove 

Autorun app[edit]

Linux platform autorun

Android platform autorun