Raspberry PI: Difference between revisions

From My Limbic Wiki
No edit summary
Line 11: Line 11:
* '''Password:''' raspberrry
* '''Password:''' raspberrry
=Installer SteamLink=
=Installer SteamLink=
* sudo apt update
<source lang="shell">
* sudo apt install steamlink
sudo apt update
sudo apt install steamlink
</source>

Revision as of 03:01, 23 May 2020

Configuration

  • Allow SSH connection to Raspberry without any screen: Create "SSH" file without extension to the root of the SD Card
  • Find Raspberry IP Adress

<source lang="shell"> ping raspberrypi -4 </source>

Connect

  • Putty
  • URL: raspberrypi.local
  • login: pi
  • Password: raspberrry

Installer SteamLink

<source lang="shell"> sudo apt update sudo apt install steamlink </source>