We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42be54d commit 4d25937Copy full SHA for 4d25937
startup
@@ -8,6 +8,9 @@ cd "$(dirname "$(realpath "$0")")"
8
TEST_FLAG=/home/pi/TEST_MODE
9
10
if [ ! -f $TEST_FLAG ]; then
11
+ # sleep to let system fully boot
12
+ sleep 30
13
+
14
# first boot, try flashing the Xilinx
15
sudo gz_load /home/pi/Guzunty/Pi/src/gz_lcd/gz_lcd.xsvf
16
# make the test flag so we restart in test mode
0 commit comments