Jump to content

Xiaomi Mi Note 2 (xiaomi-scorpio): Difference between revisions

From postmarketOS Wiki
Tooniis (talk | contribs)
Mainline: Update battery status
Knuxify (talk | contribs)
m gitlab.com -> gitlab.postmarketos.org (bot edit)
 
(32 intermediate revisions by 8 users not shown)
Line 3: Line 3:
| name = Mi Note 2
| name = Mi Note 2
| codename = xiaomi-scorpio
| codename = xiaomi-scorpio
| image = File:Xiaomi-scorpio-phosh.jpg
| image = File:Xiaomi-scorpio-phosh-2023-05-05.jpg
| imagecaption = Xiaomi Mi Note 2 running Phosh
| imagecaption = Xiaomi Mi Note 2 running Phosh
| releaseyear = 2016
| releaseyear = 2016
| category = community
| category = community
| originalsoftware = Android 6.0 (Marshmallow), MIUI 8.2 - Upgradeable to Android 8.0
| originalsoftware = Android (MIUI)
| chipset = Qualcomm MSM8996Pro Snapdragon 821
| originalversion = 6.0 (MIUI 8.2)
| extendedversion = 8.0
| chipset = Qualcomm Snapdragon 821 (MSM8996Pro)
| cpu = 2x 2.34 GHz Kryo & 2x 2.19 GHz Kryo
| cpu = 2x 2.34 GHz Kryo & 2x 2.19 GHz Kryo
| gpu = Adreno 530
| gpu = Adreno 530
Line 15: Line 17:
| memory = 4/6 GB
| memory = 4/6 GB
| architecture = aarch64
| architecture = aarch64
| type = Handset
| status_usbnet = Y
| status_usbnet = Y
| status_flashing = Y
| status_flashing = Y
| status_touch = Y
| status_touch = Y
| status_screen = Y
| status_screen = Y
| status_wifi = P
| status_wifi = Y
| status_xwayland = Y
| status_xwayland = Y
| status_fde = P
| status_fde = P
Line 25: Line 28:
| status_battery = P
| status_battery = P
| status_3d = Y
| status_3d = Y
| status_accel = N
| status_audio = P
| status_audio = P
| status_bluetooth = Y
| status_bluetooth = Y
| status_camera = N
| status_camera = P
| status_cameraflash = N
| status_gps = N
| status_gps = N
| status_mobiledata = N
| status_mobiledata = N
Line 35: Line 38:
| status_otg = Y
| status_otg = Y
| status_nfc = Y
| status_nfc = Y
| status_accel = N
| status_magnet = N
| status_light = N
| status_proximity = N
| status_hall = N
| status_barometer = N
| status_powersensor = -
| status_dvb = -
| status_keyboard = -
| status_touchpad = -
| status_usba = -
| status_hdmidp = -
| status_irtx = Y
| status_irtx = Y
| status_irrx = -
| status_stylus = -
| status_haptics = Y
| status_ethernet = -
| status_trustzone = N
| status =
| status =
| booting = yes
| booting = yes
| whet_dhry = 2636.3
| whet_dhry = 2636.3
Line 54: Line 75:


== Installation ==
== Installation ==
You will need to [https://en.miui.com/unlock/ unlock the bootloader] in order to be able to flash anything onto the phone.
You will need to [https://en.miui.com/unlock/download_en.html unlock the bootloader] in order to be able to flash anything onto the phone.


[https://forum.xda-developers.com/mi-note-2/development/recovery-twrp-xiaomi-mi-note-2-t3774171 Installing TWRP] before doing anything else is recommended, as it makes dealing with the phone easier later on, and allows for quick restoration by taking backups of <code>/system</code> and <code>/boot</code>, then flashing them back in order to restore the device to its original state. Note that this method has only been tested with LineageOS, and running its installation ZIP in TWRP after restoring the backup was necessary to get it to boot, otherwise it would just keep loading forever.
[https://forum.xda-developers.com/mi-note-2/development/recovery-twrp-xiaomi-mi-note-2-t3774171 Installing TWRP] before doing anything else is recommended, as it makes dealing with the phone easier later on, and allows for quick restoration by taking backups of <code>/system</code> and <code>/boot</code>, then flashing them back in order to restore the device to its original state. Note that this method has only been tested with LineageOS, and running its installation ZIP in TWRP after restoring the backup was necessary to get it to boot, otherwise it would just keep loading forever.
Line 61: Line 82:
{{warning|Flashing to the data partition will erase all user data! Make sure all important files are backed up before flashing.}}
{{warning|Flashing to the data partition will erase all user data! Make sure all important files are backed up before flashing.}}


=== Prebuilt Images ===
=== Pre-built Images ===
Official images are available for this device. Those can be directly flashed with fastboot for a quick install.
Follow the [[installation]] article to download image files.
==== Picking images ====
Choose an image for your device from the [https://postmarketos.org/download/ download] page.


==== Installing ====
{{note|Replace <code><image></code> with the name of your image where necessary.}}
{{note|Replace <code><image></code> with the name of your image where necessary.}}
Once downloaded, decompress the images with <code>xz</code>:
Once downloaded, decompress the images with <code>xz</code>:
Line 74: Line 92:
* <code>/system</code>: ~3.2 GB. Will allow you to keep the main part of your existing Android installation as well as your data.
* <code>/system</code>: ~3.2 GB. Will allow you to keep the main part of your existing Android installation as well as your data.
  $ fastboot flash system <image>-xiaomi-scorpio.img
  $ fastboot flash system <image>-xiaomi-scorpio.img
* <code>/data</code>: Extends close to the remaining size of your storage. Will wipe your Android installation along with your data.
* <code>/userdata</code>: Extends close to the remaining size of your storage. Will wipe your Android installation along with your data.
  $ fastboot flash data <image>-xiaomi-scorpio.img
  $ fastboot flash userdata <image>-xiaomi-scorpio.img
Then you may either flash the boot image:
Then you may either flash the boot image:
  $ fastboot flash boot <image>-xiaomi-scorpio-boot.img
  $ fastboot flash boot <image>-xiaomi-scorpio-boot.img
Line 82: Line 100:


=== Manual Build ===
=== Manual Build ===
====Initialization and Building====
To build your own image, follow the [[pmbootstrap]] article.
Follow the [https://wiki.postmarketos.org/wiki/Installation_guide Installaton Guide] to initialize pmbootstrap and build/install everything necessary.
 
====Flashing====
Once you reach the flashing step:
Once you reach the flashing step:
* Flash the rootfs:
* Flash the rootfs:
Line 95: Line 112:


== Mainline ==
== Mainline ==
[https://gitlab.com/msm8996-mainline/linux-msm8996 Kernel fork]
[https://gitlab.com/msm8996-mainline/linux MSM8996 common mainline kernel fork]
{|class="wikitable feature-colors"
{|class="wikitable feature-colors"
! Feature
! Feature
Line 122: Line 139:
| Adreno 530<sup>1</sup>
| Adreno 530<sup>1</sup>
| Y
| Y
| Somewhat glitchy, causes some artifacts and tearing on GNOME at least.
|
|-
|-
|WiFi
|WiFi
| QCA6174a -> PCIe
| rowspan = 2 | QCA6174a
| Y
| Y
|
|
|-
|-
|Bluetooth
|Bluetooth
| QCA6174a -> UART
| Y
| Y
|
|
|-
|-
|Modem
|Modem
| MSS<sup>1</sup>
| rowspan = 2 | MSS<sup>1</sup>
| P
| P
| Sending and receiving SMS works.
| Sending and receiving SMS works.
Line 141: Line 157:


Calls have not been tested, and while it might be technically possible to make and receive calls,
Calls have not been tested, and while it might be technically possible to make and receive calls,
it will not be of much use since the earpiece and microphones are not working.
it will not be of much use since modem audio routing hasn't been managed yet.  
|-
|GNSS
| N
| requires [https://gitlab.com/gpsd/gpsd/-/merge_requests/139 PDS support in gpsd]
|-
|-
|NFC
|NFC
Line 157: Line 177:
TAS2555 (Speaker)
TAS2555 (Speaker)
| P
| P
|Headphones output only. Headphones mic input is very quiet for some reason.
| Speaker codec will require a driver.  
Will require a driver for speaker codec.
|-
|-
|Video Codec
|Video Codec
Line 169: Line 188:
SMB1351<sup>2</sup>
SMB1351<sup>2</sup>
| P
| P
| Fuel gauge works. Charger currently defaults to ~1.5A from charging ports so it charges relatively slowly. Fast charging will require extra handling in the PMI8996 SMBCharger driver, and for even faster charging a new driver for SMB1351.
| Fuel gauge works. Charger can reach its maximum current at 5V. Faster charging (9V) will require extra handling in the PMI8996 SMBCharger driver, and for better efficiency (and possibly even faster charging) a new driver for SMB1351.
|-
|Rear Camera
| Sensor: Sony IMX318
Lens Actuator: Asahi Kasei Microelectronics AK7375
| P
|Sensor has a basic driver with support for 3 modes and analogue gain control.
|-
|-
|Cameras
|Front Camera
| Main: IMX318
|Sensor: Sony IMX268
Front: IMX268
| N
| N
|Will require drivers for both camera modules.
| Needs a driver.
|-
|-
|Sensors
|Sensors
| SLPI<sup>1,2</sup>
| SLPI/SSC<sup>1,2</sup>
Gyroscope/Accelerometer: LSM6DSM
Gyroscope/Accelerometer: LSM6DSM


Line 187: Line 211:
Proximity + Light: CM36686
Proximity + Light: CM36686
| N
| N
| Will require a driver for SLPI.
| [https://gitlab.com/msm8996-mainline/linux/-/commits/msm8996-staging-smgr Work in progress SSC driver].
|-
|-
|Touchscreen
|Touchscreen
Line 202: Line 226:
| FPC1020  
| FPC1020  
| N
| N
| Will require a driver.
| [https://gitlab.com/msm8996-mainline/linux/-/commits/msm8996-staging-fingerprint/ Work in progress fingerprint subsystem and driver].
Currently not supported by libfprint due to its small resolution of 192x56. The new [https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/418 sigfm algorithm implementation] may change this, however.
|-
|-
|Buttons
|Buttons
Line 231: Line 256:
* <del>System crashes when modem and ADSP get powered up at the same time.</del> Fixed temporarily through {{MR|2283|pmaports}}.
* <del>System crashes when modem and ADSP get powered up at the same time.</del> Fixed temporarily through {{MR|2283|pmaports}}.
* <del>USB VBUS turns off instantly when a USB device is plugged into an already plugged in OTG adapter. For now the OTG adapter must be plugged into the phone with the USB device plugged into it already.</del> [https://gitlab.com/msm8996-mainline/linux/-/blob/da790adbe536ff276f9efed4264b7669f97a95ff/drivers/power/supply/qcom_smbcharger.c#L320-329 Fixed].
* <del>USB VBUS turns off instantly when a USB device is plugged into an already plugged in OTG adapter. For now the OTG adapter must be plugged into the phone with the USB device plugged into it already.</del> [https://gitlab.com/msm8996-mainline/linux/-/blob/da790adbe536ff276f9efed4264b7669f97a95ff/drivers/power/supply/qcom_smbcharger.c#L320-329 Fixed].
* WiFi range is bad. This is due to lack of board firmware. Supplying board firmware made from the vendor firmware for the downstream QCA_CLD driver makes it lose all APs in a scan as soon as an attempt is made to connect to one of them, which means it is impossible to connect.
* <del>WiFi range is bad. This is due to lack of board firmware. Supplying board firmware made from the vendor firmware for the downstream QCA_CLD driver makes it lose all APs in a scan as soon as an attempt is made to connect to one of them, which means it is impossible to connect.</del> Fixed in {{MR|3271|pmaports}}.


== See also ==
== See also ==
Line 238: Line 263:
* {{MR|2063|pmaports}} Switch to mainline kernel fork
* {{MR|2063|pmaports}} Switch to mainline kernel fork


* [https://gitlab.com/postmarketOS/pmaports/-/tree/4d8473e255bb5872034ad96eac53b5cb61914780/device/testing/linux-xiaomi-scorpio Old downstream kernel package]
* [https://gitlab.postmarketos.org/postmarketOS/pmaports/-/tree/4d8473e255bb5872034ad96eac53b5cb61914780/device/testing/linux-xiaomi-scorpio Old downstream kernel package]

Latest revision as of 15:13, 4 November 2024

Xiaomi Mi Note 2
Xiaomi Mi Note 2 running Phosh
Xiaomi Mi Note 2 running Phosh
Manufacturer Xiaomi
Name Mi Note 2
Codename xiaomi-scorpio
Released 2016
Type handset
Hardware
Chipset Qualcomm Snapdragon 821 (MSM8996Pro)
CPU 2x 2.34 GHz Kryo & 2x 2.19 GHz Kryo
GPU Adreno 530
Display 1080x1920 OLED
Storage UFS 2.0 64/128GB
Memory 4/6 GB
Architecture aarch64
Software
Original software Android (MIUI)
Original version 6.0 (MIUI 8.2)
Extended version 8.0
postmarketOS
Category community
Pre-built images yes
Unixbench Whet/Dhry score 2636.3
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Partial
Screen
Works
Touchscreen
Works
Multimedia
3D Acceleration
Works
Audio
Partial
Camera
Partial
Camera Flash
Broken
IR TX
Works
Connectivity
WiFi
Works
Bluetooth
Works
GPS
Broken
NFC
Works
Modem
Calls
Broken
SMS
Partial
Mobile data
Broken
Miscellaneous
FDE
Partial
USB OTG
Works
Sensors
Accelerometer
Broken
Magnetometer
Broken
Ambient Light
Broken
Proximity
Broken
Hall Effect
Broken
Haptics
Works
Barometer
Broken

Contributors

  • Tooniis

Maintainer(s)

  • Tooniis

Users owning this device

  • Pairman (Notes: 4+64GB, postmarketOS)
  • Tooniis (Notes: 64GB Storage, 4GB Memory)


How to enter flash mode

Hold Power + Volume Down while the phone is turned off. This will make the phone boot into fastboot mode

Installation

You will need to unlock the bootloader in order to be able to flash anything onto the phone.

Installing TWRP before doing anything else is recommended, as it makes dealing with the phone easier later on, and allows for quick restoration by taking backups of /system and /boot, then flashing them back in order to restore the device to its original state. Note that this method has only been tested with LineageOS, and running its installation ZIP in TWRP after restoring the backup was necessary to get it to boot, otherwise it would just keep loading forever.

Note NOTE: Flashing to the system and boot partitions will wipe the Android core but will leave all apps and user files. If you want to be able to easily restore Android, it is recommended to backup both partitions using the method above.
Warning WARNING: Flashing to the data partition will erase all user data! Make sure all important files are backed up before flashing.

Pre-built Images

Follow the installation article to download image files.

Note Replace <image> with the name of your image where necessary.

Once downloaded, decompress the images with xz:

$ xz -d <image>-xiaomi-scorpio.img.xz
$ xz -d <image>-xiaomi-scorpio-boot.img.xz

Once decompressed, you may flash the main image to either:

  • /system: ~3.2 GB. Will allow you to keep the main part of your existing Android installation as well as your data.
$ fastboot flash system <image>-xiaomi-scorpio.img
  • /userdata: Extends close to the remaining size of your storage. Will wipe your Android installation along with your data.
$ fastboot flash userdata <image>-xiaomi-scorpio.img

Then you may either flash the boot image:

$ fastboot flash boot <image>-xiaomi-scorpio-boot.img

or boot it directly without flashing:

$ fastboot boot <image>-xiaomi-scorpio-boot.img

Manual Build

To build your own image, follow the pmbootstrap article.

Once you reach the flashing step:

  • Flash the rootfs:
$ pmbootstrap flasher flash_rootfs
Note NOTE: If you need more space in the rootfs, you can also flash to the data partition by appending --partition data to this command. More information about the partitions can be found in the prebuilt images section above.
  • Flash the kernel and initramfs to the boot partition:
$ pmbootstrap flasher flash_kernel

You can also avoid flashing them and instead, boot the kernel directly:

$ pmbootstrap flasher boot

Mainline

MSM8996 common mainline kernel fork

Feature Components Status
USB TI TUSB320L (extcon)

PMI8996 SMBCharger (OTG supply)

Y SMBCharger OTG VBUS driver not upstream.
UFS Samsung KLUCG4J1CB-B0B1 (64GB variant) Y
Display MDSS1,2

LG Display SW43101

Y Panel driver not upstream yet.
GPU Adreno 5301 Y
WiFi QCA6174a Y
Bluetooth Y
Modem MSS1 P Sending and receiving SMS works.

Mobile data will require a driver for IPA.

Calls have not been tested, and while it might be technically possible to make and receive calls, it will not be of much use since modem audio routing hasn't been managed yet.

GNSS N requires PDS support in gpsd
NFC NXP PN548 Y
IR Transmitter PM8994 LPG2 Y
Audio Codec WCD9335 (Headphones, earpiece, microphones)

TAS2555 (Speaker)

P Speaker codec will require a driver.
Video Codec Venus1 Y Tested with gst-launch-1.0 videotestsrc ! videoconvert ! v4l2vp8enc ! queue ! v4l2vp8dec ! xvimagesink
Battery PMI8996 SMBCharger/Fuel gauge2

SMB13512

P Fuel gauge works. Charger can reach its maximum current at 5V. Faster charging (9V) will require extra handling in the PMI8996 SMBCharger driver, and for better efficiency (and possibly even faster charging) a new driver for SMB1351.
Rear Camera Sensor: Sony IMX318

Lens Actuator: Asahi Kasei Microelectronics AK7375

P Sensor has a basic driver with support for 3 modes and analogue gain control.
Front Camera Sensor: Sony IMX268 N Needs a driver.
Sensors SLPI/SSC1,2

Gyroscope/Accelerometer: LSM6DSM

Magnetometer: AK09915

Pressure: BMP280

Proximity + Light: CM36686

N Work in progress SSC driver.
Touchscreen Atmel MaxTouch Y
Touchkeys Cypress StreetFighter Y
Fingerprint Reader FPC1020 N Work in progress fingerprint subsystem and driver.

Currently not supported by libfprint due to its small resolution of 192x56. The new sigfm algorithm implementation may change this, however.

Buttons TLMM1,2/PM8996 GPIO2 (Home, Volume Up)

PM8994 PON/RESIN2 (Power, Volume Down)

Y
Haptics PMI8996 Haptics2 Y Driver not upstream yet.
LEDs PM8994 LPG2 (Keypad backlights)

PMI8996 LPG/Flash2 (Status light, Flash)

P Will require a driver for flash.

1: Internal component

2: Driver of component

Known issues:

  • The display comes up blue after initialization sometimes. Rebooting makes it work usually. This issue has not appeared since MSM DRM was set to be compiled as a module. Should be completely resolved with the addition of an interconnect driver.
  • System locks up when accessing memory intensively. This might be caused by writing to a protected area of memory. Adding this reserved memory region fixed it.
  • System crashes when modem and ADSP get powered up at the same time. Fixed temporarily through pmaports!2283.
  • USB VBUS turns off instantly when a USB device is plugged into an already plugged in OTG adapter. For now the OTG adapter must be plugged into the phone with the USB device plugged into it already. Fixed.
  • WiFi range is bad. This is due to lack of board firmware. Supplying board firmware made from the vendor firmware for the downstream QCA_CLD driver makes it lose all APs in a scan as soon as an attempt is made to connect to one of them, which means it is impossible to connect. Fixed in pmaports!3271.

See also