[ROC-RK3568-PC] 使用adb push文件到Android 11打印Read-only file system的解决方法

Posted Neutionwei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[ROC-RK3568-PC] 使用adb push文件到Android 11打印Read-only file system的解决方法相关的知识,希望对你有一定的参考价值。

Log

$ adb push demo.txt /system
adb: error: failed to copy 'demo.txt' to '/system/demo.txt': remote couldn't create file: Read-only file system

Solution

adb shell "setprop persist.sys.root_access 3"
adb root
adb remount

以上是关于[ROC-RK3568-PC] 使用adb push文件到Android 11打印Read-only file system的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

[ROC-RK3568-PC] 手把手教你打包能使用Etcher或dd命令烧写的Ubuntu系统固件

[ROC-RK3568-PC] 手把手教你解包Ubuntu系统固件

[ROC-RK3568-PC] 手把手教你在Linux下解包与打包Ubuntu系统固件

[ROC-RK3568-PC] 手把手教你编译Linux_SDK并打包Ubuntu系统固件

[ROC-RK3568-PC] [Firefly-Android] 10min带你了解I2C的使用

[ROC-RK3568-PC] 手把手教你制作Ubuntu系统TF卡启动盘