sudo apt-get updateto update and upgrade the raspbian system - the fundament of PiPLAY.
sudo apt-get dist-upgrade
waiting for dbus address to appear
waiting for dbus address to appear
waiting for dbus address to appear
...
Linux PiPLAY 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014 armv6l GNU/Linux, now the new kernel gives the messages with kernel
Linux PiPLAY 3.18.5+ #744 PREEMPT Fri Jan 30 18:19:07 GMT 2015 armv6l GNU/Linux
/usr/bin/omxplayer Error: line 18 /tmp/omxplayer ... read-only ...so i guess the reason is the boot video...
# omyplayer ...
~$ /usr/share/insserv/check-initd-order --help
usage: check-initd-order [-cdgko] [-b basedir]
-b basedir (default /etc)
-d enable debug output
-o do not load override files
-k use shutdown (reboot) sequence instead of boot sequence
-g generate graph
-c use combined boot and shutdown sequence (only for graphs)
~$ /usr/share/insserv/check-initd-order -g... you see, "asplashscreen" is the very first script, and some file system scripts are started afterwards... maybe not a good idea on the new kernel :)
# Generating graph
digraph packages {
rankdir=LR;
concentrate=true;
"asplashscreen" [shape=box];
"fake-hwclock" -> "checkroot"[color=yellow] ;
"fake-hwclock" [shape=box];
"glibc" -> "hostname"[color=springgreen] ;
"hostname" [shape=box];
"glibc" -> "mountkernfs"[color=springgreen] ;
"mountkernfs" [shape=box];
"mountkernfs" -> "udev"[color=blue] ;
"udev" [shape=box];
"keyboard-setup" -> "checkroot"[color=yellow] ;
"mountkernfs" -> "keyboard-setup"[color=blue] ;
"keymap" -> "keyboard-setup"[color=springgreen] ;
"udev" -> "keyboard-setup"[color=springgreen] ;
"keyboard-setup" [shape=box];
"mountkernfs" -> "mountdevsubfs"[color=blue] ;
"udev" -> "mountdevsubfs"[color=springgreen] ;
"mountdevsubfs" [shape=box];
"mountdevsubfs" -> "checkroot"[color=blue] ;
...
It looks like you're new here. If you want to get involved, click one of these buttons!