AIMLinux/AddOn/Launcher
From ESS-WIKI
Revision as of 03:10, 30 March 2020 by Yanwei.cao (talk | contribs)
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]
The system will show some pictures before entering OS,these pictures be called booting logo, maybe some customers want to customize booting logo, you can modify logo in uboot or kernel,please reference following:
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]
if your app needs to be autoloaded,please reference following: