Update README.md

This commit is contained in:
MeexReay 2025-06-08 18:49:50 +03:00 committed by GitHub
parent c0e3e8e9fe
commit ac84541cb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@ This port also might work on angelica (without NFC) and other phones on MT6765 p
- [x] Kernel compiling - [x] Kernel compiling
- [x] Kernel booting - [x] Kernel booting
- [x] Debug shell - [x] Debug shell
- [x] Framebuffer + boot logo - [x] Loading logo
- [x] PMOS booting - [x] PMOS starting
- [x] SSH (use `ssh 172.16.42.1`) - [x] SSH (use `ssh 172.16.42.1`)
- [x] Display + Toucscreen (i3wm works) - [x] Display + Toucscreen (i3wm works)
- [ ] Built-in llvmpipe - [ ] Framebuffer and UI
## How to install ## How to install
@ -118,10 +118,15 @@ fastboot reboot
- [orangefox recovery](https://orangefox.download/device/61f1325a775bca54ef3bf25f) - [orangefox recovery](https://orangefox.download/device/61f1325a775bca54ef3bf25f)
- [mtkclient](https://github.com/bkerler/mtkclient) - [mtkclient](https://github.com/bkerler/mtkclient)
- [ubuntu touch installation](https://gist.github.com/sivinnguyen/a6f65c5af9198d40d396e11048512347) - [ubuntu touch installation](https://gist.github.com/sivinnguyen/a6f65c5af9198d40d396e11048512347)
- [ubports community redmi 9c](https://gitlab.com/ubports/porting/community-ports/android10/xiaomi-redmi-9c)
- [mt6765 wiki](https://wiki.postmarketos.org/wiki/MediaTek_Helio_P35_(MT6765))
- [booting troubleshooting](https://wiki.postmarketos.org/wiki/Troubleshooting_on-device_issues/Booting_problems) - [booting troubleshooting](https://wiki.postmarketos.org/wiki/Troubleshooting_on-device_issues/Booting_problems)
- [coloredmarble/redmi_blossom](https://github.com/coloredmarble/redmi_blossom) - [coloredmarble/redmi_blossom](https://github.com/coloredmarble/redmi_blossom)
- [working mt6765 port (lg-mmh4x)](https://wiki.postmarketos.org/wiki/LG_K40_AT%26T_(lg-mmh4x))
- [xiaomi angelica wiki](https://wiki.postmarketos.org/wiki/Xiaomi_Redmi_9C_(xiaomi-angelica)) - [xiaomi angelica wiki](https://wiki.postmarketos.org/wiki/Xiaomi_Redmi_9C_(xiaomi-angelica))
- [xiaomi dandelion wiki](https://wiki.postmarketos.org/wiki/Xiaomi_Redmi_9A_(xiaomi-dandelion)) - [xiaomi dandelion wiki](https://wiki.postmarketos.org/wiki/Xiaomi_Redmi_9A_(xiaomi-dandelion))
- [postmarket redmi 9a](https://github.com/SheatNoisette/postmarket_redmi_9a)
- [linux on redmi 9c/9a in telegram](https://t.me/linux_garden)
## Contributing ## Contributing