From 2ffc3bf086452813242ecb9916ee4fe45a0c9f07 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 11 Feb 2022 16:38:29 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c9396df..34b9dad3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ There are two ways to get the CubeSatSim software for your Pi. One option is to download the disk image file and write it to a 16GB micro SD card or larger. The image is based on Raspberry Pi OS (Rasbian) Lite, dated December 2020. All software is installed, you just need to login to change your password and set your amateur radio callsign if you have one. You can run the ./update.sh script to update all packages and update and compile the latest CubeSatSim software. -The other option is to start with a Buster Raspberry Pi OS (Rasbian) image and run the installation script ./install.sh which will install and compile all the related software. Note that the installation script does not yet work with Bullseye. This includes the following packages: +The other option is to start with a Raspberry Pi OS (Rasbian) image (Bullseye or Buster works) and run the installation script ./install.sh which will install and compile all the related software. This includes the following packages: - wiringpi - git - libasound2-dev @@ -18,7 +18,7 @@ The other option is to start with a Buster Raspberry Pi OS (Rasbian) image and r - Direwolf - rpitx - python3-pip -- python-smbus +- python3-smbus ## Disk Image Option Steps