关于luckfox pico ultra w 无法开机自启动rkmpi实例的问题
您好,建议先取消rkipc的默认启动,防止摄像头占用
板端 /oem/usr/bin/RkLunch.sh
同时在您的/etc/init.d/S99customer 中添加环境变量设置
如果上诉方法仍然不行,请提供运行后重定向到output.txt的内容
板端 /oem/usr/bin/RkLunch.sh
Code: Select all
#if [ -d "/oem/usr/share/iqfiles" ]; then
# rkipc -a /oem/usr/share/iqfiles &
#else
# rkipc &
#fi
Code: Select all
[ -f /etc/profile.d/RkEnv.sh ] && source /etc/profile.d/RkEnv.sh