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
<Armbian-Discord>
<rpardini> I've heard of ppl with success on rk356x but not heard of 99
<Armbian-Discord>
<Tonymac32> I probably didn't even have a good image 🤷♂️
<Armbian-Discord>
<gambl0r> Hello, I'm attempting to use buildroot to build upstream uboot 2022.04 and I'm using the patch from armbian to add board support for an orange pi 4 lts. Does anyone know if this is the only patch required?
<Armbian-Discord>
<gambl0r> I should add that it builds successfully but fails to boot. boot output is here: https://pastebin.com/qJV8zWAj
<Armbian-Discord>
<rpardini> @gambl0r Probably not the only patch "required", no. Our rockchip64 patches is a bit of a mess and others in same folder might influence. Also, rockchip64_common.inc has a large amount of handlings for the (spl/tpl/ddr/etc) blobs, which you'd also have to reproduce somehow. Are you trying to bringup the OPi4LTS for HassOS?
<Armbian-Discord>
<gambl0r> yeah, attempting to get Home Assistant Operating System built for the orange pi 4 lts, having hard time with uboot
<Armbian-Discord>
<rpardini> suggestion, grab the UART logs from a freshly built Armbian, grab same from your HassOS build, and compare side by side, find differences. I'd bet it is more blob-related than u-boot related...
<Armbian-Discord>
<gambl0r> thanks, I can do that as I have armbian installed on the emmc
<Armbian-Discord>
<rpardini> Yeah, but make sure to build Armbian from sources so you're actually comparing the results of the actual patches you see in the code; if using a prebuilt image it might be you're looking at older version...
<Armbian-Discord>
<rpardini> (in other words: might be Armbian HEAD is also broken 🤣 )
<Armbian-Discord>
<gambl0r> how about comparing armbian 5.15.93-rockchip64 #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023 aarch64 GNU/Linux with the latest u-boot deb installed via armbian-config ?
<Armbian-Discord>
<rpardini> could be, but still, you'd not know if you're looking at a binary produced by that exact patch... ¯_(ツ)_/¯