Update pivilion manual setup

v3d 2019-01-04 21:39:06 +00:00
parent 4c4867b666
commit 1768de5b80

@ -39,13 +39,7 @@ SSH access is turned of by default for security. We need to do a simple extra st
The boot partition on a Pi should be accessible from any machine with an SD card reader, on Windows, Mac, or Linux. If you want to enable SSH, all you need to do is to put a file called ssh in the boot partition. The contents of the file dont matter: it can contain any text you like, or even nothing at all. When the Pi boots, it looks for this file; if it finds it, it enables SSH and then deletes the file. SSH can still be turned on or off from the Raspberry Pi Configuration application or raspi-config; this is simply an additional way to turn it on if you cant easily run either of those applications.
### Connecting to your Pi
Once thats done, connect your RPi to a DHCP network with an ethernet cable and power it on. Depending on your network configuration, you can login to your RPi using it's hostname "raspberry", use arp to find it with
`arp -a | grep "b8:27:eb"`
since each Raspberry Pi has a mac address that begins with b8:27:eb we can use art and grep to locate our Raspberry on the network.
Or use a network discovery tool to find it's IP address. Logging into your local router and checking the list of connected devices is also an option.
Once thats done, connect your RPi to a DHCP network with an ethernet cable and power it on. Depending on your network configuration, you can login to your RPi using it's hostname "raspberry", or use a network discovery tool to find it's IP address. Logging into your local router and checking the list of connected devices is also an option.
We will use nmap to scan our DHCP IP range for all hosts that are up. Replace 10.0.0.1/24 with your IP address range. You can also check you router's settings to see all devices connected to your network and their IPs.