@mafei target/allwinner/d1s-nezha/base-files/etc/rc.local
Put your custom commands here that should be executed once
the system init finished. By default this file does nothing.
dd if=/dev/zero of=/dev/fb0
amixer -D hw:audiocodec cset name='Headphone Switch' 1
amixer -D hw:audiocodec cset name='Headphone Volume' 7
amixer -D hw:audiocodec cset numid=31 1
/app/main &
exit 0
添加无需编写S99脚本