On Tue, 11 Jul 2023 07:31:19 +0000 Yifei Zhan <openbsd@zhan.science> wrote:
> I recently got my hands on a PinePhone Pro and tried to run OpenBSD > on it. Installation went well but as expected most components are > still missing drivers so far. > Cool > From my experiment with OpenBSD 7.3-current (GENERIC.MP) #2182: ...snip... > - Built in wlan adapter is detected, no firmware provided by OpenBSD, > loading the one I used on Linux made it possible to read the MAC > address and bring bwfm0 up, but still cannnot scan for network. > > (with brcmfmac43455-sdio.bin as firmware aka cyfmac43455-sdio.bin) > > bwfm0 at sdmmc0 function 1 > You can try firmware from here: http://firmware.openbsd.org/firmware/ at least that one is known to work with OpenBSD. This will normally be downloaded by fwupdate after you 1st bring up the system. If you want to load it during install it would normally need a USB-stick though (not sure of you can partition the SD card and place it there) or might copy it to the emcc before starting obsd :) ...snip...