Difference between revisions of "Raspberry PI"

From BITPlan Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
# Connect Keyboard, Mouse, HDMI-Monitor and 5 Volt Mini USB (2.5 Amps recommended)
 
# Connect Keyboard, Mouse, HDMI-Monitor and 5 Volt Mini USB (2.5 Amps recommended)
 
# Setup Country, pi user password etc. and connect to your WIFI network - after the setup you'll be asked to restart your pi
 
# Setup Country, pi user password etc. and connect to your WIFI network - after the setup you'll be asked to restart your pi
[[Category:Raspberry]]
+
== Enable ssh and vnc ==
 +
<source lang='bash'>
 +
sudo raspi-config
 +
</source>
 +
In Interface Options enable VNC/SSH
 
== Useful Utilities ==
 
== Useful Utilities ==
 
*[https://www.realvnc.com/de/connect/download/viewer/ VNC Viewer]
 
*[https://www.realvnc.com/de/connect/download/viewer/ VNC Viewer]
 +
[[Category:Raspberry]]

Revision as of 12:29, 26 July 2019

Raspbian

Raspbian Buster with desktop and recommended software

  1. Download Zip File from https://www.raspberrypi.org/downloads/raspbian/
  2. Create SD Card as described in https://www.raspberrypi.org/documentation/installation/installing-images/
  3. Insert SD Card into Raspberry PI
  4. Connect Keyboard, Mouse, HDMI-Monitor and 5 Volt Mini USB (2.5 Amps recommended)
  5. Setup Country, pi user password etc. and connect to your WIFI network - after the setup you'll be asked to restart your pi

Enable ssh and vnc

sudo raspi-config

In Interface Options enable VNC/SSH

Useful Utilities