From 579e608d0a40349b640b5051e874ca5caf0f8058 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Oct 2023 16:46:04 -0400 Subject: [PATCH] Update update single core if Pi Zero 2 --- update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update b/update index 897ebfe6..04409734 100755 --- a/update +++ b/update @@ -22,6 +22,8 @@ sudo sed -i 's/more information/more\ninformation/g' /etc/motd 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 + cd /home/pi/CubeSatSim git pull > .updated