From afe1ce037af5f6567418537b78ae4d82a15c6adb Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 7 Jul 2020 16:12:58 -0400 Subject: [PATCH 1/2] add some missing dependencies needed for building to the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e1c7a0..2d697ef 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ git clone --recursive https://salsa.debian.org/raspi-team/image-specs.git cd image-specs ``` -For this you will first need to install the `vmdb2` package, on a -Debian Buster or higher system. +For this you will first need to install the `vmdb2`, `qemu-user-static`, +and `binfmt-support` packages on a Debian Buster (or higher) system. This repository includes a master YAML recipe (which is basically a configuration file) for all of the generated images, diverting as From b980a6e45d77e7ff0bee3d6866ec7cbd839a8cc8 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 7 Jul 2020 16:19:43 -0400 Subject: [PATCH 2/2] describe the pi4 image in the README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d697ef..ffc2f6b 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ little as possible in a parametrized way. The master recipe is A Makefile is supplied to drive the build of the recipes into images — `raspi_0w` (for the Raspberry Pi 0, 0w and 1, models A and B), -`raspi_2` (for the Raspberry Pi 2, models A and B) and `raspi_3` -(models A, B, B+). That is, if you want to build the default image for -a Raspberry Pi 3B+, you can just issue: +`raspi_2` (for the Raspberry Pi 2, models A and B), `raspi_3` +(for all models of the Raspberry Pi 3), and `raspi_4` (for all +models of the Raspberry Pi 4). That is, if you want to build the +default image for a Raspberry Pi 3B+, you can just issue: ```shell make raspi_3.img @@ -74,7 +75,7 @@ sudo dd if=raspi_3.img of=/dev/mmcblk0 bs=64k oflag=dsync status=progress Then, plug the SD card into the Raspberry Pi, and power it up. -The image uses the hostname `rpi0w`, `rpi2` or `rpi3` depending on the +The image uses the hostname `rpi0w`, `rpi2`, `rpi3`, or `rpi4` depending on the target build. The provided image will allow you to log in with the `root` account with no password set, but only logging in at the physical console (be it serial or by USB keyboard and HDMI monitor).