xiaomi-aries: initial device support with MoKee kernel
The last merge request of this device was !168 (closed)
Finally got display working, but it's based on MoKee kernel which is also hosted on GitHub by community.
So what works:
- USB Networking
- Flashing
- Touchscreen
- Display
- Weston with Xwayland
And I got a problem. The device boots and shows the splash screen properly, after about 3 sec the screen went black. I had to echo 127 > /sys/devices/i2c-0/0-0038/leds/lm3530-backlight/brightness
to make the backlight work, even though the value of it was already 127
Merge request reports
Activity
mentioned in merge request !168 (closed)
By Wenrui LI on 2019-01-24T04:33:42
added 11 commits
-
6bceef0e...02f73e7e - 10 commits from branch
postmarketOS:master
- b82df54a - xiaomi-aries: new device (Xiaomi Mi2) (!171 (merged))
By Oliver Smith on 2019-01-25T08:53:08
-
6bceef0e...02f73e7e - 10 commits from branch
added 1 commit
- 79e655f6 - xiaomi-aries: new device (Xiaomi Mi2) (!171 (merged))
By Oliver Smith on 2019-01-25T08:53:48
Changes look good, thank you very much for this port @Lwrless!
(Also the flash mode image looks cute, thanks for making a photo of that
)And I got a problem. The device boots and shows the splash screen properly, after about 3 sec the screen went black. I had to
echo 127 > /sys/devices/i2c-0/0-0038/leds/lm3530-backlight/brightness
to make the backlight work, even though the value of it was already127
You could try if this gets fixed by msm-fb-refresher, or write a similar tool / make it more generic to write this brightness parameter too. Or you could directly fix it in your kernel (search for lm3530-backlight, maybe there is a timer that turns it off automatically?).
And of course there's also mainlining as highest effort, but best solution.
By Oliver Smith on 2019-01-25T08:58:09
mentioned in commit 79e655f6
By Wenrui LI on 2019-01-25T08:58:15
mentioned in commit a9f6d643
By Wenrui LI on 2019-02-14T19:42:53