Jump to content

HMD Global Nokia 6.1 (nokia-PL2): Difference between revisions

From postmarketOS Wiki
Frost I7 (talk | contribs)
mNo edit summary
mNo edit summary
 
(9 intermediate revisions by 6 users not shown)
Line 14: Line 14:
| gpu = Adreno 508
| gpu = Adreno 508
| storage = 32/64 GB
| storage = 32/64 GB
| display = 1080x1920 LCD
| display = 1080x1920 IPS
| memory = 3/4 GB
| memory = 3/4 GB
| architecture = aarch64
| architecture = aarch64
| type = handset
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) -->
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) -->
| status_usbnet = P
| status_usbnet = P
Line 52: Line 53:
| status_fossbootloader =  
| status_fossbootloader =  
| booting = yes
| booting = yes
| packaged = no
}}
}}
{{Based on SoC|Qualcomm_Snapdragon_630_(SDM630)|Snapdragon 630}}


__TOC__
__TOC__
Line 58: Line 61:
== Contributors ==
== Contributors ==
* [[User:FieryFlames|FieryFlames]]
* [[User:FieryFlames|FieryFlames]]
* [[user:Frost_I7|Frost_I7]] (''I'll keep the wiki page up-to-date with the available info.'')
* [[user:Frost_I7|Frost_I7]] (''I'll try to keep the wiki page up-to-date with the available info when I'm active.'')


== Users owning this device ==
== Users owning this device ==
Line 91: Line 94:
| Panel
| Panel
| FT8716
| FT8716
| Y
| N
|  
|  
| Works with the simple panel driver.
| Works with the simple panel driver.
|-
|-
| Touchscreen
| rowspan=2 | Touchscreen
| Focaltech
| Focaltech
| Y
| Y
Line 101: Line 104:
| Not the exact same chip, but the driver works.
| Not the exact same chip, but the driver works.
|-
|-
| Touchscreen
| Goodix GT1X
| Goodix GT1X
| Y
| Y
Line 133: Line 135:


== GPU ==
== GPU ==
The freedreno driver currently suffers from bugs causing large amounts of rendering artifacts on FD5xx chips. This can be worked around, at least for Phosh, by setting the environment variable <code>FD_MESA_DEBUG=inorder</code>.
The freedreno driver currently suffers from bugs causing large amounts of rendering artifacts on FD5xx chips. This can be worked around, at least for Phosh, by setting the environment variable <code>FD_MESA_DEBUG=inorder,gmem</code>.


== Mainline ==
== Mainline ==
Mainline is somewhat easy to get up and running. The only thing missing is DTS and drivers for ''few'' things.
The mainline kernel is somewhat easy to get up and running. The only things missing are the device tree and drivers for a ''few'' things.


== Downstream ==
== Downstream ==
LineageOS' kernel can be used, but it needs few patches to make it work.
The LineageOS kernel can be used, but it needs a few patches to make it work ''properly''.


== See also ==
== See also ==
* [https://github.com/LineageOS/android_kernel_nokia_sdm660 LineageOS kernel]
* [https://wiki.lineageos.org/devices/PL2/ LineageOS device page]
* [https://github.com/sdm660-mainline/linux SDM660 Mainline kernel]
** [https://github.com/LineageOS/android_kernel_nokia_sdm660 LineageOS kernel]
* [[Qualcomm_Snapdragon_660_(SDM660)|Qualcomm Snapdragon 630 (SDM630)]]
** [https://github.com/LineageOS/android_device_nokia_sdm660-common LineageOS common files]
** [https://github.com/LineageOS/android_device_nokia_PL2 LineageOS device specific files]
* [https://github.com/sdm660-mainline/linux/pull/6 W.I.P. Device Tree PR]

Latest revision as of 10:53, 3 April 2025

This device has been tested with postmarketOS, but its device package has not yet been added to the postmarketOS repositories.
This means that it cannot be selected in pmbootstrap.
HMD Global Nokia 6.1
Nokia 6.1
Nokia 6.1
Manufacturer HMD Global
Name Nokia 6.1
Codename nokia-PL2
Released 2018
Type handset
Hardware
Chipset Qualcomm Snapdragon 630 (SDM630)
CPU Octa-core 2.2 GHz Cortex-A53
GPU Adreno 508
Display 1080x1920 IPS
Storage 32/64 GB
Memory 3/4 GB
Architecture aarch64
Software
Original software Android
Original version 8.1
Extended version 10
postmarketOS
Category testing
Pre-built images no
Mainline partial
postmarketOS kernel 4.4.302
Features
Flashing
Works
USB Networking
Partial
Internal storage
No data
SD card
No data
Battery
Partial
Screen
Partial
Touchscreen
Partial
Multimedia
3D Acceleration
No data
Audio
No data
Camera
No data
Camera Flash
No data
Connectivity
WiFi
No data
Bluetooth
No data
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
USB OTG
No data
Sensors
Accelerometer
No data
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Haptics
No data

Contributors

  • FieryFlames
  • Frost_I7 (I'll try to keep the wiki page up-to-date with the available info when I'm active.)

Users owning this device


How to enter flash mode

Hold Power + Volume Down (while connected to the USB) to boot into the fastboot.


Hardware

Note W.I.P.
Feature Hardware Mainline Links Notes
GPU Adreno 508 Y Mainline driver
Panel FT8716 N Works with the simple panel driver.
Touchscreen Focaltech Y Mainline driver Not the exact same chip, but the driver works.
Goodix GT1X Y Mainline driver
Wi-Fi WCN3990 Y Mainline driver
Accelerometer
Gyroscope
BMI160 Y Mainline driver
Magnetometer MMC3630KJ N
Ambient Light
Proximity
STK3X1X Y Mainline driver

GPU

The freedreno driver currently suffers from bugs causing large amounts of rendering artifacts on FD5xx chips. This can be worked around, at least for Phosh, by setting the environment variable FD_MESA_DEBUG=inorder,gmem.

Mainline

The mainline kernel is somewhat easy to get up and running. The only things missing are the device tree and drivers for a few things.

Downstream

The LineageOS kernel can be used, but it needs a few patches to make it work properly.

See also