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> <NamelessIdiot> Yep, also thought of this so I recheck DHCP leases but found no new lease __ _!
<DC-IRC> <Tonymac32> šŸ¤”
<DC-IRC> <joekhoobyar> I have two orangepi 3b boards arriving in a week or so. Has anybody tried to build armbian for these yet?
<DC-IRC> <lanefu> haven't heard of anybody doing so. is there any device tree source code out there?
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> <joekhoobyar> No idea. Figured Iā€™d check here first.
<DC-IRC> <joekhoobyar> Hmm:
<DC-IRC> <joekhoobyar> ```
<DC-IRC> <joekhoobyar> elif [[ $BOARD =~ orangepicm4|orangepi3b ]]; then
<DC-IRC> <joekhoobyar> BOOT_SCENARIO="${BOOT_SCENARIO:=spl-blobs}"
<DC-IRC> <joekhoobyar> BOOT_SOC=rk3568
<DC-IRC> <joekhoobyar> DDR_BLOB="${DDR_BLOB:=rk35/rk3566_ddr_1056MHz_v1.10.bin}"
<DC-IRC> <joekhoobyar> BL31_BLOB='rk35/rk3568_bl31_v1.28.elf'
<DC-IRC> <joekhoobyar> ```
<DC-IRC> <joekhoobyar> but I must admit I'm making quite questionable assumptions about the meaning of symbols in their code
<DC-IRC> <amazingfate> I did build a image for opi3b, but I don't have a board to test.
<DC-IRC> <amazingfate> I did build an image for opi3b, but I don't have a board to test.
<DC-IRC> <joekhoobyar> nice. if you can send me the details, I can try it out when i get my boards.
<DC-IRC> <joekhoobyar> do you have a PR or a fork somewhere?
<DC-IRC> <joekhoobyar> well, anyway, I don't need to go from scratch, if you have a build @amazingfate
<DC-IRC> <joekhoobyar> and it looks like it's not hopeless
<DC-IRC> <amazingfate> I haven't pushed my code. I will create some prs later.