From 9b75ee40a4632991ac13686745bd2085ba3b7503 Mon Sep 17 00:00:00 2001 From: mycognosist Date: Mon, 1 Jun 2020 08:24:59 +0100 Subject: [PATCH] Add basic info about choice of Debian over Raspbian --- src/software/operating_system/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/software/operating_system/index.md b/src/software/operating_system/index.md index b039d95..35f1168 100644 --- a/src/software/operating_system/index.md +++ b/src/software/operating_system/index.md @@ -1,3 +1,12 @@ # Operating System PeachCloud runs an _unofficial_ [preview image](https://people.debian.org/~gwolf/raspberrypi3/20190628/) of Debian 10 (Buster). Kernel version: 4.19.0-5-arm64. + +Debian was chosen over the Raspbian operating system for several reasons: + + - Full ARM64 support, unlike Raspbian which uses 32 bit mode + - Flexibile deployment to a range of single board computers + - Access to latest code in Debian testing + - Relatively lightweight base install ( < 2GB ) + +The downsides to this approach are a lack of support (most online resources assume use of Raspbian) and a minimal set of drivers on the base install.