Raspberry PI: Difference between revisions

From My Limbic Wiki
(Page créée avec « =Configuration= <source lang="shell"> ping raspberrypi -4 </source> »)
 
Line 1: Line 1:
=Configuration=
=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">
<source lang="shell">
ping raspberrypi -4
ping raspberrypi -4
</source>
</source>

Revision as of 02:55, 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>