Power & Source of Big Ideas

Hello, We created a vanilla Buildroot Image for Nano Pi R2S Plus. Then we tried to activate the watchdog by adding a linux config fragment: ``` CONFIG_WATCHDOG=y CONFIG_WATCHDOG_CORE=y CONFIG_DW_WATCHDOG=y ``` When then writing a byte to "/dev/watchdog0" the watchdog gets activated and 30 ...
I created my own Buildroot Image from a vanilla Buildroot 2025.02.1 . Everything works when using one of FriendlyElecs Binary Images (so there is no Hardware Failure). But when using my own Image WLAN is not recognized. The driver (RTW88_8822CS) can be loaded via modprobe but it is not recognized as...