I am trying to install Debian Bullseye. I have Tow-Boot already installed to SPI.
From http://http.us.debian.org/debian/dists/b...rd-images/ I downloaded 'partition.img,gz' and 'firmware.pinebook-pro-rk3399.img.gz' and combined them as per the accompanying README:
I then used Disk Image Writer to write the resulting image to SD.
The PBP/Tow-Boot boots the installer and I get to select Location, Language, Locale and Keyboard. The installer then probes the networking hardware and reports:
I assumed this firmware would have been in the firmware image I used to create the installer.
I searched online but couldn't find these files.
On an SD card with Debian installed with Daniel Thompson's installer (unfortunately not longer working) I found 2 brcm directories with the following files:
BCM4345C5.hcd
brcmfmac43456-sdio.clm_blob
brcmfmac43456-sdio.txt
nvram_ap6256.txt
brcmfmac43456-sdio.bin
brcmfmac43456-sdio.pine64,pinebook-pro.txt
fw_bcm43456c5_ag.bin
Notably there is no 'brcmfmac43456-sdio.pine64,pinebook-pro.bin', but there is a .txt file with the same name.
I copied all these files to a USB thumb drive (EXT4). Running the installer again and answering 'Yes' to the 'Load missing firmware from removable media?' question only results in the installer repeating the question. Selecting 'No' gets me to a list of drivers to choose from but none of the Broadcom drivers selectable work.
What am I doing wrong?
From http://http.us.debian.org/debian/dists/b...rd-images/ I downloaded 'partition.img,gz' and 'firmware.pinebook-pro-rk3399.img.gz' and combined them as per the accompanying README:
Code:
zcat ~/firmware.pinebook-pro-rk3399.img.gz ~/partition.img.gz > ~/complete_image.img
I then used Disk Image Writer to write the resulting image to SD.
The PBP/Tow-Boot boots the installer and I get to select Location, Language, Locale and Keyboard. The installer then probes the networking hardware and reports:
Quote:[!] Detect network hardware
Some of your hardware needs non-free firmware files to operate. The firmware can be loaded from removable media such as a USB stick or floppy. The missing firmware files are:
brcm/brcmfmac43456-sdio.pine64,pinebook-pro.bin
brcm/brcmfmac43456-sdio.bin
If you have such media available now, insert it, and continue.
Load missing firmware from removable media? [Yes/No]
I assumed this firmware would have been in the firmware image I used to create the installer.
I searched online but couldn't find these files.
On an SD card with Debian installed with Daniel Thompson's installer (unfortunately not longer working) I found 2 brcm directories with the following files:
BCM4345C5.hcd
brcmfmac43456-sdio.clm_blob
brcmfmac43456-sdio.txt
nvram_ap6256.txt
brcmfmac43456-sdio.bin
brcmfmac43456-sdio.pine64,pinebook-pro.txt
fw_bcm43456c5_ag.bin
Notably there is no 'brcmfmac43456-sdio.pine64,pinebook-pro.bin', but there is a .txt file with the same name.
I copied all these files to a USB thumb drive (EXT4). Running the installer again and answering 'Yes' to the 'Load missing firmware from removable media?' question only results in the installer repeating the question. Selecting 'No' gets me to a list of drivers to choose from but none of the Broadcom drivers selectable work.
What am I doing wrong?