Compare View
Commits (3)
Showing
6 changed files
Show diff stats
buildroot/buildroot-2016.08.1/board/falinux/prime_oven/rootfs_overlay/etc/init.d/S18sound
1 | 1 | #!/bin/sh |
2 | 2 | |
3 | 3 | start() { |
4 | - /usr/bin/amixer -c 0 sset 'PCM',0 70% 70% on | |
5 | - /usr/bin/aplay /root/opening.wav & | |
6 | - /usr/bin/amixer -c 0 sset 'PCM',0 88% 88% on | |
4 | + #/usr/bin/amixer -c 0 sset 'PCM',0 70% 70% on | |
5 | + #/usr/bin/aplay /root/opening.wav & | |
6 | + #/usr/bin/amixer -c 0 sset 'PCM',0 88% 88% on | |
7 | 7 | } |
8 | 8 | |
9 | 9 | stop() { | ... | ... |
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 | ... | ... |
release/application.tar
No preview for this file type
release/rootfs.tar
No preview for this file type
release/u-boot.imx
No preview for this file type
release/uImage
No preview for this file type