Raspbian: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
sudo apt-get upgrade | sudo apt-get upgrade | ||
== | == Configuration == | ||
sudo raspi-config | sudo raspi-config | ||
<pre> | |||
9 Advanced Options -> A0 Update | |||
1 Expand Filesystem | |||
3 Boot Options -> B1 Console | |||
5 Internationalisation Options -> I1 Change Locale -> de_DE.UTF-8 UTF-8 | |||
5 Internationalisation Options -> I2 Change Timezone -> Europe -> Berlin | |||
5 Internationalisation Options -> I3 Change Keyboard Layout -> Generic 105-key (Intl) PC -> Other -> German -> German -> rest default | |||
</pre> | |||
=== PiFace === | |||
9 Advanced Options -> A6 SPI -> Yes -> Ok -> Yes | |||
=== Camera === | |||
Enable Camera -> Enable | |||
</pre> | |||
Revision as of 21:56, 2 August 2016
Install
dd bs=4M if=2016-05-27-raspbian-jessie-lite.img of=/dev/sdX
Login
Default user: pi
Default password: raspbian
Update
sudo apt-get update
sudo apt-get upgrade
Configuration
sudo raspi-config
9 Advanced Options -> A0 Update 1 Expand Filesystem 3 Boot Options -> B1 Console 5 Internationalisation Options -> I1 Change Locale -> de_DE.UTF-8 UTF-8 5 Internationalisation Options -> I2 Change Timezone -> Europe -> Berlin 5 Internationalisation Options -> I3 Change Keyboard Layout -> Generic 105-key (Intl) PC -> Other -> German -> German -> rest default
PiFace
9 Advanced Options -> A6 SPI -> Yes -> Ok -> Yes
Camera
Enable Camera -> Enable