Jump to content

Xiaomi Redmi S2 / Redmi Y2 (xiaomi-ysl): Difference between revisions

From postmarketOS Wiki
Bczeman (talk | contribs)
No edit summary
Line 28: Line 28:
| status_battery = Y
| status_battery = Y
| status_3d = Y
| status_3d = Y
| status_audio = N
| status_audio = P
| status_bluetooth = Y
| status_bluetooth = Y
| status_camera = N
| status_camera = N

Revision as of 23:02, 17 July 2023

Xiaomi Redmi S2
Redmi Y2
Manufacturer Xiaomi
Name Redmi S2
Redmi Y2
Codename xiaomi-ysl
Released 2018
Hardware
Chipset Qualcomm Snapdragon 625 (MSM8953)
CPU Octa-core 2.0 GHz Cortex-A53
GPU Adreno 506
Display 720 x 1440 IPS
Storage 32 GB / 64 GB
Memory 3 GB / 4 GB
Architecture aarch64
Software
Android 8.1
Android 8.1
postmarketOS
Category testing
yes
6.3
Device package device-xiaomi-ysl
Kernel package linux-postmarketos-qcom-msm8953
Features
Works
Works
Works
Works
Touchscreen
Works
Untested
Untested
Multimedia
3D Acceleration
Works
Partial
Camera
Broken
Connectivity
WiFi
Works
Bluetooth
Works
GPS
Broken
Modem
Calls
Partial
SMS
Partial
Mobile data
Broken
Miscellaneous
Untested
Untested
Untested
Untested
Sensors
Works
Broken
Ambient Light
Broken
Proximity
Broken
Broken
Untested


Maintainer(s)

User:Bczeman

Users owning this device


How to enter flash mode

Press Power and Volume Down(fastboot mode)

Installation

On your host machine, install arm-none-eabi-gcc toolchain and follow the instructions below

git clone https://github.com/msm8953-mainline/lk2nd
cd lk2nd
make TOOLCHAIN_PREFIX=arm-none-eabi- msm8953-secondary
fastboot flash boot build-msm8953-secondary/lk2nd.img
fastboot reboot

Boot your device. Once you see the Xiaomi logo and the startup vibration, hold the Volume Down. You should now see a version of the fastboot screen with selectable entries (use Volume buttons to select between) and a summary of your device specs. This is lk2nd's fastboot mode and you can now continue the normal flashing procedure.


Follow the Installation guide

If using recovery zip, boot into lk2nd and flash boot.img into lk2nd using

$ fastboot flash boot boot.img, then hit the power button to reboot

See also