+ All Categories
Home > Documents > Raspberry Pi

Raspberry Pi

Date post: 24-Feb-2016
Category:
Upload: draco
View: 221 times
Download: 0 times
Share this document with a friend
Description:
Ein Referat von Betül B. Tosun 17.04.2014. Raspberry Pi. Inhaltsverzeichnis. Was ist Raspberry Pi ? Entstehung sowie Entwicklung Konfiguration und Schnellstart Software Hardware. Die Platine . Was ist Raspberry Pi?. Single Board Computer Ca.9 x 6 cm groß - PowerPoint PPT Presentation
22
RASPBERRY PI Ein Referat von Betül B. Tosun 17.04.2014
Transcript
Page 1: Raspberry Pi

RASPBERRY PI

Ein Referat von Betül B. Tosun17.04.2014

Page 2: Raspberry Pi

Inhaltsverzeichnis

Was ist Raspberry Pi ? Entstehung sowie Entwicklung

Konfiguration und Schnellstart Software Hardware

Page 3: Raspberry Pi

Die Platine

Page 4: Raspberry Pi

Was ist Raspberry Pi?

Single Board Computer Ca.9 x 6 cm groß ausgestattet mit notwendingen

Komponenten erweiterbar SD Karte und Netzteil nötig

Open Source Betriebssystem => Linux universelle Verwendbarkeit

Benutzerfreundlich

Page 5: Raspberry Pi

Die Platine

Page 6: Raspberry Pi

Intention

Anfang der 80er: Lerncomputer BBC Micro

Jahr 2006, Cambridge Universität: kostengünstiges System für Studenten im Vergleich auch Spiele und

Büroanwendungen möglich

Himbeere + Python => Raspberry Pi

Page 7: Raspberry Pi

Grundlegenden UnterschiedeModell A Modell Bca. 25 $ ca. 35 $256 MB SDRAM 512 MB SDRAM1x USB-2.0 Anschluss

2x USB-2.0 Anschlüsse

kein Netzwerkanschluss

Ethernet – Controller

Leistungsaufname: 2,5 Watt

Leistungsaufnahme: 3,5 Watt

Page 8: Raspberry Pi

Konfiguration u. Anwendung SD – Karte mit passendem

Betriebssystem USB-Netzteil + Spannungskabel

Geregelte Ausgangsspannung

zu beachten

Tastatur mit USB – Verbindung HDMI Kabel ( je nach Monitor)

Page 9: Raspberry Pi

Diverse Möglichkeiten

Page 10: Raspberry Pi

Starten deine Platine

System einrichten Konfigurationsmenü

Login ein Nutzerprofil vorhanden:

Nutzername: pi Passwort: raspberry (englisch/amerikanisch: rasberrz)

Page 11: Raspberry Pi

command prompt:pi@raspberry ~ $ kuchen.beispiel Hostname: raspberrypi

kann geändert werden: etc / hostname

Desktopumgebung wird als LXDE bezeichnet Zugriff: pi@raspberrypi ~ $ startx

Verwendung der Maus möglich

Page 12: Raspberry Pi
Page 13: Raspberry Pi

Herunterfahren

Kommando: pi@raspberrypi ~ $ sudo halt

sudo => super user do Ausführung vom sog. „Superuser“

Linux ein Multiuser - System

Page 14: Raspberry Pi

übliche Programme

Scratch IDLE Debian Reference Python Games Midori IDLE3 WiFi Config LXTerminal

Page 15: Raspberry Pi

Software und co

Festspeicher für Software -> SD Karte

Standardbetriebssystem: Distribution Debian Wheezy auch Respbian genannt Allrounder - System

Page 16: Raspberry Pi

Anleitung „man“

pi@raspberrypi ~ $ man df

Befehl df -> disk free ermöglicht Ausgabe Befehl man -> Anleitung / Übersicht

Page 17: Raspberry Pi

•mount / dev / ssd1 || unmount / dev / ssd1•Boot Partition – FAT 32 Format•restliche SD Karte – ext 4 Format

Page 18: Raspberry Pi

tree muss installiert

werden pi@raspberrypi

~ $ sudo apt – get install tree

apt : Advanced Packaging Tool

more: Seitenweises anzeigen

Page 19: Raspberry Pi

Pi Store

Programmübersicht für Raspberry Pi pi@raspberrypi ~ $ sudo apt – get

install pistore

Page 20: Raspberry Pi

Hardware

Prozessor BCM2835 nicht seperat erhältlich

Anschlüsse (Pins) auf der Unterseite Multimedia SoC

System on Chip Prozessor mit „Video Core“

Grafikeiheit kombiniert unterstützt u.a. OpenGL ES 2.0

Page 21: Raspberry Pi

Betriebssysteme

zahlreiche Betriebssysteme vorhanden Debian Squeeze Debian Wheezy / Raspbian Fedora Linux Arch Linux ARM

Page 22: Raspberry Pi

Recommended