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> <r​pardini> I've heard of ppl with success on rk356x but not heard of 99
<Armbian-Discord> <T​onymac32> I probably didn't even have a good image 🤷‍♂️
<Armbian-Discord> <g​ambl0r> 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> <g​ambl0r> I should add that it builds successfully but fails to boot. boot output is here: https://pastebin.com/qJV8zWAj
<Armbian-Discord> <r​pardini> @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> <g​ambl0r> yeah, attempting to get Home Assistant Operating System built for the orange pi 4 lts, having hard time with uboot
<Armbian-Discord> <r​pardini> 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> <g​ambl0r> thanks, I can do that as I have armbian installed on the emmc
<Armbian-Discord> <r​pardini> 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> <r​pardini> (in other words: might be Armbian HEAD is also broken 🤣 )
<Armbian-Discord> <g​ambl0r> 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> <r​pardini> could be, but still, you'd not know if you're looking at a binary produced by that exact patch... ¯_(ツ)_/¯
<Armbian-Discord> <g​ambl0r> btw, if you wanted to try a build: https://github.com/luvienm/operating-system 🙂
<Armbian-Discord> <g​ambl0r> ok, I can build from source no worries
<Armbian-Discord> <g​ambl0r> I already have the repo cloned and I've built a few uboot debs to see what I could see
<Armbian-Discord> <r​pardini> Thanks, I don't have a OPi4 😉 But I did similar with other boards for HassOS (and LibreELEC) so just sharing.
<Armbian-Discord> <g​ambl0r> thanks for the suggestions, much appreciated.