<DC-IRC>
<rpardini> `./compile.sh BOARD=rpi4b BRANCH=edge` or `BRANCH=current` are both broken on `main`, some missing DTB thing. Only for me?
<DC-IRC>
<Tenkawa> @rpardini on main src?
<DC-IRC>
<rpardini> yep
<DC-IRC>
<Tenkawa> I'll pull and test
<DC-IRC>
<rpardini> please, I remember we had some DTB crazy during 6.1 due to Foundation changing things
<DC-IRC>
<rpardini> but I didn't follow up
<DC-IRC>
<Tenkawa> rpi, dtb craziness.... imagine that
<DC-IRC>
<Tenkawa> lo
<DC-IRC>
<Tenkawa> lol...
<DC-IRC>
<Tenkawa> rpi + anything = diceroll
<DC-IRC>
<rpardini> this ☝️
<DC-IRC>
<rpardini> 4 months later and it comes and bites in my 4$$
<DC-IRC>
<rpardini> probably some .config juggling and all is good, is my bet
<DC-IRC>
<Tenkawa> ok its running
<DC-IRC>
<Tenkawa> @rpardini this?
<DC-IRC>
<Tenkawa> [🌱] flash-kernel [ Raspberry Pi 4 Model B ]
<DC-IRC>
<Tenkawa> [🔨] Using DTB: bcm2711-rpi-4-b.dtb
<DC-IRC>
<Tenkawa> [🔨] Couldn't find DTB bcm2711-rpi-4-b.dtb on the following paths: /etc/flash-kernel/dtbs /usr/lib/linux-image-6.1.19-bcm2711 /lib/firmware/6.1.19-bcm2711/device-tree/
<DC-IRC>
<Tenkawa> [🔨] Installing into /boot/dtbs/6.1.19-bcm2711/./bcm2711-rpi-4-b.dtb
<DC-IRC>
<Tenkawa> @rpardini found it
<DC-IRC>
<Tenkawa> its broke because no kernel was built separately
<DC-IRC>
<Tenkawa> no.. it finds a second error
<DC-IRC>
<Tenkawa> just a sec
<DC-IRC>
<Tenkawa> Yeah it looks like the debs are there but they are never extracted
<DC-IRC>
<Tenkawa> (at first glance without too deep analysis)
<DC-IRC>
<Tenkawa> Yeah it looks like the debs are there but they are never extracted for the kernel/dtbs
<DC-IRC>
<rpardini> yeah exactly that problem, I dunno if it's actually missing DTBs, or in the wrong place, or not at all
<DC-IRC>
<rpardini> or just frakking Ubuntu breaking flash-kernel _again_
<DC-IRC>
<rpardini> I regret this whole rpi4b thing deeply
<DC-IRC>
<Tenkawa> no
<DC-IRC>
<Tenkawa> looks like the build skipped the dts step completely
<DC-IRC>
<Tenkawa> dts are there but no dtbs in the source output
<DC-IRC>
<Tenkawa> there are .ko modules though
<DC-IRC>
<Tenkawa> so it messed up before packaging