commit 2ea7a78a2beb348b2a13d3fbc65373fd9569f88f Author: erebion Date: Tue Sep 2 16:27:07 2025 +0000 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..034a92f --- /dev/null +++ b/README.md @@ -0,0 +1,57 @@ +# pdx213-temp + +Some notes on my work getting Mobian to run on the Xperia 10 III (codename pdx213). + +## Status + +- amending Device Tree +- porting Mobian + +### 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 + +## 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 + +It's very chaotic for now. Current goal is just to get a somewhat usable phone, then I'll clean up. + +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: +- working + - Panel + - flash LEDs +- untested + - RTC (seems something in the Device Tree is incorrect missing) + - Wifi + - ADSP + - CDSP + - IPA + - Modem + - 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 + - camera + - NFC + - PMIC + - vibration module + - USB-C + - fast charging stuff + - upstreaming the changes to the kernel, can someone else please do that? Thanks. + +## Mobian Work + +Not much that is required in terms of changes, mainly adding the device to Mobian recipes. + +To Do: Push changes to git