Raspberry Pi 3B+
< Hardware
Zur Navigation springen
Zur Suche springen
Version vom 5. Oktober 2018, 08:38 Uhr von Damadmai (Diskussion | Beiträge)
Raspberry Pi Foundation Raspberry Pi 3B+ | |
---|---|
Name |
Raspberry Pi 3B+ |
Hersteller |
Raspberry Pi Foundation |
Veraltet |
Nein |
Outdoor |
Nein |
Antenne |
Nein |
System | |
CPU |
BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz |
RAM |
1GB |
Flash |
SD-Karte |
PoE |
802.3af |
Netzwerk | |
LAN-Ports |
1 |
Switch |
Nein |
WLAN |
Ja |
WLAN Band |
2.4 GHz, 5 GHz |
WLAN Standard |
802.11gn |
MIMO Streams |
1x1 |
Antennenanschluss |
U.FL |
Firmware | |
Firmware |
Raspbian, OpenWRT |
Flashmethode |
TFTP-Client, BOOTP, Speicherkarte |
Flashanleitung |
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net_tutorial.md |
Konfiguration |
Konfiguration unter Raspbian wie hier nur ohne OpenVPN: OpenVPN_mit_Debian/Ubuntu
Alternativ kann auch ein normaler PC so konfiguriert werden um "im Feld" einfach zu testen.
Bei Distributionen ohne /etc/network/interfaces (wie Void Linux) in die /etc/rc.local
ip a add <FUNKFEUER-IP>/32 dev eth0 ip link set dev eth0 up ip link add link eth0 name eth0.1100 type vlan id 1100 ip a add 10.xx.yy.101/24 dev eth0.1100 ip l set dev eth0.1100 up
PoE ist nur mit einem zusätzlichen Aufsteck-Board möglich: PoE HAT
Initiales Setup:
apt update && apt upgrade apt install olsrd olsrd-plugins bridge-utils vlan raspi-config # Enable UART and SSH vi /etc/network/interfaces service networking restart systemctl disable dhcpcd.service vi /etc/default/olsrd # YES vi /etc/olsrd/olsrd.conf