This is a clone from the original psplash recipe init script
but with the added fix:
@@ -25,5 +25,7 @@
read rotation < /etc/rotation
fi
-/usr/bin/psplash --angle $rotation &
+if [ -c "${FBDEV:-/dev/fb0}" ]; then
+ /usr/bin/psplash --angle $rotation &
+fi
which avoids running the application when there is no framebuffer
in the system. This prevents the following error message during
boot:
Error opening /dev/fb0: No such file or directory
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
https://jira.digi.com/browse/DEL-2747
|
||
|---|---|---|
| .. | ||
| 0001-colors-modify-psplash-colors-to-match-Digi-scheme.patch | ||
| 0002-bar-replace-progress-bar-with-Digi-one.patch | ||
| psplash-init | ||
| psplash-poky-img.h | ||