Difference between revisions of "AIMLinux/AddOn/Launcher"
From ESS-WIKI
Yanwei.cao (talk | contribs) |
|||
Line 20: | Line 20: | ||
<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);"> | ||
== Autorun app[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit§ion=2 edit]] == | == Autorun app[[http://ess-wiki.advantech.com.tw/wiki/index.php?title=AIMLinux/AddOn/DeviceOn&action=edit§ion=2 edit]] == | ||
− | + | ||
=== [[Linux_platform_autorun|Linux platform autorun]] === | === [[Linux_platform_autorun|Linux platform autorun]] === | ||
=== [[Android_platform_autorun|Android platform autorun]] === | === [[Android_platform_autorun|Android platform autorun]] === |
Revision as of 02:12, 30 March 2020
Contents
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]
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