Difference between revisions of "Nokia N950"
From Maemo Leste Wiki
Jump to navigationJump to searchLine 20: | Line 20: | ||
|other= | |other= | ||
}} | }} | ||
[https://github.com/maemo-leste/bugtracker/issues/121 Status] | |||
=== Installation === | |||
''' [http://www.swagman.org/juice/ubiboot/ubiboot-02/ ubiboot] from eMMC ''' | |||
# [http://www.swagman.org/juice/ubiboot/README Install ubiboot]. | |||
# [https://talk.maemo.org/showthread.php?t=91914 Create a new slice on the eMMC] and format it to ext4. | |||
# Mount your new ext4 slice and unpack the .tar.gz dist ([https://maedevu.maemo.org/images/n9/20180425/maemo-leste-1.0-armhf-n9-20180425.tar.gz N9 - 20180424], [https://maedevu.maemo.org/images/n950/20180425/maemo-leste-1.0-armhf-n950-20180424.tar.gz N950 - 20180424]) to it. | |||
# Configure <code>ubiboot.conf</code>. This guide assumes you will use slot 5 for Maemo Leste ([https://github.com/dderby/ubiboot-animatronics/blob/master/ubiboot.conf example]): | |||
#* Set '''G_OS5_INITSCRIPT''' to <code>\/sbin\/preinit</code> | |||
#* Set '''G_OS5_NUM''' to <code>1</code> | |||
#* Set '''G_OS5_PARTITION''' to the partition number of your Maemo Leste slice | |||
#* Set '''G_OS5_NAME''' to <code>Maemo</code> | |||
#* Set '''G_OS5_1_LABEL''' to <code>Maemo Leste - Linux 4.16</code> or whatever description you like | |||
#* Set '''G_OS5_1_FILE''' to <code>/boot/Maemo/boot/zImage</code> | |||
# Reboot to ubiboot and select the slot for Maemo Leste. | |||
If you don't want to repartition your eMMC, there are two alternatives: | |||
* Use [https://talk.maemo.org/showthread.php?t=94042 N9 Easy Boot]. | |||
* Unpack the dist to Harmattan's <code>/home</code> directory and set '''G_OS5_PARTITION''' in ubiboot.conf to <code>3</code>. This will result in Maemo Leste sharing a slice with Harmattan's <code>/home</code>. Be careful when removing Maemo Leste, not to remove Harmattan's <code>user</code> or <code>developer</code> home directories. | |||
=== Kernel development === | |||
Linux 4.16.4 plus patches | |||
N950 status: https://elinux.org/N950 | |||
N9 status: https://elinux.org/N9 | |||
Sources: [https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/log/?h=linux-4.16.y linux-stable 4.16.y], [https://github.com/parazyd/arm-sdk/tree/master/extra/patches/linux-n950-patches N950 patches], [https://github.com/parazyd/arm-sdk/tree/master/extra/patches/linux-n9-patches N9 patches] | |||
| |||
[[Category:Device]] | [[Category:Device]] |
Revision as of 14:15, 23 May 2018
This 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