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>
[Discord] <Narga> Creating a patch worked 😁
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC>
[Discord] <mecoblock> Is this over HDMI? Is everything being recognized correctly?
<DC-IRC>
[Discord] <dam's> Hello, is there any interest in testing the rolling release to see if my screen is supported or is there no point and it's better to wait for a major release?
<DC-IRC>
[Discord] <Narga> Yes this is over HDMI. I'll have to build and test with a desktop environment though if advanced HDMI, like higher resolution and stuff is working.
<DC-IRC>
[Discord] <Narga> From a brief test yesterday, all the USB ports seem to work. I'm gonna test NVMe next.
<DC-IRC>
[Discord] <Narga> There are features that I likely won't test though, like HDMI-in and Audio out.
<DC-IRC>
[Discord] <Narga> Thanks! I see now why you removed the auto-patcher part.
<DC-IRC>
[Discord] <Narga> Does this work without adding the board dtb to the makefile though?
<DC-IRC>
[Discord] <Narga> Also, once the dts for a new device is finished and working, would it be better to commit this to armbian/rockchip-kernel and the board config file to armbian/build?
<DC-IRC>
[Discord] <Narga> Instead of putting both in armbian/build
<DC-IRC>
[Discord] <amazingfate> It's better to have dts in repo armbian/linux-rockchip, since we have full control of this repo.
<DC-IRC>
[Discord] <Narga> Yeah sorry, that's what I meant.
<DC-IRC>
[Discord] <Narga> I'll send a PR with thr dts file to armbian/linux-rockchip and another one with the armbian board config to armbian/build when I'm finished
<DC-IRC>
[Discord] <mecoblock> I'm looking forward to it, not planning on buying the board anytime soon but that would make me consider it
<DC-IRC>
[Discord] <mecoblock> I was trying to learn how to add device support and when trying to build with my patches I get this error.
<DC-IRC>
[Discord] <mecoblock> ``` BOOT_SOC not defined for scenario 'spl-blobs' for BOARD'=H96-V58' and BOOTCONFIG='H96_V58_defconfig' ``` my patches add kernel dtb, uboot dtb, uboot defconfig
<DC-IRC>
[Discord] <mecoblock> Any idea what I'm missing?
<DC-IRC>
[Discord] <viraniac> I believe ansering that will require a peek into H96_V58_defconfig
<DC-IRC>
[Discord] <mecoblock> It's copied from NanoPi T6 and edited the dtb name
<DC-IRC>
[Discord] <mecoblock> It's copied from NanoPi T6 Patch and edited the dtb name
<DC-IRC>
[Discord] <mecoblock> In legacy
<DC-IRC>
[Discord] <viraniac> Sorry, misunderstood that its coming from u-boot. Have you added BOOT_SOC in your board config?
<DC-IRC>
[Discord] <mecoblock> I have not do I need to set it to RK3588?
<DC-IRC>
[Discord] <viraniac> if thats your SoC, then yes.
<DC-IRC>
[Discord] <mecoblock> Thanks I missed it!
<DC-IRC>
[Discord] <lanefu> Yeah sorry @Narga I forgot that rk3588 legacy is kind of the exception for how device tree patches are managed