From 853a9a1fb9c1428ffa648ad741ae3e5a91c1fecc Mon Sep 17 00:00:00 2001 From: erebion Date: Wed, 24 Sep 2025 19:12:40 +0200 Subject: [PATCH] update project status --- README.md | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 034a92f..8748c82 100644 --- a/README.md +++ b/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