Difference between revisions of "AIMLinux/AddOn/Launcher"

From ESS-WIKI
Jump to: navigation, search
Line 8: Line 8:
  
 
•Yocto去除开机进度条<syntaxhighlight lang="text"></syntaxhighlight>
 
•Yocto去除开机进度条<syntaxhighlight lang="text"></syntaxhighlight>
<div style="margin-left: 1em;"><syntaxhighlight lang="TEXT">uboot下bootargs追加psplash=false       boot无reboot时有 rm –f /etc/rcS.d/S00psplash.sh        boot无reboot时有 update-rc.d -f psplash.sh remove      boot/reboot时均无进度条
+
<div style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204);">
</syntaxhighlight></div>
+
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时均无进度条
 +
</div>
  
 
== Autorun app[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=2 edit]] ==
 
== Autorun app[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=2 edit]] ==

Revision as of 10:06, 26 March 2020

Launcher[edit]

This section describes the information about Launcher on RISC platform.

Customize u-boot/kernel logo[edit]

i.MX6 Yocto platform

•Yocto去除开机进度条

uboot下bootargs追加psplash=false      boot无reboot时有
rm –f /etc/rcS.d/S00psplash.sh             boot无reboot时有
update-rc.d -f psplash.sh remove         boot/reboot时均无进度条

Autorun app[edit]

Linux platform autorun

Android platform autorun