install debian on pbp
#1
Hello

I would like to create a how-to file. If there is a usb-ethernet adapter available, then the steps could look like this:

source files
bullseye
Code:
wget http://http.us.debian.org/debian/dists/bullseye/main/installer-arm64/current/images/netboot/SD-card-images/firmware.pinebook-pro-rk3399.img.gz
wget http://http.us.debian.org/debian/dists/bullseye/main/installer-arm64/current/images/netboot/SD-card-images/partition.img.gz


bookworm
Code:
wget http://http.us.debian.org/debian/dists/bookworm/main/installer-arm64/current/images/netboot/SD-card-images/firmware.pinebook-pro-rk3399.img.gz
wget http://http.us.debian.org/debian/dists/bookworm/main/installer-arm64/current/images/netboot/SD-card-images/partition.img.gz

create img file
Code:
zcat firmware.pinebook-pro-rk3399.img.gz partition.img.gz  > complete_pbp_image.img

write installer on micro-SD
identify device name of micro-SD
Code:
lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
...
sdd      8:48   1   7.4G  0 disk
└─sdd1   8:49   1 130.5M  0 part

write to micro-SD
Code:
sudo dd if=complete_pbp_image.img of=/dev/sdd bs=4k status=progress oflag=sync

boot pbp from micro-SD
boot and install on eMMC

firmware
add non-free
Code:
sudo sed --in-place -e 's/ main$/ main non-free/' /etc/apt/sources.list

install
Code:
sudo apt-get update
sudo apt-get install firmware-brcm80211 firmware-misc-nonfree raspi-firmware
  • firmware-brcm80211 holds some wifi firmware -- is this required?
  • raspi-firmware holds brcmfmac43456-sdio.bin
  • firmware-misc-nonfree holds rockchip firmware


If no usb-ethernet adapter is available, what are the necessary steps?
Would it suffice to download them, copy them to an usb stick and mount the latter on pbp?
  Reply


Messages In This Thread
install debian on pbp - by jsch - 06-19-2022, 02:29 AM
RE: install debian on pbp - by steeb - 08-28-2022, 08:19 PM
RE: install debian on pbp - by steeb - 08-31-2022, 08:37 AM
RE: install debian on pbp - by Invictvs - 09-21-2022, 10:28 PM
RE: install debian on pbp - by cz89 - 01-01-2023, 03:35 PM
RE: install debian on pbp - by cz89 - 01-01-2023, 03:39 PM
RE: install debian on pbp - by dieselnutjob - 10-18-2023, 03:50 AM
RE: install debian on pbp - by TRS-80 - 11-22-2023, 04:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to install Debian Bullseye because of missing wifi firmware Pino64 8 7,808 06-26-2025, 09:20 PM
Last Post: reukiodo
  new manjaro install: wlan0 stuck in setting network address zkajdan 5 1,602 02-19-2025, 12:49 PM
Last Post: zkajdan
  Doing a fresh install docFarto 5 1,571 02-09-2025, 02:58 PM
Last Post: mikehenson
  Attempting to install Void Linux, boots into a black screen 9a3eedi 1 2,348 09-28-2024, 09:23 AM
Last Post: throwawayforvoid
  Official Debian support moonwalkers 64 79,765 07-08-2024, 01:40 PM
Last Post: Humid Stylus
  Debian on Pinebook Pro u974615 7 4,965 03-31-2024, 10:11 AM
Last Post: u974615
  How to mainline kernel on daniel thompson's debian installer? hellojack 14 13,387 09-07-2023, 09:38 PM
Last Post: Der Geist der Maschine
  Install deepin OS on pinebook pro wangyukunshan 4 3,717 08-07-2023, 01:12 PM
Last Post: myself600
  Blank screen after Armbian 20.04 install to emmc? psychoacoustic 3 5,801 04-01-2023, 03:22 PM
Last Post: TRS-80
  unsuccessful re-install of OS for PineBookPro Valiance 3 2,946 02-14-2023, 12:49 PM
Last Post: Valiance

Forum Jump:


Users browsing this thread: 1 Guest(s)