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> <IgorPec> do we have ability and means to bump rockchip legacy also on rk3399? its broken anyway https://github.com/armbian/build/issues/4995
<DC-IRC> <amazingfate> We can use work already done by radxa: https://github.com/RadxaStephen/kernel/tree/linux-5.10-gen-rkr3.6
<DC-IRC> <amazingfate> But I don't have a rk3399 board.
<DC-IRC> <gambl0r> Hello all, I'm attempting to build home assistant operating system (dev branch) for orange pi 4 lts via buildroot and I'm using the armbian patches for board support and wifi+bt (uwe5622) drivers over kernel 6.1.19. I'm running into the following error when building: https://pastebin.com/zyB0xAJc kindly asking for any suggestions anyone may have
<DC-IRC> <gambl0r> I've listed the patches I'm using in relation to the wifi+bt drivers in the paste
<DC-IRC> <IgorPec> what has armbian to do with this?
<DC-IRC> <Werner> I suggest to ask at buildroot place. Maybe they have some clue. Our patches work fine when building Armbian using the build framework.
<DC-IRC> <Werner> Regarding the issue I guess these patches rely on some further hacks that are burrierd somewhere either in family- or board config.
<DC-IRC> <gambl0r> @IgorPec nothing, just asking in the hope someone may have a suggestion
<DC-IRC> <gambl0r> thanks @Werner I suspect it's a buildroot compiler issue of some sort
<DC-IRC> <IgorPec> its an answer that needs hours of debugging
<DC-IRC> <IgorPec> just keeping this shit driver barely functional, we have lost weeks
<DC-IRC> <IgorPec> and is still not good
<DC-IRC> <gambl0r> I have to say it works pretty well in armbian bullseye (5.15 kernel)
<DC-IRC> <IgorPec> its not in very good condition and the problems started > 6.0 due to many api changes. which are happening all the time.
<DC-IRC> <IgorPec> look forums - people have troubles and I have no idea why
<DC-IRC> <gambl0r> oh I've checked forums and a bunch of repos, I've been trying to get this going for quiet a while now
<DC-IRC> <IgorPec> and what you find out?
<DC-IRC> <gambl0r> nothing at all, just a lot of problems
<DC-IRC> <gambl0r> armbian and manjaro are the only distros that have a working driver for 6.1 kernel
<DC-IRC> <IgorPec> manjaro grabs it from us
<DC-IRC> <gambl0r> I did also see this: https://github.com/Ran-Thegoth/uwe5622 not sure if you are using the same thing
<DC-IRC> <gambl0r> for AW, not RK
<DC-IRC> <IgorPec> manjaro arm is one and a half person that is porting things from us for weekends. they are not adding anything
<DC-IRC> <IgorPec> is this driver any more recent?
<DC-IRC> <gambl0r> Not sure how to tell, only that it was uploaded 2 months ago
<DC-IRC> <gambl0r> I might try a buildroot package using that source and then patching in RK support
<DC-IRC> <IgorPec> IMO that would be waste of time. rather make a diff on source code to see if its different at all
<DC-IRC> <IgorPec> IMO its not.
<DC-IRC> <IgorPec> on my investigation on the topic - this https://github.com/orangepi-xunlong/linux-orangepi/commit/b8d7374fd401d0d0de9647922f5288fdc99103b3 is the only valuable things there is
<DC-IRC> <IgorPec> which is already integrated into our patchset
<DC-IRC> <gambl0r> thanks for the response, much appreciated