The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Sailfish/Exopc
From Mer Wiki
< Sailfish(Difference between revisions)
(Created page with "= Install Sailfish SDK Emulator = This page has instructions on how to install Sailfish SDK emulator on your ExoPc == Install Steps == * Extract root filesystem from emulator …") |
(→Install Steps) |
||
Line 6: | Line 6: | ||
* Extract root filesystem from emulator virtualbox image | * Extract root filesystem from emulator virtualbox image | ||
+ | VBoxManage internalcommands converttoraw sailfishos.vdi sailfish.raw | ||
+ | * Copy to flash key | ||
+ | sudo dd if=sailfish.raw of=/dev/sdc bs=4M | ||
+ | sync |
Revision as of 18:37, 3 March 2013
Install Sailfish SDK Emulator
This page has instructions on how to install Sailfish SDK emulator on your ExoPc
Install Steps
- Extract root filesystem from emulator virtualbox image
VBoxManage internalcommands converttoraw sailfishos.vdi sailfish.raw
- Copy to flash key
sudo dd if=sailfish.raw of=/dev/sdc bs=4M sync