Difference between revisions of "AIMLinux/AddOn/Launcher"

From ESS-WIKI
Jump to: navigation, search
Line 5: Line 5:
 
== Customize u-boot/kernel logo[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit&section=2 edit]] ==
 
== Customize u-boot/kernel 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]] ===
+
<h3> <a href="How%20to%20customize%20u-boot%2Fkernel%20logo%20for%20i.MX6%20Yocto%202.1">i.MX6 Yocto platform</a> </h3>
 
+
<p>•Yocto去除开机进度条<pre class="fck_mw_syntaxhighlight"><syntaxhighlight lang="text">_</syntaxhighlight></pre>
•Yocto去除开机进度条<syntaxhighlight lang="text"></syntaxhighlight>
+
</p>
 
<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时均无进度条
+
<p>uboot下bootargs追加psplash=false&#160;&#160;&#160;&#160;&#160;&#160;boot无reboot时有<br />rm –f /etc/rcS.d/S00psplash.sh&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; boot无reboot时有<br />update-rc.d -f psplash.sh remove&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;boot/reboot时均无进度条
 +
</p>
 
</div>
 
</div>
  

Revision as of 11:06, 26 March 2020

Launcher[edit]

This section describes the information about Launcher on RISC platform.

Customize u-boot/kernel logo[edit]

<a href="How%20to%20customize%20u-boot%2Fkernel%20logo%20for%20i.MX6%20Yocto%202.1">i.MX6 Yocto platform</a>

•Yocto去除开机进度条

<syntaxhighlight lang="text">_</syntaxhighlight>

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