> From: Dev [mailto:[email protected]] On Behalf Of Vivek > Sent: Wednesday, April 23, 2014 9:13 PM > To: [email protected] > Subject: [Dev] Unable to launch the emulator with build image > > Hello, > I've compiled Tizen 2.2.1 source code for i586 mobile architecture, with the > generated image I've created a tizen emulator > (This emulator is having base image as my own generated image and kernel > image as default tizen sdk bzImage.x86), > Now my problem is when I start the emulator it gets stuck up at the boot > screen saying "booting the kernel". > If I try to connect to shell (using sdb shell) it say (error msg: target not > found). Please could someone help me with this issue. > Thanks, > Vivek.
Hi. Did you format the raw image before you convert it to qcow2? If you didn't, try this. (Supposing that your raw image name is platform.img,) ~$ e2fsck -f platform.img ~$ resize2fs platform.img 1280000 ~$ qemu-img convert -O qcow2 platform.img platform.x86 Regards, -- yoosah, Sooyoung Ha S-Core _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
