Not able to push libraries in to system partition

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Not able to push libraries in to system partition

585 次查看
G_N_V_RAJESH
Contributor I

Hi ,

 

I am new to imx53 platform. I am using imx53 qsb and i am able to bring up the android on it with the help of source available but i am not able to push libraries in to the system partition of the sdcard

 

can somebody help me regarding this

 

Thanks 

Rajesh

标记 (1)
0 项奖励
回复
2 回复数

553 次查看
G_N_V_RAJESH
Contributor I


HI thank for the information...it is working now..
Kirill Danilenko said:

exec command "mount" in console , and you will see how different partitions mounted. may be "system" has option "ro" read-only you should change it to rw read-write

 

mount -o rw,remount  <your partition> /system

0 项奖励
回复

552 次查看
Kirill
Contributor I

exec command "mount" in console , and you will see how different partitions mounted. may be "system" has option "ro" read-only you should change it to rw read-write

 

mount -o rw,remount  <your partition> /system

0 项奖励
回复