Raspberry Pi Software Configuration Tool
Last updated
Last updated
This section explains all of the settings I found important to change on the Raspberry Pi OS using the Raspberry Pi Software Configuration Tool. This section is completely optional, Klipper will work just fine without doing any of the changes listed below.
The subsections contained within this module are:
Loading the Raspberry Pi Software Configuration Tool:
In Windows open a command prompt;
Windows Key + R
, type cmd
, then click OK
;
In the Command Prompt window;
Type ssh pi@<ipaddress>
and press Enter
;
A message will display 'The authenticity of host 'ip address' can't be established…';
Type yes
and press Enter
;
You should prompted to enter a password;
The default password is raspberry
, type the password and press Enter
You should now be logged into MainsailOS with SSH;
Send a sudo raspi-config
command, then press Enter
;
You will be prompted to enter the password;
Type raspberry
and press Enter
;
The 'Raspberry Pi Software Configuration Tool' main menu should appear;