Post #2932267
2026-02-25 03:12 UTC
@valpackett@social.treehouse.systems Oh, interesting. Might take a look then. Thanks for tips!
I don’t think so either, I’ve got BT working just fine :akko_shrug:
I’ve got ADSP running, but sensors are haunting me. I’ve discovered just now that hexagonrpcd doesn’t serve files from correct directory on systemd, it tries to load files from android dirs (/mnt/vendor/persist/sensors/ etc) so when I run monitor-sensor, nothing showed up.
Now I edited the systemd unit to manually specify -R /usr/share/qcom/sdm710/Xiaomi/pyxis and got rotation working (but it’s off by 180 degrees, I probably need to add udev rule to correct orientation like we had to do on Chromebooks).
[ 14.091277] qcom-venus aa00000.video-codec: non legacy binding
[ 14.091854] ath10k_snoc 18800000.wifi: supply vdd-3.3-ch1 not found, using dummy regulator
[ 14.093520] remoteproc remoteproc1: releasing 4080000.remoteproc
[ 14.094276] qcom-q6v5-mss 4080000.remoteproc: failed to acquire pdc reset
[ 14.094924] remoteproc remoteproc1: releasing 4080000.remoteproc
[ 14.104941] remoteproc remoteproc1: 4080000.remoteproc is available
[ 14.177072] remoteproc remoteproc0: remote processor cdsp is now up
[ 14.195049] qcom-camss acb3000.isp: supply vdda-pll not found, using dummy regulator
[ 14.199833] qcom-camss acb3000.isp: supply vdda-pll not found, using dummy regulator
[ 14.204567] qcom-camss acb3000.isp: supply vdda-pll not found, using dummy regulator
[ 14.217691] remoteproc remoteproc2: powering up adsp
[ 14.234416] remoteproc remoteproc2: Booting fw image qcom/sdm710/pyxis/adsp.mbn, size 18100484
[ 14.245245] nfc: nfc_init: NFC Core ver 0.1
[ 14.245749] NET: Registered PF_NFC protocol family
[ 14.251761] rtc-pm8xxx c440000.spmi:pmic@0:rtc@6000: registered as rtc0
[ 14.251907] rtc-pm8xxx c440000.spmi:pmic@0:rtc@6000: setting system clock to 1970-05-26T11:15:21 UTC (12568521)
[ 14.254890] systemd-journald[566]: Time jumped backwards, rotating.
[ 14.372386] input: spmi_haptics as /devices/platform/soc@0/c440000.spmi/spmi-0/0-01/c440000.spmi:pmic@1:haptics@c000/input/input4
[ 14.454885] remoteproc remoteproc2: remote processor adsp is now up
Replies (1)
-
@elly@donotsta.re 2026-03-23 01:40
@valpackett@social.treehouse.systems quick update for you: that patch sadly didn't do anything