Книга: Raspberry Pi Beginners Guide: Ultimate Guide For Rasberry Pi, User guide To Get The Most Out Of Your Investment, Hacking, Programming, Python, Best Hardware, Beginners Guide To Rasberry Pi
Назад: Chapter 4: Using Raspberry Pi3
Дальше: Chapter 6: Installing Windows On A Raspberry Pi3

Chapter 5: Raspberry Pi3 Basic

System On Chip (SOC)

What is System on Chip?

Benefits of SoC

CPU

GPU

RAM

Connecting A Display And Audio

HDMI

Composite RCA

3.5mm jack

RPi Remote Connections

/

Universal Serial Bus

Passive models are cheaper and smaller, but lack the ability to run current hungry devices like CD drives and external hard drives.

Storage: Secure Digital (SD)

Form factor

Types of Card

The card should be at least 2GB in capacity to store all the required files Storage:

Continue SD Formatter:

/

How to mount USB flash drive from command line:

Networking Wireless

IEEE 802.11 WiFi

Low Speed Peripherals

Input/Output (GPIO)

Power Consumption

Useful links

Remapping Keyboard:

Install and Start SSH

Install Java

Raspberry pi

Set Java PATH

Software

Installing, Uninstalling And Updating Software

Troubleshooting

Keyboard and Mouse Diagnostics

Power Diagnostics

Display Diagnostics

Network Diagnostics

Emergency Kernel

Wired Networking Configuration

sudo nano /etc/ntework/interfaces

iface eth0 inet static

[tab] address 192.168.0.10

[tab] netmask 255.255.255.0

[tab] gateway 192.168.0.254

sudo /etc/init.d/networking restart

sudo nano /etc/reslov.conf

nameserver 8.8.8.8

nameserver 8.8.4.4

sudo /etc/init.d/networking restart

ping –c 1 www.raspberrypi.org

Wireless Networking Configuration

Назад: Chapter 4: Using Raspberry Pi3
Дальше: Chapter 6: Installing Windows On A Raspberry Pi3