Draft: huawei-venus: new device
Add Huawei P9 lite (venus) Using downstream kernel. Device boots, is accessible via ssh via usb, but the backlight is off
Merge request reports
Activity
- Resolved by Administrator
please squash the two commits. if you need help doing that, let us know!
By clayton craft on 2021-07-18T07:38:45
Edited by Ghost User@marijan.limov sorry I just saw this, for some reason gitlab doesn't always notify me of replies...
Since you're just squashing the commits and don't need to do anything else fancy with them, probably the simplest way is to just use
git reset
to remove the commits (your changes are kept, they'll just be dirty files in the repo), and re-stage/make a new single commit:$ git reset HEAD~5 # you have 5 new commits in this branch that you want to merge to the master branch $ git add device/testing/device-huawei-venus device/testing/linux-huawei-venus $ git commit -m "huawei-venus: new device"
By clayton craft on 2021-08-19T01:33:27
Edited by Ghost User
added category::device label
Sorry to bother you @marijan.limov,
but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping
@postmarketOS
. You can also ask on matrix in #devel:postmarketos.org or #postmarketos-devel on OFTC. If no further activity occurs in this MR, postmarketOS developers may close it in the future.Thanks for your contribution.
By * postmarketOS Bot on 2021-09-23T16:00:02
I did some more testing:
- It needs
echo 255 > /sys/devices/platform/hisi_fb.1048577/leds/lcd_backlight0/brightness
to enable the display initially. (don't know whats the propper way to automate this...) - It needs
msm-fb-refresher
dependency according to https://wiki.postmarketos.org/wiki/Troubleshooting:display#Screen_does_not_refresh ascat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode
refreshes the screen
By Johannes Hörmann on 2021-12-24T00:19:01
Edited by Ghost User- It needs
Thanks, but that did it only partially: now it is active and I can see the boot screen, but after that it turns off again and I have to enable it manually.
However, the msm-fb-refresher fix works very nice. Now even touch works as expected
For now I have the updated repo here: https://gitlab.com/al1gat0r/pmaports/-/commits/huawei-venus
By Johannes Hörmann on 2021-12-24T00:56:28
Sorry to bother you @marijan.limov,
but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping
@postmarketOS
. You can also ask on matrix in #devel:postmarketos.org or #postmarketos-devel on OFTC. If no further activity occurs in this MR, postmarketOS developers may close it in the future.Thanks for your contribution.
By * postmarketOS Bot on 2022-01-23T01:00:02