Jump to content

Xiaomi Mi 10 Lite 5G (xiaomi-monet): Difference between revisions

From postmarketOS Wiki
mNo edit summary
Updated status from WIP repo
Line 22: Line 22:
<!-- Features -->
<!-- Features -->
<!-- the following status_* questions should be answered with Y for yes, P for partial, N for no, - for N/A or unavailable, or left blank for untested or unknown -->
<!-- the following status_* questions should be answered with Y for yes, P for partial, N for no, - for N/A or unavailable, or left blank for untested or unknown -->
| status_usbnet = <!-- USB networking does work? then put Y here and delete this comment -->
| status_usbnet = Y
| status_flashing = <!-- Flashing with "pmbootstrap flasher" works? Put Y here. It works the same for everything coming below. -->
| status_flashing = Y
| status_touch = <!-- Touch screen is working? You can also answer these questions with P for partially. -->
| status_touch = <!-- Touch screen is working? You can also answer these questions with P for partially. -->
| status_screen = <!-- The display is working? -->
| status_screen = <!-- The display is working? -->
Line 51: Line 51:
| status_powersensor = <!-- Power sensor works -->
| status_powersensor = <!-- Power sensor works -->
<!-- Misc -->
<!-- Misc -->
| status_dvb = - <!-- Built-in TV receiver works -->
| status_cameraflash = <!-- Camera flash/torch works -->
| status_cameraflash = <!-- Camera flash/torch works -->
| status_keyboard = - <!-- Keyboard works (Mark "-" if device doesn't have a keyboard) -->
| status_keyboard = - <!-- Keyboard works (Mark "-" if device doesn't have a keyboard) -->
| status_touchpad = - <!-- Touchpad works (Usually applicable to laptops) -->
| status_touchpad = - <!-- Touchpad works (Usually applicable to laptops) -->
| status_usba = - <!-- Full-sized USB-A port works (Usually applicable to SBCs and laptops) -->
| status_sdcard = - <!-- SD/UFS card works -->
| status_sdcard = - <!-- SD/UFS card works -->
| status_hdmidp = <!-- Video and audio output with HDMI or DisplayPort works -->
| status_hdmidp = <!-- Video and audio output with HDMI or DisplayPort works -->
| status_irtx = <!-- Infrared (IR) transmit works -->
| status_irtx = <!-- Infrared (IR) transmit works -->
| status_irrx = <!-- Infrared (IR) receive works -->
| status_stylus = - <!--  -->
| status_haptics = <!--  -->
| status_haptics = <!--  -->
| status_ethernet = <!--  -->
| status_ethernet = <!--  -->
Line 94: Line 90:


== How to enter flash mode ==
== How to enter flash mode ==
* '''Fastboot''': Power on the device with both {{Button|Power}} and {{Button|Volume Down}} buttons
* '''Recovery''': Power on the device with both {{Button|Power}} and {{Button|Volume Up}} buttons


== Installation ==
== Installation ==
<source lang="shell-session">
$ pmbootstrap install
$ pmbootstrap flasher flash_dtbo
$ pmbootstrap flasher flash_rootfs
$ pmbootstrap flasher flash_kernel
</source>


<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->


== See also ==
== See also ==
 
* [https://gitlab.com/Augis154/pmaports WIP repo]
Device boots using
<source lang="shell-session">
$ pmbootstrap flasher boot
</source>
It shows up in dmesg but does not start USB networking
 
I am unable to test anything involving flashing because it is my main device.
 
* {{Device package|xiaomi-monet}}
* {{Device package|xiaomi-monet}}
* {{Kernel package|xiaomi-monet}}
* {{Kernel package|xiaomi-monet}}
Line 118: Line 114:
You can also add normal web links:
You can also add normal web links:
* [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page]
* [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page]
-->
<!--
If you manage to get your device packages merged, uncomment links below and change DEVICE_CODENAME with the actual one.
* {{Device package|DEVICE_CODENAME}}
* {{Kernel package|DEVICE_CODENAME}}
-->
-->

Revision as of 11:58, 19 January 2024

Xiaomi Mi 10 Lite 5G
Xiaomi Mi 10 Lite 5G
Xiaomi Mi 10 Lite 5G
Manufacturer Xiaomi
Name Mi 10 Lite 5G
Codename xiaomi-monet
Model M2002J9G
Released 2020
Type handset
Hardware
Chipset Qualcomm Snapdragon 765G (SM7250)
CPU 1x2.4 GHz Kryo 475 Prime & 1x2.2 GHz Kryo 475 Gold & 6x1.8 GHz Kryo 475 Silver
GPU Adreno 620
Display 1080 x 2400 AMOLED
Storage 64G / 128G / 256G
Memory 6G / 8G
Architecture aarch64
Software
Original software Android (MIUI)
Original version 10 (MIUI 12)
postmarketOS
Category testing
Pre-built images no
postmarketOS kernel Downstream: 4.19.113
Unixbench Whet/Dhry score 0.0
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
Battery
No data
Screen
No data
Touchscreen
No data
Multimedia
3D Acceleration
No data
Audio
No data
Camera
No data
Camera Flash
No data
IR TX
No data
Connectivity
WiFi
No data
Bluetooth
No data
Ethernet
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
HDMI/DP
No data
Sensors
Accelerometer
No data
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data
Power Sensor
No data


Contributors

  • Augis154

Users owning this device


How to enter flash mode

  • Fastboot: Power on the device with both Power and Volume Down buttons
  • Recovery: Power on the device with both Power and Volume Up buttons

Installation

$ pmbootstrap install
$ pmbootstrap flasher flash_dtbo
$ pmbootstrap flasher flash_rootfs
$ pmbootstrap flasher flash_kernel


See also