라즈베리파이

라즈베리파이 3 B+ 라즈베리파이 스트레치 설치

개발공부계정 2019. 10. 31. 16:28

현재 라즈베리파이는 2019년10월31일 기준으로 Buster버전 출시로 공식 홈페이지에서 스트레치 다운로드가 불가능합니다. 

이 글은 라즈베리파이 스트레치를 기준으로 작성된 글입니다.

참고 : https://www.pyimagesearch.com/2017/09/04/raspbian-stretch-install-opencv-3-python-on-your-raspberry-pi/

 

준비물 : 라즈베리파이 3 B+, 마이크로SD(16GB이상), SD카드 리더기

 

 

Raspbian Stretch: Install OpenCV 3 + Python on your Raspberry Pi - PyImageSearch

This guide will show you how to install OpenCV 3 with Python 2.7 and Python 3 bindings on your Raspberry Pi running Raspbian Stretch.

www.pyimagesearch.com

 

공식 홈페이지 : https://www.raspberrypi.org/downloads/raspbian/

 

Download Raspbian for Raspberry Pi

Raspbian is the Foundation's official supported operating system. You can install it with NOOBS or download the image below.

www.raspberrypi.org

스트레치 다운로드 가능한 홈페이지 : https://howchoo.com/g/nzc0yjzjy2u/raspbian-stretch-download

스트레치 라이트 = GUI 지원안함

스트레치 =GUI 지원

 

Download Raspbian Stretch

This short guide will show you how to download Raspbian Stretch directly from the Raspberry Pi Foundation Archive in either ZIP or Torrent format.

howchoo.com

라즈베리파이 스트레치를 다운로드 하시고 압축을 해제하시면 나오는 이미지파일을 사용합니다.

 

마이크로 SD를 SD카드 리더기에 넣은 뒤 img파일을 덮어줍니다.

#이 과정에서 SD카트는 포맷되니 반드시 안에 파일이 있으면 백업해두시고 진행해주세요.

 

img파일을 덮어줄때는

Win 32 Disk Imager를 사용합니다

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

 

Win32 Disk Imager

Download Win32 Disk Imager for free. A Windows tool for writing images to USB sticks or SD/CF cards . This program is designed to write a raw disk image to a removable device or backup a removable device to a raw image file. It is very useful for embedded

sourceforge.net

저 버튼을 누르시고 img파일 넣으신다음에 Write 하시면 끝입니다.

img 파일을 덮은SD카드를 라즈베라피아 뒤에 있는 SD카드 슬롯에 넣어주시고 전원을 켜주시면 부팅이 됩니다.