From 958084c4697cf35c81b42ddcb54d9140a229bab7 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 20 Jul 2024 07:22:44 +0200 Subject: [PATCH] Initial commit. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..41fb84f --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +PiRogue images +============== + +This repository contains the tools required to build “historical” PiRogue images, +targeting Raspberry Pi 3 and Raspberry Pi 4. + +**Experimental** support for the Raspberry Pi 5 is provided as well. As of July +2024, it is brand new, and further upgrades of packages like `raspi-firmware` +(on the Debian side), or `linux-image-*` and `firmware-brcm80211` (on the +Raspberry OS side) might be problematic. + +It operates by turning pristine +[Debian-provided images for Raspberry Pi](https://raspi.debian.net/) into +images ready to deploy PiRogue Tool Suite packages. In the future the same might +happen for [Debian-provided cloud images](https://cloud.debian.org/images/cloud/).