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> <mlp> thanks
<DC-IRC> <amazingfate> Does khadas edge2 have one headphone jack?
<DC-IRC> <amazingfate> This commit from khadas is interesting: https://github.com/armbian/linux-rockchip/commit/0f8095979ba1a6ab9e5b0dc1050f0dda3e77dcc9.
<DC-IRC> <amazingfate> Rock5B also uses es8316 but it will work without this. Is this commit necessary on khadas edge2? @rpardini
<DC-IRC> <RichN> whats the word on the rk3399 mving back to mainline kernel ?
<DC-IRC> <RichN> for the t4 ?
* DC-IRC <jkent> pops in and makes a note that he'd still be interested in helping with this
<DC-IRC> <wchill> not sure where to ask this, but I have a nanopc t6 and noticed it doesn't come with the rk_hdmirx driver. tried to compile from source using the dts I dumped from my board and I get the following errors:
<DC-IRC> <wchill> ```
<DC-IRC> <wchill> ERROR: modpost: "sip_hdcp_config" [drivers/media/platform/rockchip/hdmirx/rockchip-hdmirx.ko] undefined!
<DC-IRC> <wchill> ERROR: modpost: "sip_hdcp_request_share_memory" [drivers/media/platform/rockchip/hdmirx/rockchip-hdmirx.ko] undefined!
<DC-IRC> <wchill> ERROR: modpost: "cpu_logical_map" [drivers/media/platform/rockchip/hdmirx/rockchip-hdmirx.ko] undefined!
<DC-IRC> <wchill> ```
<DC-IRC> <wchill> wondering what I'm missing here, any tips? iirc rock5b ships with this driver already so I don't know why I can't seem to compile it
<DC-IRC> <RichN> the board is new and not supported yet
<DC-IRC> <RichN> wchill there is work needed on the board
<DC-IRC> <RichN> the devicetree will need alot fo work to work with 6.1
<DC-IRC> <RichN> its old and not mainlined
<DC-IRC> <RichN> Tony and I are waiting on boards so that the board can be made to work
<DC-IRC> <RichN> I am hoping also to sell my t4 with 12o gig ssd
<DC-IRC> <RichN> to someone who can give it a good home and work on it
<DC-IRC> <wchill> I know it's not supported by armbian, but I'm running into this issue even with the vendor kernel and devicetree
<DC-IRC> <wchill> outside of armbian build scripts
<DC-IRC> <wchill> I'm thinking of just taking the rk3588 legacy kernel from armbian, compiling for the rock 5b, and then just copying the rk_hdmirx.ko file from the build - would that actually work?