From ef426e0f969f2b1c7494b3de2e072b531f785144 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 5 Aug 2025 09:36:52 -0400 Subject: [PATCH] Update update fix maxcpus --- update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update b/update index 7c38b361..669e9148 100755 --- a/update +++ b/update @@ -47,6 +47,8 @@ sudo sed -i 's/update to/update\nto/g' /etc/motd sudo sed -i 's/console=tty1 r/console=tty1 maxcpus=1 r/g' /boot/cmdline.txt # single core if Pi Zero 2 +sudo sed -i 's/maxcpus=2/maxcpus=1/g' /boot/cmdline.txt # single core if Pi Zero 2 + cd /home/pi/CubeSatSim git pull --no-rebase > .updated