imx6 android4.4 recovery中開啓串口log,能夠在串口中輸入命令

android目錄:

device/fsl/imx6/etc/init.rc

修改,添加如下代碼,然後編譯uramdisk就可以了

on property:ro.debuggable=1
start console

 

編譯uramdisk:

make recoveryimage -j4
make ramdisk -j4

 

可參考的文章:

android 系統功能配置 console/adbd:https://blog.csdn.net/haima1998/article/details/38439555

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章