Have you tried replacing u-boot.bin with the one from 6.9 on the FAT partition of your SD card? Doing that solved the issue for me.
https://marc.info/?l=openbsd-arm&m=163430263914511&w=2 On 10/20/21 10:12 AM, Nenhum_de_Nos wrote:
Hi, I just upgraded my RPi4B 4G router to 7.0 and, unlike the RPi3B that all worked fine, it fails to boot and the log is: softraid0 at root scsibus2 at softraid0: 256 targets root on sd0a (978f2b14852ab222.a) swap on sd0b dump on sd0b WARNING: CHECK AND RESET THE DATE! gpio0 at bcmgpio0: 58 pins bwfm0: address xx:xx:xx:xx:xx:xx panic: do_el0_error Stopped at panic+0x160: cmp w21, #0x0 TID PID UID PRFLAGS PFLAGS CPU COMMAND *501374 57858 0 0 0 0 init 7166 1 0 0x2 0 2K init db_enter() at panic+0x15c panic() at do_el0_error+0x10 athub_v2_1_set_clockgating() at handle_el0_error+0x74 handle_el0_error() at 0x14bf4fdea8 address 0x7ffffd3be8 is invalid https://www.openbsd.org/ddb.html describes the minimum info required in bug reports. Insufficient info makes it difficult to find and fix bugs. ddb{0}> reboot rebooting... Searching the internet I got to this: https://www.mail-archive.com/bugs@openbsd.org/msg17017.html So I did what was told there, disabled bcmpcie on boot and now the USB won't work. I need it for my second NIC. It was all fine on 6.9 till this morning. It was also mentioned on that mail thread that the U-Boot would matter, so mine now is U-Boot 2021.07 (Aug 12 2021 - 02:45:29 -0600) Tried to search for new U-Boot for it, no new version found so far. Will keep looking. Has anyone seen this issue on updates? Now I am confused if I finish the upgrade by running sysmerge and pkg_add -u or if I try to rollback to 6.9 where all worked fine. thanks, matheus