Difference between revisions of "Xiaomi Poco F1 (xiaomi-beryllium)"
Jump to navigation
Jump to search
(add wifi service installation tips) |
|||
Line 64: | Line 64: | ||
Works with downstream: USB, panel, touchscreen, keys | Works with downstream: USB, panel, touchscreen, keys | ||
+ | |||
+ | == Enable Modem (Wifi) == | ||
+ | you need to enable some services and you need a actual firmware. | ||
+ | |||
+ | <code>sudo apk add pd-mapper rmtfs tqftpserv qrtr | ||
+ | |||
+ | sudo rc-update add tqftpserv boot | ||
+ | |||
+ | sudo rc-update add pd-mapper boot | ||
+ | |||
+ | sudo rc-update add rmtfs boot | ||
+ | |||
+ | sudo rc-update add qrtr-ns boot</code> | ||
== See also == | == See also == |
Revision as of 13:37, 8 January 2021
USB Networking |
Works |
---|---|
Flashing |
Works |
Touchscreen |
Works |
Display |
Works |
WiFi |
Works |
Xwayland |
Works |
FDE | |
Mainline |
Works |
Battery | |
3D Acceleration |
Works |
Accelerometer | |
Audio |
Partial |
Bluetooth | |
Camera | |
GPS | |
Mobile data | |
SMS | |
Calls | |
USB OTG | |
Contributors
Venji10
Maintainer(s)
Venji10
Users owning this device
How to enter flash mode
You have to press Power and Vol- to enter the bootloader.
Installation
Run pmbootstrap init
and select beryllium as device.
Choose a display environment of your choice.
Works with mainline: USB, panel (with HW acceleration), keys, WiFi, booting modem, internal storage and SDCard support (newest kernel not in pmaports yet, have to build it using envkernel)
Works with downstream: USB, panel, touchscreen, keys
Enable Modem (Wifi)
you need to enable some services and you need a actual firmware.
sudo apk add pd-mapper rmtfs tqftpserv qrtr
sudo rc-update add tqftpserv boot
sudo rc-update add pd-mapper boot
sudo rc-update add rmtfs boot
sudo rc-update add qrtr-ns boot
See also
- pmaports!1156 Initial merge request
- WIP mainline kernel: https://gitlab.com/sdm845-mainline/sdm845-linux
- Another WIP mainline kernel: https://github.com/Venji10/linux-beryllium