We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking to figure out how to make a NiXium derivation and it's deployment method on The Nokia's Wildest Linux Smartphone, Nokia N900.2
Phase 1: Get at least barely functional nix derivation for the device Phase 2: Perfect it Phase 3: Hardening
0xFFFF
NiXium Role: Personal Device of @Kreyren
TBD
Seems that the support was dropped
https://github.com/ARM-software/u-boot/tree/master/board/nokia/rx51
It seems that for u-boot it's using config omap3-n900.dts.3
omap3-n900.dts
Standard Nixpkgs file hierarchy for armv7-linux?
PostMarketOS claims that the device runs on Mainline1, but they lack the PowerVR GPU Support patches used in Maemo-Leste (devuan distribution)5.1.
The kernel repository is for legacy reasons called droid4-linux, but contains patches for RX-51 as well.5.2
droid4-linux
Source code: https://github.com/maemo-leste/droid4-linux where the branch maemo-6.1.y is the current stable branch5.3 where maemo-6.6.y should be ready to go and used.
maemo-6.1.y
maemo-6.6.y
Packaged into blobs for GPU otherwise provided in mainline linux
0xFFFF is used to perform the flashing and interact with the builtin protocols
Display uses resolution 800x480.4, wallpapers for maemo are 800x(4*480) -> 800x1920
800x480
PostMarketOS recommends 1024 MB SWAP.4
DTB is called omap3-n900.4
omap3-n900
Keymaps will likely have to be declared separately.4 4.1
Pali, the creator of 0xFFFF and maintainer of u-boot images for the Nokia N900 rage-quitted from Open-Source development a while ago.5.4
The text was updated successfully, but these errors were encountered:
Relevant: NixOS/nixpkgs#326677 and NixOS/nixpkgs#326214 (comment) for playing old cellphone games on the device.
Sorry, something went wrong.
Relevant: Packaging of Maemo Leste on NixOS NixOS/nixpkgs#328952
Kreyren
No branches or pull requests
Tracking to figure out how to make a NiXium derivation and it's deployment method on The Nokia's Wildest Linux Smartphone, Nokia N900.2
GIF made out of YouTube video [N900 Transformers](https://www.youtube.com/watch?v=erSlMKjCHyk) by @davinci57Phase 1: Get at least barely functional nix derivation for the device
Phase 2: Perfect it
Phase 3: Hardening
TODO
0xFFFF
to NixpkgsNiXium Role: Personal Device of @Kreyren
Bootloader Management
TBD
Seems that the support was dropped
https://github.com/ARM-software/u-boot/tree/master/board/nokia/rx51
It seems that for u-boot it's using config
omap3-n900.dts
.3File System Management
Standard Nixpkgs file hierarchy for armv7-linux?
Kernel
PostMarketOS claims that the device runs on Mainline1, but they lack the PowerVR GPU Support patches used in Maemo-Leste (devuan distribution)5.1.
The kernel repository is for legacy reasons called
droid4-linux
, but contains patches for RX-51 as well.5.2Source code: https://github.com/maemo-leste/droid4-linux where the branch
maemo-6.1.y
is the current stable branch5.3 wheremaemo-6.6.y
should be ready to go and used.Firmware
Packaged into blobs for GPU otherwise provided in mainline linux
Deployment on the device
0xFFFF is used to perform the flashing and interact with the builtin protocols
Misc
Display uses resolution
800x480
.4, wallpapers for maemo are 800x(4*480) -> 800x1920PostMarketOS recommends 1024 MB SWAP.4
DTB is called
omap3-n900
.4Keymaps will likely have to be declared separately.4 4.1
Pali, the creator of 0xFFFF and maintainer of u-boot images for the Nokia N900 rage-quitted from Open-Source development a while ago.5.4
Strategy
4.1. Keymap mapping for the keyboard in PostMarketOS
5.1. Info about needed kernel patch for PowerVR GPU
5.2. Kernel repository is called droid4-linux, but contains patches for n900 as well
5.3. maemo-6.1.y claimed to be the current stable branch
5.4. pali rage-quitted from Open-Source development
The text was updated successfully, but these errors were encountered: