RK3288 root file system to push files

Under such a demand, for example, I compiled a PC on a drive xxx.ko, then I need to drive this in the root file system RK3288 is, rk3288 programming the Android firmware.

We can do so

adb root
adb remount
adb push "xxxx.ko" /system/lib/modules/

Of course, as insmod these operations still use the serial port with mobaxterm be more convenient

Published 13 original articles · won praise 0 · Views 1935

Guess you like

Origin blog.csdn.net/qq_34744658/article/details/104718230