Commit e8128d94a2f7a544abc7341af406208c9bcdcc25
1 parent
e933c7865a
Exists in
fhd
인트로 끊어짐 이슈 시작 스크립트 수정
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
files/run.sh
... | ... | @@ -36,3 +36,9 @@ echo RGB24 > /sys/class/graphics/fb0/fsl_disp_fb_format |
36 | 36 | |
37 | 37 | cd ${BASE_DIR} |
38 | 38 | ./superdaemon & |
39 | + | |
40 | +sleep 2 | |
41 | + | |
42 | +/usr/bin/amixer -c 0 sset 'PCM',0 70% 70% on | |
43 | +/usr/bin/aplay /root/opening.wav & | |
44 | +/usr/bin/amixer -c 0 sset 'PCM',0 88% 88% on | |
39 | 45 | \ No newline at end of file | ... | ... |