Nokia N950
From Maemo Leste Wiki
Jump to navigationJump to searchThis page or section is a stub. Ask how you can help improve leste.maemo.org by visiting #maemo-leste, look at the bugtracker (https://github.com/maemo-leste/bugtracker) or if you are able to contribute to the current page, then you are welcome to do so.
Nokia N950 | |
---|---|
Manufacturer | Nokia |
Specifications | |
Hardware Features | |
Software Features |
Installation
ubiboot from eMMC
- Install ubiboot.
- Create a new slice on the eMMC and format it to ext4.
- Mount your new ext4 slice and unpack the .tar.gz dist (N9 - 20180424, N950 - 20180424) to it.
- Configure
ubiboot.conf
. This guide assumes you will use slot 5 for Maemo Leste (example):- Set G_OS5_INITSCRIPT to
\/sbin\/preinit
- Set G_OS5_NUM to
1
- Set G_OS5_PARTITION to the partition number of your Maemo Leste slice
- Set G_OS5_NAME to
Maemo
- Set G_OS5_1_LABEL to
Maemo Leste - Linux 4.16
or whatever description you like - Set G_OS5_1_FILE to
/boot/Maemo/boot/zImage
- Set G_OS5_INITSCRIPT to
- Reboot to ubiboot and select the slot for Maemo Leste.
If you don't want to repartition your eMMC, there are two alternatives:
- Use N9 Easy Boot.
- Unpack the dist to Harmattan's
/home
directory and set G_OS5_PARTITION in ubiboot.conf to3
. This will result in Maemo Leste sharing a slice with Harmattan's/home
. Be careful when removing Maemo Leste, not to remove Harmattan'suser
ordeveloper
home directories.
Kernel development
Linux 4.16.4 plus patches
N950 status: https://elinux.org/N950
N9 status: https://elinux.org/N9
Sources: linux-stable 4.16.y, N950 patches, N9 patches