Contents |
Forum: http://forum.meego.com/showthread.php?t=3625
Current Firmware status: nokia.com (TBC)
Hardware Specs: see N9
(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.
List the open issues here, preventing the release of CE for N950.
Assumption: you have N950 device with working Harmattan setup. You should also have the skills required, similar to required by using N900 CE: http://wiki.meego.com/ARM/N900/GettingStarted.
The procedures described here will void any warranty (if there was any), and can very likely detroy your Harmattan setup, loosing any data you have there. However, that is not the intention and the procedure here should result in a working "dual-boot" configuration and should not affect your Harmattan installation.
Coming.
The flasher for N950 is available at http://tablets-dev.nokia.com/d3.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.5_amd64.deb data.tar.gz | tar zx
Bootloader? TBD soon
After flashing MOSLO, boot device by disconnecting and re-connecting USB cable to PC. When MOSLO starts, you will get a welcome screen and some messages about making MeeGo partitions. Wait for the text "Rootfs now exported via USB" that appears to the N950 screen.
Now if you have auto mount enabled in your linux then the device should appear as normal USB drive to your system. However if you do not have auto mount enabled or you want to mount the device manually for some reason anyway, one should note that the device mounted by the MOSLO is called as a device like /dev/sdX, so it is a partition not a device, so for manual mount you need to do:
mount /dev/sdX /media/<mountpoint of your N950>
Write the CE .tar.gz to the mounted device with eg.
cd /media/<mountpoint of your N950> gunzip -c <path>/<CE_package>.tar.gz | sudo tar xf -
NOTE: If you already have another MeeGo image on the partition that can be eased for example with following command
rm -rf /media/<mountpoint of your N950>/*
After previous step, device should start booting to MeeGo right away after disconnecting the USB cable.
While powering on, press volume down HW key until you see the disclaimer and the device will restart (disclaimer is showing for 20 seconds). Device will reboot to Harmattan after that (it will load MOSLO and reboot to Harmattan).
Connect USB cable while device is powered off, to see the text "Rootfs now exported via USB". In your PC issue do the following:
echo YES | sudo tee /media/<mountpoint of your N950>/remove-meego
or directly in device shell once booted to MeeGo (as root):
echo YES >/remove-meego
After that, restart the device and moslo will self-destruct (including erase itself from NAND and resize back the content partition). You will now have Harmattan only setup.