Skip to content

Commit 4d25937

Browse files
committed
Mystery voodoo
1 parent 42be54d commit 4d25937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

startup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ cd "$(dirname "$(realpath "$0")")"
88
TEST_FLAG=/home/pi/TEST_MODE
99

1010
if [ ! -f $TEST_FLAG ]; then
11+
# sleep to let system fully boot
12+
sleep 30
13+
1114
# first boot, try flashing the Xilinx
1215
sudo gz_load /home/pi/Guzunty/Pi/src/gz_lcd/gz_lcd.xsvf
1316
# make the test flag so we restart in test mode

0 commit comments

Comments
 (0)