update project status
This commit is contained in:
parent
2ea7a78a2b
commit
853a9a1fb9
1 changed files with 21 additions and 14 deletions
35
README.md
35
README.md
|
@ -10,45 +10,52 @@ Some notes on my work getting Mobian to run on the Xperia 10 III (codename pdx21
|
|||
### To Do
|
||||
|
||||
- getting remaining hardware working (incomplete list)
|
||||
- downstram DT mentions three flash LEDs, but I think there's only one -> need help figuring out whether there are really more.
|
||||
|
||||
### Done
|
||||
|
||||
- getting a first half broken Mobian build that boots
|
||||
- getting the display to display stuff
|
||||
|
||||
## Kernel Work
|
||||
|
||||
I'm currently working on this branch: https://salsa.debian.org/erebion/linux/-/tree/sm6350-6.16-y_erebion_wip?ref_type=heads
|
||||
I'm currently working here: https://github.com/sm6350-mainline/linux/pull/1
|
||||
|
||||
It's very chaotic for now. Current goal is just to get a somewhat usable phone, then I'll clean up.
|
||||
Current goal is just to get a somewhat usable phone, then tidying everything up and trying to support everything else that I can support without writing new drivers..
|
||||
|
||||
Note: I'm rebasing occasionally to make sure it does not become too chaotic, so pulling from that repo will lead to merge conflicts.
|
||||
|
||||
I've added the following to the Device Tree:
|
||||
### Device Tree Status
|
||||
|
||||
- working
|
||||
- Panel
|
||||
- flash LEDs
|
||||
- Touch
|
||||
- untested
|
||||
- RTC (seems something in the Device Tree is incorrect missing)
|
||||
- Wifi
|
||||
- ADSP
|
||||
- Bluetooth
|
||||
- CDSP
|
||||
- IPA
|
||||
- Modem
|
||||
- RTC
|
||||
- Sound
|
||||
|
||||
I'll need help for:
|
||||
- Getting full graphics support
|
||||
- aux_bridge.aux_bridge aux_bridge.aux_bridge.0: error -ENODEV: failed to acquire drm_bridge -> what does that even mean..?
|
||||
- Thermal Zones (no idea what I need to do)
|
||||
- Thermal Sensors
|
||||
- Wifi
|
||||
- not yet added & low priority (lowest priority last)
|
||||
- camera
|
||||
- NFC
|
||||
- fingerprint reader
|
||||
|
||||
I'll need help for:
|
||||
- Thermal Sensors / Thermal Zones (no idea what I need to do)
|
||||
- PMIC
|
||||
- vibration module
|
||||
- USB-C
|
||||
- Camera
|
||||
- fast charging stuff
|
||||
- upstreaming the changes to the kernel, can someone else please do that? Thanks.
|
||||
- vibration module
|
||||
- NFC
|
||||
|
||||
And I will also need help with upstreaming the changes to the kernel, can someone else please do that? Thanks.
|
||||
|
||||
(highest priority first)
|
||||
|
||||
## Mobian Work
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue