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] <amazingfate> rk8xx-spi spi2.0: SPI transfer timed out
<DC-IRC> [Discord] <smiggiddy> Nice, not sure how I missed that. Reverted to vendor kernel for now.
<DC-IRC> [Discord] <ioncube7221> While building a custom armbian `img` is there any `flag` that can be passed for a custom `dts` or `dtb` file?
<DC-IRC> [Discord] <ioncube7221> I have gone through it ... but I perhaps couldn't understand this particular `flag`
<DC-IRC> [Discord] <alexl83> Hi @kwiboo - you were right: `ARMV8_CRYPTO`, `ARMV8_CE_SHA1`, and `ARMV8_CE_SHA256` are broken on rockchip-rk3588: when disabled, my Radxa rock-5b boots cool with 2024.10-rc2 from your fork 🙂
<DC-IRC> [Discord] <narga_64> You simply put your new dts file into patch/kernel/rockchip-rk3588-6.11/dt
<DC-IRC> [Discord] <alexl83> Hi Guys, I'm succesfully running armbian on rock5b - official wifi+bt card (rtl8852be) unfortunately works only for wifi - no bluetooth detected by lsusb.
<DC-IRC> [Discord] <alexl83> It works on orangepi5-plus (official card for it too) - Does anyone have any experience? Could it be some missing dts node on rock-5b?
<DC-IRC> [Discord] <alexl83> also rfkill doesn't have any bluetooth entry:
<DC-IRC> [Discord] <alexl83> `0: rfkill-pcie-wlan: Wireless LAN
<DC-IRC> [Discord] <alexl83> Soft blocked: no
<DC-IRC> [Discord] <alexl83> Hard blocked: no
<DC-IRC> [Discord] <alexl83> 1: phy0: Wireless LAN
<DC-IRC> [Discord] <alexl83> Soft blocked: no
<DC-IRC> [Discord] <alexl83> Hard blocked: no
<DC-IRC> [Discord] <alexl83> `
<DC-IRC> [Discord] <lanefu> probably missing firmware blobs.
<DC-IRC> [Discord] <lanefu> could try installing armbian-firmware-full
<DC-IRC> [Discord] <lanefu> or take a closer look at this repo https://github.com/armbian/firmware
<DC-IRC> [Discord] <lanefu> that's a super unqualified guess btw. it could easily still be usb i suppose
<DC-IRC> [Discord] <alexl83> firmware is present - even without any module loaded `lsusb` should still display a realtek usb device
<DC-IRC> [Discord] <alexl83> hopefully @amazingfate can suggest us something 🙏
<DC-IRC> [Discord] <alexl83> maybe some patches were lost moving from 6.8 to 6.10 ?
<DC-IRC> [Discord] <alexl83> I'm gonna try another couple cards, to see how it reacts
<DC-IRC> [Discord] <alexl83> Damn
<DC-IRC> [Discord] <alexl83> on kernel 6.11-rc3 it woeks
<DC-IRC> [Discord] <alexl83> at least it's enumerated
<DC-IRC> [Discord] <alexl83> `Bus 006 Device 004: ID 0bda:b85b Realtek Semiconductor Corp. Bluetooth Radio`
<DC-IRC> [Discord] <alexl83> bluetooth works in 6.11
<DC-IRC> [Discord] <alexl83> will try diff-ing here and there
<DC-IRC> [Discord] <alexl83> d-t has a key difference:
<DC-IRC> [Discord] <alexl83> ` rfkill-bt {
<DC-IRC> [Discord] <alexl83> compatible = "rfkill-gpio";
<DC-IRC> [Discord] <alexl83> label = "rfkill-m2-bt";
<DC-IRC> [Discord] <alexl83> radio-type = "bluetooth";
<DC-IRC> [Discord] <alexl83> shutdown-gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
<DC-IRC> [Discord] <alexl83> };
<DC-IRC> [Discord] <alexl83> `
<DC-IRC> [Discord] <alexl83> will try brackporting
<DC-IRC> [Discord] <alexl83> will try backporting
<DC-IRC> [Discord] <alexl83> Aaaaand, it works! submitting PR!