update project status

This commit is contained in:
erebion 2025-09-24 19:12:40 +02:00
commit 853a9a1fb9

View file

@ -10,45 +10,52 @@ Some notes on my work getting Mobian to run on the Xperia 10 III (codename pdx21
### To Do ### To Do
- getting remaining hardware working (incomplete list) - 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 ### Done
- getting a first half broken Mobian build that boots - getting a first half broken Mobian build that boots
- getting the display to display stuff
## Kernel Work ## 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. 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 - working
- Panel - Panel
- flash LEDs - flash LEDs
- Touch
- untested - untested
- RTC (seems something in the Device Tree is incorrect missing)
- Wifi
- ADSP - ADSP
- Bluetooth
- CDSP - CDSP
- IPA - IPA
- Modem - Modem
- RTC
- Sound - Sound
- Wifi
I'll need help for: - not yet added & low priority (lowest priority last)
- 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
- camera - camera
- NFC - NFC
- fingerprint reader
I'll need help for:
- Thermal Sensors / Thermal Zones (no idea what I need to do)
- PMIC - PMIC
- vibration module
- USB-C - USB-C
- Camera
- fast charging stuff - 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 ## Mobian Work