-
Notifications
You must be signed in to change notification settings - Fork 1
Configuring the Raspberry Pi
Nahuel Taibo edited this page Mar 11, 2020
·
24 revisions
The official Raspberry Pi website has detailed information on how to install Raspbian. Please follow those steps and see you again once you can connect to your Raspbian Desktop! (or console, if that's what you prefer).
As a note, my development computer is Windows based, so I use Etcher to burn the SD cards, as Raspberry Pi recommends.
- Launch Raspberry Pi Configuration from the Preferences menu
- Navigate to the Interfaces tab
- Select Enabled next to SSH
- Click OK
- Launch Raspberry Pi Configuration from the Preferences menu
- Navigate to the System tab
- Set the Hostname field to whatever you like
- Click OK
- Launch Raspberry Pi Configuration from the Preferences menu
- Navigate to the Interfaces tab
- Select Enabled next to VNC Server
- Click OK
For other options to do this, Raspberry Pi foundation has a good article on all the ways you can enable SSH. Please follow those steps
- Run the following command to download the setup script
wget https://raw.githubusercontent.com/nahueltaibo/NetCoreRover/master/scripts/setup.sh
- Make the script executable
chmod +x setup.sh
- Cross your fingers while waiting for the script to run successfully..
./setup.sh