Browse Source

rescuegui: turn off cursor in console

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 7 years ago
parent
commit
49de5a78e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      recipes-support/rescuegui/files/rescuegui

+ 1 - 0
recipes-support/rescuegui/files/rescuegui

@@ -57,6 +57,7 @@ do_start() {
 	*)
 		echo "Starting $DESC ..."
 		cd /opt/rescueGUI
+		echo 0 > /sys/class/graphics/fbcon/cursor_blink
 		export FONTDIR=/usr/share/fonts/truetype
 		exec $DAEMON &
 		exit 0