@m_xiaotao S99启动脚本写了,手动调用也能启动,就是不知道怎么开机调用,试了很多方式,没蛋用
M
mafei 发布的最佳帖子
mafei 发布的最新帖子
-
回复: T113S3 MIPI屏幕添加适配,启动只有背光,或者完全系统都进不去 是什么问题,求助
如果是黑屏,有背光。建议换官网的sdk。我之前也是遇到类似。之前用的是d1的sdk。屏正常显示,但换成t133s3,出现黑屏有背光,各种方法试过,都没用,换了官网的sdk正常显示图像
-
回复: D1s tina 如何开机自启动程序
@mafei 在 D1s tina 如何开机自启动程序 中说:
the system init finished. By default this file does nothing.
或
target/allwinner/t113-nezha/busybox-init-base-files/etc/init.d/rc.final -
回复: D1s tina 如何开机自启动程序
@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脚本