This commit is contained in:
caesar1111 2017-06-18 23:19:39 +02:00
parent a04178f534
commit 9a71154849

View File

@ -147,6 +147,7 @@ How to download software will be explained in the tutorial, but as a reference y
The full tutorial will be found on:
https://www.element14.com/community/docs/DOC-78156/l/Raspberry-pi-7-touchscreen-display
and a clip on YouTube:
https://www.youtube.com/watch?v=tK-w-wDvRTg
@ -184,6 +185,7 @@ Since this tutorial is focussing on using the PIXEL GUI here are a few basic tip
**NOTE:** As soon as you have connected the Raspberry to the network you might find it easier to open the Terminal remotely using PuTTY. This also allows you to directly paste command lines from this tutorial into the Terminal. (Right click in PuTTY terminal is pasting the content of the clipboard into the terminal)
#### Basic terminal commands and functions:
The full list can be found on:
https://www.Raspberrypi.org/documentation/linux/usage/commands.md
|Command|Description|
@ -206,7 +208,7 @@ The following steps make sure, that basic Raspbian configuration is done.
Since this tutorial is using the PIXEL GUI I always refer to the PIXEL way of configuring and only go back to the terminal way (text only) if it is required.
### Localisation:
The 1.st thing you want to do is changing the localisation settings to make sure your keyboard layout and WiFi settings are matching.
The first thing you want to do is changing the localisation settings to make sure your keyboard layout and WiFi settings are matching.
**NOTE:** Do not change the password before you have changed the keyboard layout since you might put in a different password than you expect (e.g. US qwerty vs. German qwertz results in “Raspberrz” instead of “Raspberry”)
@ -264,13 +266,14 @@ Either by plugging in a Ethernet cable or by connecting to a WiFi network:
|Enter WiFi password|*`yourwifipassword`*|
### Check the IP address of the Raspberry:
To do so you have to check the IP address of the Raspberry in the terminal
To do so you have to check the IP address of the Raspberry in the terminal:
|Description|Image/Command|
|---|---|
|Open Terminal|![image](images/openterminal.jpg)|
|use the command|`ifconfig`|
|Result: the terminal shows you the ip configuration and the IP addresses for the different connections|Ethernet cable: [eth0] *`xxx.xxx.xxx.xxx`* or WiFi: [wlan0] *`xxx.xxx.xxx.xxx`*|
**NOTE:** You might want to set your IP address of the Raspberry to static, if you get problems with the lease time setting of your gateway (IP address is changing whenever you reconnect to the network)
### Update / Upgrade Raspbian: