Skip to content

Commit

Permalink
Fix bootloop in h51ga
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Feb 11, 2024
1 parent 26a0640 commit 0985ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/static/static/yi-hack/script/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ if [[ $(get_config DISABLE_CLOUD) == "no" ]] ; then
fi
cd /home/app
set_tz_offset -c osd -o off
sleep 2
LD_LIBRARY_PATH="/tmp/sd/yi-hack/lib:/lib:/usr/lib:/home/lib:/home/qigan/lib:/home/app/locallib:/tmp/sd:/tmp/sd/gdb" ./rmm &
sleep 6
dd if=/tmp/audio_fifo of=/dev/null bs=1 count=8192
Expand Down Expand Up @@ -229,7 +230,7 @@ else
fi
cd /home/app
set_tz_offset -c osd -o off
sleep 1
sleep 2
LD_LIBRARY_PATH="/tmp/sd/yi-hack/lib:/lib:/usr/lib:/home/lib:/home/qigan/lib:/home/app/locallib:/tmp/sd:/tmp/sd/gdb" ./rmm &
sleep 6
dd if=/tmp/audio_fifo of=/dev/null bs=1 count=8192
Expand Down

0 comments on commit 0985ac5

Please sign in to comment.