lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> [Discord] <mariob> usbdp = usb3 / dp
<DC-IRC> [Discord] <mariob> That phy needs to be at least powered on by the driver, otherwise not even USB2 can work.
<DC-IRC> [Discord] <mariob> That phy needs to be at least powered on by the driver, otherwise not even USB2 can work on that port.
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> [Discord] <rpardini> yeah, since the board file does not set `BOOT_FDT_FILE`, then it is up to u-boot; `orangepi-rk3399_defconfig` (in 22.07) does set `CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-orangepi.dtb"` so that's what's going to be used in the end...
<DC-IRC> [Discord] <amazingfate> Thanks, this is a much simpler way.
<DC-IRC> [Discord] <matthewcroughan> Does anybody know if there's an rk3588 board that has working audio via the everest 8311 chip that I can copy from?
<DC-IRC> [Discord] <matthewcroughan> how does audio work on the khadas-edge?
<DC-IRC> [Discord] <monkablyat> not yet and audio via jack on opi5 works here is the patch https://github.com/armbian/build/blob/main/patch/kernel/rockchip-rk3588-edge/1031-Add-missing-nodes-to-Orange-Pi-5.patch
<DC-IRC> [Discord] <matthewcroughan> the board I have comes with an es8311, but there is no kernel driver for an 8311 in mainline linux, so do you think I'm going to have to wait/
<DC-IRC> [Discord] <matthewcroughan> the board I have comes with an es8311, but there is no kernel driver for an 8311 in mainline linux, so do you think I'm going to have to wait?
<DC-IRC> [Discord] <matthewcroughan> or is it possible to share the driver
<DC-IRC> [Discord] <matthewcroughan> I've tried a few configurations, and it mostly just throws ASOC errors
<DC-IRC> [Discord] <matthewcroughan> stuff like `[ 10.742756] es8316 3-0018: ASoC: error at soc_component_write_no_lock on es8316.3-0018 for register: [0x00000000] -6`
<DC-IRC> [Discord] <monkablyat> That's a good question, unfortunately I don't know enough about mainline DTS editing yet to be able to give you a reasonable answer, I hope someone else knows better
<DC-IRC> [Discord] <matthewcroughan> do you know of other boards using an 8311?
<DC-IRC> [Discord] <matthewcroughan> actually, do you know if any of the rk3588 devices have working audio over hdmi?
<DC-IRC> [Discord] <monkablyat> rock 5b should have it however not tested yet
<DC-IRC> [Discord] <matthewcroughan> damn that's helpful
<DC-IRC> [Discord] <matthewcroughan> according to my decompiled dts this matches up
<DC-IRC> [Discord] <matthewcroughan> so I'll try it
<DC-IRC> [Discord] <matthewcroughan> hmm.. alsamixer still says no sound
<DC-IRC> [Discord] <matthewcroughan> ah maybe the branch I'm on doesn't have that code
<DC-IRC> [Discord] <matthewcroughan> I'm on the `rk3588` branch of that kernel
<DC-IRC> [Discord] <matthewcroughan> it doesn't contain that comit
<DC-IRC> [Discord] <matthewcroughan> I need to be on the rk3588-hdmi-audio branch I see
<DC-IRC> [Discord] <matthewcroughan> 6.8???
<DC-IRC> [Discord] <matthewcroughan> damnit
<DC-IRC> [Discord] <matthewcroughan> more patching!
<DC-IRC> [Discord] <matthewcroughan> ah no, the hdmi-audio branch is based on 6.9-rc1
<DC-IRC> [Discord] <matthewcroughan> ah looks like that kernel doesn't build right now @monkablyat
<DC-IRC> [Discord] <matthewcroughan> doesn't compile
<DC-IRC> [Discord] <matthewcroughan> Yeah it looks like the last commit to that branch, was a rebase, and it doesn't compile, shame