Update update remove single cpu

pacsat-1
Alan Johnston 1 year ago committed by GitHub
parent 71d11c6488
commit cd5a39846b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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/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 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 cd /home/pi/CubeSatSim

Loading…
Cancel
Save

Powered by TurnKey Linux.