MichaIng
MichaIng
No problem. Let's see if someone else reports the same issue. If so, then I can remove the kernel for that SBC from our repository, knowing it was not a...
Many thanks for testing. Just to rule it our: you are definitely using revision 2.1, not 1.1, right? ```sh cat /proc/device-tree/model ```
Hmm, 6.12.35 (from the crash output) is not the version of the package released on Sep 11th. 6.12.46 should be it. Can you show this please: ```sh ls -l /boot...
On Armbian, there was a commit related to initramfs errors: https://github.com/armbian/build/commit/1f8c83c It states to affect some RK3588 boards only, but the change was in more generic device tree handling code....
I see now here it happened when the WiFi driver was about to be loaded. Since the device tree does not trigger this driver to be loaded automatically, we load...
Okay, at least we found the culprit. Now I also see `modprobe` in the (first) kernel error. But I am not good in identifying/deriving the possible part of the driver...
On Orange Pi Zero 3 the driver works fine. Though on first boot, I saw some kernel panic as well. Hence retried with UART adapter, and indeed on first boot...