Contents |
(Basic information as copied from https://meego.com/community/device-program/devices/nokia-n9-devkit)
The Nokia N950 is a platform available now for developers targeting the Nokia N9 and MeeGo handset apps in general. Technical details are available at http://developer.nokia.com/swipe. Questions & comments: http://forum.meego.com/showthread.php?t=3597.
IMPORTANT: commercial developers are encouraged to apply directly at http://developer.nokia.com - thank you for your understanding.
Assumption: you have N950 device with working Harmattan setup. You should also have the skills required, similar to what is required for using N900 CE: http://wiki.meego.com/ARM/N900/GettingStarted.
The procedures described here will void any warranty (if there was any), and will destroy your Harmattan setup, losing any data you have there. However, you can always go back to a fresh Harmattan installation with the OneClickFlasher package available at: http://www.developer.nokia.com/info/sw.nokia.com/id/db230178-aa63-4c73-ba7f-20930da13cad/Nokia_N950_OneClickFlashers.html
| Image | Description | Release date |
|---|---|---|
| [Fall Release] | v1.3 Handset image for Fall 2011. (not yet released) | 26-28.9.2011 |
| Weekly image | From here, you can find the weekly and daily builds. |
The flasher for N950 is available at http://tablets-dev.nokia.com/maemo-dev-env-downloads.php . Installation packages are available for OSX, Windows and Linux deb. For rpm based Linux distributions, extract the files from deb package with following command:
ar p flasher_3.11.*.deb data.tar.gz | tar zvx
After this you can find the flasher binary from usr/bin/flasher directory under the current working directory.
Before you proceed make sure that "Device lock" is not enabled in Harmattan (In Settings \ Security \ Device Lock \ Autolock: off). If you have an Mail-for-Exchange account configured, you may need to delete it before you can disable device lock.
If flasher bombs out with "Devicelock ON: cannot flash unsigned image", then you didn't, go back and disable it.
In order to boot MeeGo on N950, the default OS, Harmattan, must be replaced with MOSLO, the Meego OS LOader. Moslo can be flashed as a fiasco image, available at: http://TBD
sudo flasher -F <moslo-image.bin> -f
Flasher now waits for a device to connect.
After flashing MOSLO, boot the device by disconnecting and re-connecting the USB cable to the PC. You will see a warning and a disclaimer screen for 10 seconds followed by green text based MOSLO welcome screen. Wait for the text "Rootfs now exported via USB".
If you don't get the MOSLO screen after successfully flashing MOSLO, then let the device finish booting into harmattan and reboot it. It can take several full reboots of the device to fully enable MOSLO.
If you have automount enabled in your Linux system, the device may appear as a normal USB drive to your desktop. Automount may not show the drive at first because it is in vfat format. Automount will typically use volume ID as mountpoint name.
IMPORTANT: On some systems (Ubuntu) automounting may have too restrictive options. Manual mounting is recommended.
IMPORTANT: Although the drive extracted by the MOSLO appears as /dev/sdX, it is a partition, instead of a full device.
At first MOSLO connection, the partition has to be reformatted. Make sure it is unmounted:
sudo umount /dev/sdX sudo mkfs.ext4 /dev/sdX
You will see warning: "/dev/sdX is entire device, not just one partition! Proceed anyway? (y,n)". This is expected. Just make sure you got the right device node and say "y".
For mounting the MeeGo rootfs manually:
sudo mkdir -p /media/<choose mountpoint name for your N950> sudo mount /dev/sdX /media/<mountpoint of your N950>
If you already had an MeeGo image on the partition, it can be erased by running:
sudo rm -rf /media/<mountpoint of your N950>/*
Extract the Community Edition .tar.bz2 to the mounted rootfs partition with:
sudo tar --numeric-owner -xf <path>/<CE_package>.tar.bz2 -C /media/<mountpoint of your N950>
After the extraction is ready, unmount/remove safely/eject the partition before disconnecting from usb:
sudo umount /media/<mountpoint of your N950>
Shutting down is done simply by holding the power key until either a shut down graphic or a red screen is shown. Check that screen back light goes out. If device does not react, hold the power key for over 8 seconds. This will force HW shut down.
If device does not react, hold the power key for over 8 seconds.
In case battery is very low, the screen may stay black even if booting continues.
Don't panic - try again, check the steps and finally ask for advice at #meego-arm IRC channel.
In order to boot Harmattan again, MeeGo and Moslo must be removed. This can be done by using OneClickFlasher available here: http://www.developer.nokia.com/info/sw.nokia.com/id/db230178-aa63-4c73-ba7f-20930da13cad/Nokia_N950_OneClickFlashers.html
Running the OneClickFlasher will overwrite MeeGo/Moslo with Harmattan. All personal settings will be lost. It will take about 15-30 minutes.
More information can be found in N950 landing page.