Dear guys,
I want to use splash with animation.
but, M3 just use splash with text.
-
I insert ‘splash’ in boot option for kernel command line on uEnv.txt
-
check alternatives
root@ezsys:/etc/alternatives# ls -la *.plymouth
lrwxrwxrwx 1 root root 69 Oct 5 2016 default.plymouth -> /usr/share/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.plymouth
lrwxrwxrwx 1 root root 69 Oct 5 2016 text.plymouth -> /usr/share/plymouth/themes/ubuntu-mate-text/ubuntu-mate-text.plymouth
- debug splash (ref : https://askubuntu.com/questions/143330/how-can-i-customize-the-ubuntu-boot-up-logo)
plymouthd --debug --debug-file=/tmp/plymouth-debug-out ; sudo plymouth --show-splash ; for ((I=0;I<10;I++)); do sleep 1 ; sudo plymouth --update=event$I ; done ; sudo plymouth --quit
root@ezsys:/etc/alternatives# cat /tmp/plymouth-debug-out
plymouth-debug-out.txt (25.9 KB)
What I do use splash with animation on M3 board ?