From 5ddec9af64fe35914f87f35f68b253cf8d637c51 Mon Sep 17 00:00:00 2001 From: Joe Foley Date: Sun, 28 Jun 2026 22:24:45 +0000 Subject: [PATCH] Archive some old raspi-config settings --- raspi-config.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 raspi-config.md diff --git a/raspi-config.md b/raspi-config.md new file mode 100644 index 0000000..c98f639 --- /dev/null +++ b/raspi-config.md @@ -0,0 +1,10 @@ +# raspi-config options to check + +``` +sudo raspi-config +3 - Interface options + P2 enable SSH + P4 enable SPI + P5 enable I2C + P6 enable serial (You may have to update this later and turn it off for certain UART features to work) +```