【imx6q android 添加开机启动脚本】提兵百万西湖上,立马吴山第一峰!这篇文章主要讲述imx6q android 添加开机启动脚本相关的知识,希望能为你提供帮助。
1.在xx/out/target/product/sabresd_6dq/root/init.rc中添加以下内容
==========================================
service android-user /system/etc/android-user.sh
class main
user root
group root
oneshot
========================================
2.重新编译boot.img //把init.rc文件编译到boot.img
cd xxx/out/target/product/sabresd_6dq
rm -rf boot*.img &
&
rm recovery -rf &
&
rm recovery*.img
cd xxx/
make bootimage BUILD_TARGET_DEVICE=sd
make recoveryimage BUILD_TARGET_DEVICE=sd
cd xxx/out/target/product/sabresd_6dq
simg2img system.img system_raw.img
3.挂载system_raw.img, 并编辑脚步文件
sudo bash
mount system_raw.img tmp/
touch tmp/etc/android-user.sh
chmod 777 tmp/etc/android-user.sh
推荐阅读
- cephapplication not enabled 的解决方法--2019_9
- Vue2.5开发去哪儿网App 城市列表开发之兄弟组件间联动及列表性能优化
- NET Core 实战 Dapper 扩展数据访问
- springboot 通用Mapper使用
- Android Studio之构建项目报错
- HEVC/H265 HM10 0 分析TAppDecTop cpp
- Vue2.5开发去哪儿网App 首页开发
- Spring Boot通过application.yml配置文件获取属性及类信息
- android修改便携式热点的默认SSID名称