출처 : reddb.tistory.com/8
       : kpage.tistory.com/143

 

라즈베리파이 설치 

1. MicroSD 포맷하기

 - www.sdcard.org/downloads/formatter/

 

SD Memory Card Formatter 5.0 for SD/SDHC/SDXC

The SD Memory Card Formatter formats SD Memory Card, SDHC Memory Card and SDXC Memory Card (respectively SD/SDHC/SDXC Cards) complying with the SD File System Specification created by the SD Association (SDA).

www.sdcard.org

 - sdformatter사이트에 접속하여 다운로드에서 파일을 다운로드한다.

 - 기존의 마이크로sd카드를 포맷하여 새로 설치한다.

 a) sdformatter을 사용하여 sd카드를 포맷한다. 

 

(본체에 sd카드가 들어있는 USB를 꽂고 파일 실행) 

 

2. 라즈베리파이 다운로드 사이트에서 다운로드를 실행한다.

2.1) 라즈베리파이 Imager 다운로드 : 라즈베리파이 이미지(.img)파일을 usb에 설치하는 프로그램

www.raspberrypi.org/downloads/

 

 

Raspberry Pi Downloads - Software for the Raspberry Pi

Download free software for Raspberry Pi, including Raspberry Pi Imager, Raspbian, and third-party OS images. Beginners should start with Raspberry Pi Imager

www.raspberrypi.org

- Raspberry Pi Image for Windows 를 클릭하여 다운로드 받는다 

- 다운로드 받은 imager_1.4.exe

- Raspberry Pi Imager 설치

 

 

 

 

2.2) 라즈베리파이 IMG파일 다운로드

- www.raspberrypi.org/downloads/raspberry-pi-os/에서 라즈베리파이 img를 다운받는다.

- Raspberry PI OS(32-bit) with desktop and recommand software : 2531 MB 다운로드

- 다운로드 시간이 많이 걸리므로 torrent를 이용해서 받으면 시간을 줄일 수 있다.

 Raspberry Pi Imager 실행 하여 MicroSD에 Raspberry Pi OS 설치하기

- 프로그램 실행

- CHOOSE OS 클릭   

- 맨아래 Use custom 선택

 - img 파일이 있는 위치 지정

- SD Card라고 쓰여있는 밑에 C로 시작하는 버튼 클릭하면 아래의 사진처럼 나옴
SD카드 드라이브 위치 선택( 현재는 F:\ ) : 윈도우 탐색기에서 확인 필요

저거 클릭하면 WRITE 버튼 누를수 있게됨

- SD카드 드라이브 위치 선택( 현재는 F:\ ) : 윈도우 탐색기에서 확인 필요

- 다지워진다 괜찮은지 물어봄  : YES

- MicroSD 카드에 설치중

- 검증 중

- 완료됨

 

라즈베리파이 와이파이 연결 안되는 문제 

출처 :  www.withover.com/2018/08/wifi.html

 - country설정을 영국(GB)으로바꾸고 연결이 됨

 

pi@raspberry:~ $  sudo  vi  /etc/wpa_supplicant/wpa_supplicant.conf

- wpa_supplicant.conf 3번째 줄 country=GB 로 수정

 
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
 
update_config=1
 
country=GB

- WIFI 인터페이스를 내렸다가 올린다.

- 그냥 리부팅 하고 연결확인

pi@raspberry:~ $  sudo  ifconfig wlan0 down
pi@raspberry:~ $  sudo  ifconfig wlan0 up

 

설치 후 설정하기

- 기본설정

-언어설정 : 

- pi계정에 비밀번호 설정

- 운영체제 업데이트 여부를 확인 ( "Skip" : 건너뛰기 /  "Next" : 업데이트 )

- skip누르자

- Next를 누르면 한동안 이러고있다 ㅠ

- 셋업 완료

 

+ Recent posts