(→Known Issues & Drawback) |
(→Run MeeGo image in VitualBox) |
||
| Line 15: | Line 15: | ||
=== Run MeeGo image in VitualBox === | === Run MeeGo image in VitualBox === | ||
Create a new virtual machine, and the setting as the screenshot below. You should choose the storage disk as the vdi image you have created in above step. For getting the advantage of CPU virtualization technologies, you should enable the VT option in VirtualBox | Create a new virtual machine, and the setting as the screenshot below. You should choose the storage disk as the vdi image you have created in above step. For getting the advantage of CPU virtualization technologies, you should enable the VT option in VirtualBox | ||
| - | + | [[File:MeeGo Tablet VBox.png]] | |
Then, click the start button to boot up MeeGo in VirtualBox. The image will be started as below screenshot. | Then, click the start button to boot up MeeGo in VirtualBox. The image will be started as below screenshot. | ||
Contents |
Download VirtualBox from the official website: Download VirtualBox. Before downloading and installing, you have to agree to the terms and conditions of the respective license. Please follow the installation instructions to install VirtualBox step by step.
Please download the latest tablet image from this link: MeeGo Tablet Images for SDK
$ tar jxf meego-tablet-ia32-qemu-${version}-raw.tar.bz2
Converts a raw disk image to a VirtualBox Disk Image (VDI) file by VBoxManage tool:
$ cd meego-tablet-ia32-qemu-${version}-raw
$ VBoxManage convertfromraw meego-tablet-ia32-qemu-${version}-sda.raw meego-tablet-ia32-qemu-${version}-sda.vdi
Create a new virtual machine, and the setting as the screenshot below. You should choose the storage disk as the vdi image you have created in above step. For getting the advantage of CPU virtualization technologies, you should enable the VT option in VirtualBox
Then, click the start button to boot up MeeGo in VirtualBox. The image will be started as below screenshot.
VirtualBox simulate a network card and allocate a IP address to the MeeGo platform. You can deploy Qt Apps in Qt Creator to VirtualBox as a real device. Please follow this link to enable deploy Qt Apps: Configure Qt Creator for MeeGo device