From 1154071399f9599ad17988e52eddfb1b75bca86b Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Tue, 15 Jun 2021 14:13:05 -0400 Subject: [PATCH] Bump Raspberry Pi Ubuntu Server version to 21.04 (#7650) Ubuntu 20.10 is out of support and furthermore, the Raspberry Pi imaging tool no longer includes this version. Bump the version to the current one (21.04). Either version should work fine. --- docs/BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index d0b8e5a3017a38..493c7306bac682 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -73,9 +73,9 @@ dependency. #### How to install prerequisites on Raspberry Pi 4 -Using `rpi-imager`, install the Ubuntu _20.10_ LTS 64-bit _server_ OS for arm64 -architectures on a micro SD card. This release will have bluez 5.55 which is -required for BLE functionality. +Using `rpi-imager`, install the Ubuntu _21.04_ 64-bit _server_ OS for arm64 +architectures on a micro SD card. This release will have bluez 5.55 or newer +which is required for BLE functionality. Boot the SD card, login with the default user account "ubuntu" and password "ubuntu", then proceed with "How to install prerequisites on Linux".