Difference between revisions of "Main Page"

From Maemo Leste Wiki
Jump to navigationJump to search
(→‎Installation: Add installation instructions for N9/N950)
(Beowulf->Chimaera)
 
(45 intermediate revisions by 8 users not shown)
Line 1: Line 1:
= Description =
== Description ==


Welcome to the Maemo Leste wiki; Maemo Leste continues the legacy of Maemo. We aim to provide a free Maemo experience on mobile phones and tablets like the Nokia N900, Motorola Droid 4, Allwinner Tablets and more.
Welcome to the Maemo Leste wiki; Maemo Leste continues the legacy of Maemo Fremantle. We aim to provide a free Maemo experience on mobile phones and tablets like the Nokia N900, Motorola Droid 4, PinePhone, Allwinner Tablets and more.


You can find us on '''irc.libera.chat''', channel '''#maemo-leste''', you can [[IRC_channel|use Matrix]] to connect if you wish.


You can find us on '''freenode''', channel '''#maemo-leste'''.
For an overview of the current status, you might want to check out: [[Status]]


Maemo Leste is based on Devuan Chimaera (Debian Chimaera) and all the "supported" devices ship with recent Linux (mainline-based) kernels.


Maemo Leste is based on Devuan Ascii (Debian Stretch) and all the "supported" devices ship with recent Linux (mainline-based) kernels.
The project is currently not usable as a daily driver for your device. Maemo Leste is currently in development phase and we are actively searching for developers.


The project is not usable as a daily driver for your device, Maemo Leste is currently in development phase and we are actively searching for developers. For some devices, we have development images available - such as the N900.
For some devices, we have development images available, such as the [[Nokia_N900]], the [[Motorola Droid 4]] and the [[PinePhone]]. So far we have set up Devuan/Debian repositories for our packages, with builds for armhf, arm64 and amd64. We have FOSS replacements for some closed Maemo packages, further building on the Maemo community efforts to replace all closed bits by open software.


So far we have set up devuan/debian repositories for our packages, with builds for armel, armhf and amd64. We have FOSS replacements for some closed maemo packages, further building on the Maemo community efforts to replace all closed bits by open software.
If you have not used Maemo before, you might want to check out some of the tips on the [[HowTo]] page.


 
== Useful resources, lists and pages ==


= Supported Devices =
* To get started with a new install, see [[Getting_Started|Getting Started]].
* Read our [[Leste_FAQ|Frequently Asked Questions]]
* List of [[:Category:Device]] with support to varying degrees
* Latest downloadable images: https://phoenix.maemo.org/view/Images/
* List of "extras" software packages that have a wiki page: https://leste.maemo.org/Category:Extras
* Read how to get started with [[Development]]
* You have an application you want to see in Leste? Please let us know [[Wishlist|here]].
* For a list of presentations/talks featuring Maemo Leste, see [[Talks]]


 
== Links ==


== N900 ==
<div>
 
The central point of meeting and talking is '''IRC''' ('''irc.libera.chat''' in '''#maemo-leste''') and this thread: https://talk.maemo.org/showthread.php?t=100192.
[https://maemo-leste.github.io/pages/n900-status.html Status]
 
=== Installation ===
 
''' U-Boot from sdcard '''
 
''' Boot through flasher from sdcard'''
 
=== Kernel development ===
 
Status: [https://elinux.org/N900 https://elinux.org/N900]
 
Sources: https://github.com/maemo-leste/n9xx-linux/tree/pvr-wip
 
&nbsp;
 
== N9/N950 ==
 
[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 Harmatan's <code>user</code> or <code>developer</code> home directories.
 
=== Kernel development ===
 
Linux 4.16.4 plus patches


N950 status: https://elinux.org/N950
* Our Blog: [https://maemo-leste.github.io https://maemo-leste.github.io]


N9 status: https://elinux.org/N9
* Our Bugtracker: [https://github.com/maemo-leste/bugtracker/issues https://github.com/maemo-leste/bugtracker/issues]


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]
* Our Github: [https://github.com/maemo-leste/ https://github.com/maemo-leste/]


&nbsp;
* Our Github subdomain: [https://maemo-leste.github.io/ https://maemo-leste.github.io/]


== Droid 4 ==
* Our Extras Github: [https://github.com/maemo-leste-extras/ https://github.com/maemo-leste-extras/]


[https://maemo-leste.github.io/pages/droid-4-status.html Status]
* Our Images: [http://maedevu.maemo.org/images/ http://maedevu.maemo.org/images/] and https://phoenix.maemo.org/view/Images/


=== Installation ===
* Our Jenkins build server: [https://phoenix.maemo.org/ https://phoenix.maemo.org/]


''' [https://github.com/stargo/android_packages_apps_Safestrap/releases/tag/v3.75 SafeStrap] + [https://github.com/tmlind/ddroid ddroid] from eMMC or SD card '''
* Our IRC chat history: [http://maedevu.maemo.org/irc.txt http://maedevu.maemo.org/irc.txt] and https://libera.irclog.whitequark.org/maemo-leste/ (previously: https://freenode.irclog.whitequark.org/maemo-leste/)


(This is the boot method currently being used but we'll probably replace this with [https://github.com/tmlind/droid4-kexecboot droid4-kexecboot] to aid kernel updates via deb package)
* Our YouTube channel: [https://www.youtube.com/channel/UCgAWiHvWSuJAg5hjk7JYn1w https://www.youtube.com/channel/UCgAWiHvWSuJAg5hjk7JYn1w] (via [https://www.invidio.us/channel/UCgAWiHvWSuJAg5hjk7JYn1w Invidious] )


=== Kernel development ===
* Our Package index and info: [https://maedevu.maemo.org/pkgweb/ https://maedevu.maemo.org/pkgweb/] which runs [https://github.com/maemo-leste/mpi https://github.com/maemo-leste/mpi]


Linux 4.14 plus patches
* Mailing List: [https://lists.dyne.org/lurker/list/maemo-leste.en.html https://lists.dyne.org/lurker/list/maemo-leste.en.html]


Status: http://elektranox.org/droid4/
* Our Forum [https://talk.maemo.org/forumdisplay.php?f=66 https://talk.maemo.org/forumdisplay.php?f=66]


Sources: [https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/log/?h=linux-4.14.y linux-stable 4.14.y], [https://github.com/parazyd/arm-sdk/tree/master/extra/patches/linux-droid4-patches patches]
* RSS feed: [https://maemo-leste.github.io/feeds/all.atom.xml https://maemo-leste.github.io/feeds/all.atom.xml]


&nbsp;
* Our Twitter: [https://twitter.com/maemoleste @maemoleste]


== Generic AMD64 ==
* Distrowatch: [https://distrowatch.com/dwres.php?resource=submit Maemo Leste] (give us an upvote)
 
&nbsp;
 
== Allwinner A20 LIME2 ==
 
&nbsp;
 
== Allwinner A33 Tablet ==
 
&nbsp;
 
== Raspberry 2 or 3 ==
 
&nbsp;
 
 
= Development =
 
&nbsp;
 
== Set up a VM ==
 
&nbsp;
 
== Packages needed testing ==
 
&nbsp;
 
== Packages needed building ==
 
&nbsp;
 
== Packages needed porting ==
 
&nbsp;
 
= Roadmap =
 
== Project milestones ==
 
https://github.com/maemo-leste/bugtracker/milestones
 
= Links =
<div>
*Our Blog: [https://maemo-leste.github.io https://maemo-leste.github.io]
 
*Our Bugtracker: [https://github.com/maemo-leste/bugtracker/issues https://github.com/maemo-leste/bugtracker/issues]
 
*Our Github: [https://github.com/maemo-leste/ https://github.com/maemo-leste/]
 
*Our Images: [http://maedevu.maemo.org/images/ http://maedevu.maemo.org/images/]
 
The central point of meeting and talking is IRC and this thread: https://talk.maemo.org/showthread.php?t=100192.
</div>
</div>
*[https://distrowatch.com/dwres.php?resource=submit Maemo Leste on Distrowatch (voting)]

Latest revision as of 12:23, 2 September 2023

Description

Welcome to the Maemo Leste wiki; Maemo Leste continues the legacy of Maemo Fremantle. We aim to provide a free Maemo experience on mobile phones and tablets like the Nokia N900, Motorola Droid 4, PinePhone, Allwinner Tablets and more.

You can find us on irc.libera.chat, channel #maemo-leste, you can use Matrix to connect if you wish.

For an overview of the current status, you might want to check out: Status

Maemo Leste is based on Devuan Chimaera (Debian Chimaera) and all the "supported" devices ship with recent Linux (mainline-based) kernels.

The project is currently not usable as a daily driver for your device. Maemo Leste is currently in development phase and we are actively searching for developers.

For some devices, we have development images available, such as the Nokia_N900, the Motorola Droid 4 and the PinePhone. So far we have set up Devuan/Debian repositories for our packages, with builds for armhf, arm64 and amd64. We have FOSS replacements for some closed Maemo packages, further building on the Maemo community efforts to replace all closed bits by open software.

If you have not used Maemo before, you might want to check out some of the tips on the HowTo page.

Useful resources, lists and pages

Links

The central point of meeting and talking is IRC (irc.libera.chat in #maemo-leste) and this thread: https://talk.maemo.org/showthread.php?t=100192.