- Sep 20 2024 12:01:58 UTC: hns: There are two ways to measure how much the battery is filled. Either by measuring the voltage and interpolate linearly. Or by a coulomb counter (bq27421) which takes into account that the battery voltage is not rising linearly. The /root/charger script reads out both and they differ.
- Sep 19 2024 07:31:57 UTC: hns: Yes, the firmware format must always match the kernel expectations. It appears that you have to run /root/build-aess-fw to build the firmware binary from source. It is included in the omap-audio-3.15 branch. What I don't know is if it works on the OMAP5. Just tested on the PandaES (where I have...
- Sep 16 2024 05:44:38 UTC: hns: Just a quick note: I have a 3.15 kernel working on the PandaES. It still has omap-pcm.c but no omap-abe-mmap.c https://git.goldelico.com/?p=letux-kernel.git;a=tree;f=sound/soc/omap;h=d739a76c49fb209cab1621f1b00158883f546648;hb=refs/heads/omap-audio-3.15 So this might be a key to get things solved.