cp-- has quit [Read error: Connection reset by peer]
<tokyovigilante>
is there any way to dump clock values from the BSP kernel? I've got line out audio working, but only playing back at half rate
<tokyovigilante>
the audio codec register dump looks good (ie matches BSP)
<tokyovigilante>
ah yup, BSP PLL_AUDIO_CTRL_REG is 01 27 04 89, mine is currently 01 15 02 29
JohnDoe_71Rus has joined #linux-sunxi
bauen1 has quit [Read error: Connection reset by peer]
bauen1 has joined #linux-sunxi
<tokyovigilante>
Interestingly, have gone through the -ng CCU driver for the H616, and dumped registers for the vendor BSP and mainline kernel, and it would appear that the IOSC autocalibration is being enabled, which is annoying because I am seeing significant clock skew and BT instability still
apritzel has joined #linux-sunxi
<tokyovigilante>
GOT IT
<tokyovigilante>
[ 212.363239] Using 32 bit FIR filter for rate 22050
<tokyovigilante>
Just setting the wrong sample rate
<tokyovigilante>
oh no, maybe the right one...
<tokyovigilante>
MPEG 2.0 L III cbr56 22050
<tokyovigilante>
hmmm
Robot_ has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
<loki666>
tokyovigilante, how to check if DT is correctly applied? I can see that uboot is loading it, how can I check it?
<tokyovigilante>
If u-boot loads it, that's fine, I mean just confirm the correct version is loaded, for example with the IOMMU node, and not an older/different version
junari has joined #linux-sunxi
chewitt has joined #linux-sunxi
Robot_ has quit [Ping timeout: 480 seconds]
chewitt has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
<loki666>
yes, I'm sure it's the one build from the kernel tree
<loki666>
tokyovigilante, if you want to test my buildroot, "make anbernic_rg35xx_plus_defconfig" but it actually use rg35xx-h dts (shouldn't matter)
warpme has joined #linux-sunxi
<loki666>
I can also upload the final sdimage.img if you want
<loki666>
you'll need to modprobe cpufreq sunxi nvmem driver
<loki666>
stress-ng is installed, I don't think you'll need to run it for long period, usually it crash early (my gut tells me it's the cpu freq transition that crash), just launch multiple times for 10s
<loki666>
password: root/linux
<loki666>
also on my device, cpu freq doesn't seems to ever go below 1008000
<junari>
warpme: i change some your patches for opi-zero3 that was applyed to manjaro linux kernel 6.9.4. Looks like now only iommu, cpufreq and BT doesn't work