라즈베리파이3

 

 - 기본 사양


 

Raspberry Pi 3 Model B

Introduction Date

2/29/2016 

SoC 

BCM2837 

CPU 

Quad Cortex A53 @ 1.2GHz 

Instruction set 

ARMv8-A 

GPU 

400MHz VideoCore Ⅳ 

RAM

1GB SDRAM 

Storage 

micro-SD 

Wireless 

802.11n / Bluetooth 4.0 

Video Output 

HDMI / Composite

Audio Output

HDMI / Headphone 

GPIO

40 



















 - 라즈베리파이 - 라즈비안(Raspbian)설치




 - SD card에 OS(라즈비안)설치를 돕는 프로그램

 - SD 카드에 Image File을 넣고 Write를 눌러 OS를 설치



 - 설치 후 SD카드를 라즈베리에 넣고 전원을 넣는다.


 - 초기 화면

 1. 전원을 넣고 첫 부팅 시 아이디와 비밀번호를 입력한다.

Using username "pi".

pi@192.168.0.9's password:


ID : pi

Password : raspberry


 1.1 IP확인

pi@raspberrypi:~ $ ifconfig

 1.2 기본 세팅

sudo raspi-config


 1.2.1 Change User Password Change password for the default user (pi)

 > pi (기본 유저 아이디)의 비밀번호를 바꾸기


1.2.2 Hostname             Set the visible name for this Pi on a network  

 > 라즈베리파이의 HostName 바꾸기


1.2.3 Boot Options         Configure options for start-up 

B1 Desktop / CLI            Choose whether to boot into a desktop environment or the command line 

 B1 Console           Text console, requiring user to login             

 B2 Console Autologin Text console, automatically logged in as 'pi' user

 B3 Desktop           Desktop GUI, requiring user to login

 B4 Desktop Autologin Desktop GUI, automatically logged in as 'pi' user  


 B2 Wait for Network at Boot Choose whether to wait for network connection during boot

 > 부팅하는 동안 네트워크 연결을 위해 기다릴지 아닐지 결정 (Fast Boot or Slow Boot)


 B3 Splash Screen            Choose graphical splash screen or text boot

 > 기본 Command Line Interface 대신 Display Boot하기


1.2.4 Localisation Options Set up language and regional settings to match your location (국제화 옵션)

 I1 Change Locale        Set up language and regional settings to match your location
 > 지역(언어, 국가) 선택


 I2 Change Timezone      Set up timezone to match your location

 > 시간대 선택

 I4 Change Wi-fi Country Set the legal channels used in your country

 > 와이파이 국가 선택 (default로 둘 것)



 1.2.5 Interfacing Options  Configure connections to peripherals 

 P1 Camera         Enable/Disable connection to the Raspberry Pi Camera 

 P2 SSH              Enable/Disable remote command line access to your Pi using SSH  

 P3 VNC              Enable/Disable graphical remote access to your Pi using RealVNC 

 P4 SPI                Enable/Disable automatic loading of SPI kernel module 

 P5 I2C                Enable/Disable automatic loading of I2C kernel module

 P6 Serial            Enable/Disable shell and kernel messages on the serial connection

 P7 1-Wire           Enable/Disable one-wire interface 

 P8 Remote GPIO Enable/Disable remote access to GPIO pins       


 1.2.6 Overclock            Configure overclocking for your Pi 


> 난 왜 안되네 


 1.2.7 Advanced Options     Configure advanced settings





 1.2.8 Update               Update this tool to the latest version                             




 1.2.9 About raspi-config   Information about this configuration tool 




 2.1 라즈베리파이 업데이트 및 업그레이드

sudo apt-get update && sudo apt-get upgrade



- 참고 사이트 http://www.rasplay.org/?page_id=6911

 - http://mysw.tistory.com/14

'라즈베리파이 참조' 카테고리의 다른 글

[라즈베리파이] 설치  (0) 2017.02.14

라즈베리파이3를 처음 샀을 때 라즈베리파이3외에는 아무것도 없어서 기본 설치는

HDMI to div로 모니터, USB 키보드를 통해 기본 설정을 하였다.



운영체제 설치

 - NOOBS, RASPBIAN 설치OS

  https://www.raspberrypi.org/downloads/


 - Win32DiskImager

  https://sourceforge.net/projects/win32diskimager/

  microSD 카드 드라이브를 선택 Write




Putty 설정

 - SSH 접속하기

 - 


http://blog.xcoda.net/82


http://www.hardcopyworld.com/gnuboard5/bbs/board.php?bo_table=lecture_rpi


http://mysw.tistory.com/14

'라즈베리파이 참조' 카테고리의 다른 글

[라즈베리파이] 기본 세팅  (0) 2017.03.09

+ Recent posts