Use of emulator

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

Use of emulator

1,378 次查看
VinayRavish
Contributor I
Dear all, Kindly let me know if it is possible to create an emulator with the images produced by the imx51 specific android build. Thank you.
标签 (1)
标记 (2)
0 项奖励
回复
2 回复数

1,329 次查看
BharathiSubrama
Contributor II

Yes. You can use RFS images (see Jay's reply). But not the Kernel image. In RFS also, if there is any arch/hw specific components, then you may have some issues in using it with emulator.

0 项奖励
回复

1,329 次查看
JayZhang
Contributor I

you can use like this:

emulator -system system.img -data user... 

for more info you can run:

emulator --help

0 项奖励
回复