Hi Matheus and [email protected], I have OpenBSD 6.9 successfully running on multiple Raspberry Pi 3Bs without any issues. The one that is having issues is a 4B. I am following the instructions at:
https://ftp.openbsd.org/pub/OpenBSD/6.9/arm64/INSTALL.arm64 and when I try to boot up, I get: Connected to /dev/cuaU0 (speed 115200) U-Boot 2021.01 (Apr 16 2021 - 15:39:01 +1000) DRAM: 3.9 GiB RPI 4 Model B (0xc03114) MMC: mmcnr@7e300000: 1, emmc2@7e340000: 0 Loading Environment from FAT... *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: probe failed, error -110 No working controllers found Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device "Synchronous Abort" handler, esr 0x96000044 elr: 000000000009bca0 lr : 000000000009c8ac (reloc) elr: 000000003b377ca0 lr : 000000003b3788ac x0 : 616353206f686365 x1 : 000000000000000a x2 : 000000003b3d30e0 x3 : 0000000000000002 x4 : 000000003af62410 x5 : 000000003af62430 x6 : 0000000000000021 x7 : 000000003b3d30a0 x8 : 000000003aff2a00 x9 : 0000000000000008 x10: 000000003af61a20 x11: 000000003af66ca0 x12: 0000000000000000 x13: 0000000000000200 x14: 000000003af4be78 x15: 0000000000000002 x16: 0000000000004110 x17: 28c8348020481a20 x18: 000000003af57da0 x19: 000000003af62420 x20: 000000003af62420 x21: 0000000000000020 x22: 000000003b3d30f0 x23: 000000003b3d3000 x24: 0000000000000003 x25: 0000000000000030 x26: 000000003af62410 x27: 0000000000000000 x28: 000000003af61460 x29: 000000003af4abd0 Code: 8b21cc42 f85f0440 a9010880 f9000844 (f9000c04) Resetting CPU ... resetting ... I downloaded following image from : https://cdn.openbsd.org/pub/OpenBSD/6.9/arm64/miniroot69.img and copied it to a microSD card, on an OpenBSD desktop running 6.9 using the following command: doas dd if=miniroot69.img of=/dev/rsd5c bs=1m Then, inserted the microSD card into the RPi4b and got the above error. Not sure what the following means and if it is responsible for my woes: Bus xhci_pci: probe failed, error -110 No working controllers found Thank you. joseph On Sat, Sep 25, 2021 at 10:03:44AM -0300, Nenhum_de_Nos wrote: > On Fri, September 24, 2021 16:51, Joseph Olatt wrote: > > Hi, > > > > I'm trying to load OpenBSD on a Raspberry Pi 4 Model B and I'm not > > having much luck. I've tried OpenBSD 6.9's miniroot69.img and the > > install process does not go past the U-Boot prompt. > > > > I tried miniroot70.img from the snapshots directory, as of today, and > > after displaying the following line: > > > > bwfm0: failed loadfirmware of file > > brcmfmac43455-sdio.raspberrypi,4-model-b.bin > > > > it reboots. > > > > Anybody else have success installing OpenBSD on this particular > > hardware? Any insights or suggestions? > > > > Thank you. > > joseph > > Hi Joseph, > > I followed https://ftp.openbsd.org/pub/OpenBSD/6.9/arm64/INSTALL.arm64 and > got two Raspberry Pi (3B and 4B) running fine since 6.8: > > OpenBSD 6.9 (GENERIC.MP) #2: Tue Aug 10 08:28:07 MDT 2021 > > [email protected]:/usr/src/sys/arch/arm64/compile/GENERIC.MP > real mem = 4111179776 (3920MB) > avail mem = 3952427008 (3769MB) > random: good seed from bootblocks > mainbus0 at root: Raspberry Pi 4 Model B Rev 1.1 > cpu0 at mainbus0 mpidr 0: ARM Cortex-A72 r0p3 > cpu0: 48KB 64b/line 3-way L1 PIPT I-cache, 32KB 64b/line 2-way L1 D-cache > cpu0: 1024KB 64b/line 16-way L2 cache > cpu0: CRC32,ASID16 > cpu1 at mainbus0 mpidr 1: ARM Cortex-A72 r0p3 > cpu1: 48KB 64b/line 3-way L1 PIPT I-cache, 32KB 64b/line 2-way L1 D-cache > cpu1: 1024KB 64b/line 16-way L2 cache > cpu1: CRC32,ASID16 > cpu2 at mainbus0 mpidr 2: ARM Cortex-A72 r0p3 > cpu2: 48KB 64b/line 3-way L1 PIPT I-cache, 32KB 64b/line 2-way L1 D-cache > cpu2: 1024KB 64b/line 16-way L2 cache > cpu2: CRC32,ASID16 > cpu3 at mainbus0 mpidr 3: ARM Cortex-A72 r0p3 > cpu3: 48KB 64b/line 3-way L1 PIPT I-cache, 32KB 64b/line 2-way L1 D-cache > cpu3: 1024KB 64b/line 16-way L2 cache > cpu3: CRC32,ASID16 > efi0 at mainbus0: UEFI 2.8 > efi0: Das U-Boot rev 0x20210100 > apm0 at mainbus0 > simplefb0 at mainbus0: 640x480, 32bpp > wsdisplay0 at simplefb0 mux 1 > wsdisplay0: screen 0-5 added (std, vt100 emulation) > "system" at mainbus0 not configured > "axi" at mainbus0 not configured > simplebus0 at mainbus0: "soc" > bcmclock0 at simplebus0 > bcmmbox0 at simplebus0 > > matheus > > -- > "We will call you Cygnus, > the God of balance you shall be."

