언어 설정

Menu
Sites
Language
Running emulator Image from download.tizen.org

Hi,

I am using Tizen 3.0 SDK and want to use emulator image present on: https://download.tizen.org/snapshots/tizen/emulator/latest/images.
Is there any document or link describing the steps to use that image?

 

Thanks

Responses

1 댓글
Andrey Drive

1. Convert downloaded emulator snapshot to x86 image:
$ tar xvf <image_name>-EMUL.tar.gz
$ e2fsck -f platform.img
$ resize2fs platform.img 1280000
$ qemu-img convert -O qcow2 platform.img {Name}.x86

2. Run emulator manager 
$ cd {tizen-sdk dir}
$ ./tools/emulator/bin/emulator-manager

3. create new emulator VM and select previously converted x86 image as base image