From cd5a39846bf76da6835c5f3c6bec0e5297e10b08 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Dec 2024 10:54:44 -0500 Subject: [PATCH] Update update remove single cpu --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 4f47510e..4dbbf79f 100755 --- a/update +++ b/update @@ -34,6 +34,7 @@ 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 +sudo sed -i 's/console=tty1 maxcpus=1 r/console=tty1 r/g' /boot/cmdline.txt # remove single core cd /home/pi/CubeSatSim