Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 2021-09-26-netbsd-raspi-aarch64.img



From: Jared McNeill <jmcneill%invisible.ca@localhost>
Subject: Re: 2021-09-26-netbsd-raspi-aarch64.img
Date: Sun, 26 Sep 2021 07:28:18 -0300 (ADT)

> You can make a copy of the NVRAM file:
> /libdata/firmware/if_bwfm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
> to
> /libdata/firmware/if_bwfm/brcmfmac43455-sdio.Raspberry Pi 4 Model
> B.txt
> I wanted to add a symlink in the build but couldn't figure out how to
> make it work with LINKS and a file with spaces in the name.

Thanx! 
bwfm0: Found Firmware file: brcmfmac43455-sdio.bin
bwfm0: NVRAM file default:    brcmfmac43455-sdio.txt
bwfm0: NVRAM file model-spec: brcmfmac43455-sdio.Raspberry Pi 4 Model B.txt
bwfm0: Found NVRAM file: brcmfmac43455-sdio.Raspberry Pi 4 Model B.txt
bwfm0: CHIPACTIVE
bwfm0: wl0: Mar  1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4
bwfm0: address dc:a6:32:03:31:c9


FROM=brcmfmac43455-sdio.raspberrypi,4-model-b.txt
TO="brcmfmac43455-sdio.Raspberry Pi 4 Model B.txt"

ln:
        ln -s ${FROM} ${TO}

--
Jun Ebihara


Home | Main Index | Thread Index | Old Index