uli Please post the config here so I can add it.
Here is.
Also here is a link to the compiled disk image for Banana Pi M2 Zero:
https://disk.yandex.ru/d/OZtEt75p5Hh-DA
uli Also, please try to reproduce the hangs without "quiet" in the bootargs so we can see where it happens. (I added that to silence the boot messages because the serial port is slow enough to slow down the boot process noticeably.)
1.
[ 3.065243] mmc0: new high speed SDIO card at address 0001
[ 3.074368] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
[ 3.082761] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.090058] usb usb3: Product: Generic Platform OHCI controller
[ 3.096019] usb usb3: Manufacturer: Linux 6.6.21 ohci_hcd
[ 3.101461] usb usb3: SerialNumber: 1c1a400.usb
[ 3.106771] hub 3-0:1.0: USB hub found
[ 3.110614] hub 3-0:1.0: 1 port detected
[ 3.115294] Waiting for root device /dev/mmcblk0p2...
[ 3.584204] usb 3-1: new low-speed USB device number 2 using ohci-platform
[ 3.821233] usb 3-1: New USB device found, idVendor=1a81, idProduct=1004, bcdDevice= 0.01
[ 3.829491] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.836654] usb 3-1: Product: Wireless Dongle
[ 3.841029] usb 3-1: Manufacturer: G-Tech
[ 3.853718] input: G-Tech Wireless Dongle as /devices/platform/soc/1c1a400.usb/usb3/3-1/3-1:1.0/0003:1A81:1004.0001/input/input1
[ 3.924983] hid-generic 0003:1A81:1004.0001: input,hidraw0: USB HID v1.11 Keyboard [G-Tech Wireless Dongle] on usb-1c1a400.usb-1/input0
[ 3.950206] input: G-Tech Wireless Dongle Mouse as /devices/platform/soc/1c1a400.usb/usb3/3-1/3-1:1.1/0003:1A81:1004.0002/input/input2
[ 3.962528] input: G-Tech Wireless Dongle as /devices/platform/soc/1c1a400.usb/usb3/3-1/3-1:1.1/0003:1A81:1004.0002/input/input3
[ 3.974338] input: G-Tech Wireless Dongle Consumer Control as /devices/platform/soc/1c1a400.usb/usb3/3-1/3-1:1.1/0003:1A81:1004.0002/input/input4
[ 4.044361] input: G-Tech Wireless Dongle System Control as /devices/platform/soc/1c1a400.usb/usb3/3-1/3-1:1.1/0003:1A81:1004.0002/input/input5
[ 4.057762] hid-generic 0003:1A81:1004.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [G-Tech Wireless Dongle] on usb-1c1a400.usb-1/input1
- Then I turned off the USB dongle and restart Banana Pi:
[ 3.167428] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
[ 3.175742] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.182990] usb usb3: Product: Generic Platform OHCI controller
[ 3.188939] usb usb3: Manufacturer: Linux 6.6.21 ohci_hcd
[ 3.194362] usb usb3: SerialNumber: 1c1a400.usb
[ 3.199684] hub 3-0:1.0: USB hub found
[ 3.203541] hub 3-0:1.0: 1 port detected
[ 3.208257] Waiting for root device /dev/mmcblk0p2...
Next, the computer cannot be loaded, it freezes every time after clicking on the reset. But if you turn off the computer and then turn it on, then the kernel can boot. If you insert a USB dongle during "freezing", then information will be recorded in the log, and it will also be recorded if you remove the dongle. However, there is still no further loading of the kernel. I've tried recording to different SD cards, but the behavior is always the same. This is repeated whenever there is no "quiet" option. When there is a "quiet", then freezes are not so frequent and halt can be defeated by pressing reset.