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)
Line 28: | Line 28: | ||
* install x86-generic adaptation from https://build.merproject.org/project/show?project=nemo%3Adevel%3Ahw%3Ax86-common but take mesa from https://build.merproject.org/project/show?project=home%3Avgrade%3Abranches%3Anemo%3Adevel%3Ahw%3Ax86-common | * install x86-generic adaptation from https://build.merproject.org/project/show?project=nemo%3Adevel%3Ahw%3Ax86-common but take mesa from https://build.merproject.org/project/show?project=home%3Avgrade%3Abranches%3Anemo%3Adevel%3Ahw%3Ax86-common | ||
zypper ar http://repo.merproject.org//obs/home:/vgrade:/branches:/nemo:/devel:/hw:/x86-common/latest_i586/home:vgrade:branches:nemo:devel:hw:x86-common.repo | zypper ar http://repo.merproject.org//obs/home:/vgrade:/branches:/nemo:/devel:/hw:/x86-common/latest_i586/home:vgrade:branches:nemo:devel:hw:x86-common.repo | ||
− | |||
zypper in mesa-x86-generic-9.0.2 | zypper in mesa-x86-generic-9.0.2 | ||
+ | zypper in xorg-x11-drv-intel-2.21.3 |
Revision as of 21:24, 4 March 2013
Install Sailfish SDK Emulator on ExoPC
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/sd* bs=4M sync
- Mount flash key
- Edit /boot/extlinux/extlinux.com to boot from sdb1 and add rootwait
- Place in Exo and boot, press BBS button on screen and select flash key
- Ctrl/Alt F2 - Login root/nemoHi, here are our steps for your reference.
- Enable WIFI:
./test-connman enable wifi
- Run simple-agent, e.g. the network name(SSID) you want to connect is test123 and password is abcd123
./simple-agent Name=test123 Passphrase=abcd123
- open another terminal:
./test-connman list
- will list the network name and service name like this : test123 {wifi_123456_123456abcd_managed_wpa }
- If test-connman doesn't list anything, you can try
./test-connman scan
- connect to wifi
./test-connman connect wifi_123456_123456abcd_managed_wpa
- edit sshd to allow remote login
- install x86-generic adaptation from https://build.merproject.org/project/show?project=nemo%3Adevel%3Ahw%3Ax86-common but take mesa from https://build.merproject.org/project/show?project=home%3Avgrade%3Abranches%3Anemo%3Adevel%3Ahw%3Ax86-common
zypper ar http://repo.merproject.org//obs/home:/vgrade:/branches:/nemo:/devel:/hw:/x86-common/latest_i586/home:vgrade:branches:nemo:devel:hw:x86-common.repo zypper in mesa-x86-generic-9.0.2 zypper in xorg-x11-drv-intel-2.21.3