From 7917f5076f5b44537c8002caef77429f3e6f409e Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 30 Aug 2018 21:35:54 +0200 Subject: [PATCH] custom-appstart: kill splash app befor running application --- recipes-bsp/application/files/StartApplication.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-bsp/application/files/StartApplication.sh b/recipes-bsp/application/files/StartApplication.sh index 81f1345..53d32ed 100644 --- a/recipes-bsp/application/files/StartApplication.sh +++ b/recipes-bsp/application/files/StartApplication.sh @@ -6,6 +6,9 @@ echo "Starting application..." #echo 503 > /sys/class/gpio/export #echo out > /sys/class/gpio/gpio503/direction +# kill splash app, leave contents in fb + +killall -9 psplash-mucross psplash # set up environment -- 2.39.2