Update README

This commit is contained in:
GadgetAngel
2022-01-13 21:19:47 -05:00
parent 1edf3b71b3
commit 6189db69aa

View File

@ -545,7 +545,7 @@ Once you have added the ssh file to the contents of the micro-SD card (or SSD) i
The Raspberry Pi OS will look to see if a micro-SD card is present, if a micro-SD card is present it will try to boot off the micro-SD card. But if a micro-SD card is not present, it will start to look for another media to boot from and this is when it will find the solid state drive. So for those of you that want to use the SSD as the main boot device make sure that the micro-SD card reader of your Rapberry Pi is empty when you have the SSD attached to the USB 3.0 port.
The Raspberry Pi will boot and then be assigne an IP address on your network. We need to know the IP address so we can remotely login to the Raspberry Pi. On a Windows 10 OS open up a command prompt window, and type the command "ping raspberrypi.local -4". Since this is a fresh install of the Raspberry Pi, all Raspberry Pi are assigned a hostname of raspberrypi after the intial boot. The default login information is username is "pi" and password is "raspberry". After you perform the windows cmd "ping raspberrypi.local -4". The ping command will display an IP address that it trasmitted at least 4 packets too. Write down the IP address that recieved those packets. This is the IP address of your new raspberry pi.
The Raspberry Pi will boot and then be assigne an IP address on your network. We need to know the IP address so we can remotely login to the Raspberry Pi. On a Windows 10 machine open up a command prompt window, and type the command "ping raspberrypi.local -4". Since this is a fresh install of the Raspberry Pi, all Raspberry Pi are assigned a hostname of raspberrypi after the intial boot. The default login information is username is "pi" and password is "raspberry". After you perform the windows cmd "ping raspberrypi.local -4", the ping command will display an IP address that it trasmitted packets too. Write down the IP address that recieved those packets. This is the IP address of your new raspberry pi.
To setup Klipper on the new raspberry pi you will need to remotely login into the raspberry pi via ssh. To do this you need another software package called ["Putty", click here](https://www.putty.org/). Install the software on your computer. Now run Putty and enter in the IP address (in the Host Name field) you saw in the "ping raspberrypi.local -4" command. Leave the Port number set to 22. Now hit "Open". You should see a window that pops up that says something about the authorization key has not been stored..." just say you trust the device. You will then get the login prompt. Enter in "pi" for the username and "raspberry" for the password.