여행을 사랑하는 직장인의 개발이야기

[Raspberry Pi 라즈베리파이] AP 만들기 (1) - Raspbian os설치 본문

IT/Embedded 임베디드

[Raspberry Pi 라즈베리파이] AP 만들기 (1) - Raspbian os설치

CTHY 2021. 1. 29. 10:27

라즈베리파이로 무선 AP 만드는 방법을 정리해보겠습니다!

이번 포스팅은 맨 처음 raspbian 라즈비안을 설치하는 방법,

다음 포스팅은 직접 AP를 구성하는 방법에 대해 정리하려고 합니다.

 

필요한 것: 라즈베리파이, SD카드, 키보드, 마우스, 모니터

그리고 공유기와 라즈베리파이를 연결해줄 랜선이 필요합니다.

 


 

우선 가지고있는 SD카드에 운영체제 이미지를 write해줘야하기 때문에,

Etcher라는 프로그램을 사용했고, 이미지는 raspbian을 다운로드 받았습니다.

 

Etcher: www.balena.io/etcher/

 

balena - The complete IoT fleet management platform

Infrastructure and tools to develop, deploy, and manage connected devices at scale. Your first ten devices are always free.

www.balena.io

raspbian: www.raspberrypi.org/software/www.raspberrypi.org/software/operating-systems/

 

Operating system images – Raspberry Pi

The Raspberry Pi is a tiny and affordable computer that you can use to learn programming through fun, practical projects. Join the global Raspberry Pi community.

www.raspberrypi.org

저는 Raspberry Pi OS with Desktop 버전을 다운로드 받았고,

시간이 굉장히 오래 걸립니다.... 참고해주세요.

 


 

다운로드가 완료되면 etcher 프로그램을 실행시킵니다.

아래 화면이 뜨게 됩니다.

 

 

file을 직접 다운로드 받아주었기 때문에 Flash from file을 선택하고, 

select Target에는 넣어준 SD카드를 선택해줍니다.

 

그리고 flash를 누르면 과정이 진행됩니다.

 


혹시 이런 Something went wrong, Command faile: cmd /c ~~

이런 에러를 만나신 분들은 etcher를 관리자 권한으로 실행했는지 확인해보세요!!

 


 

이제 라즈베리파이에 전원을 공급하고 키보드, 마우스를 연결한 후 모니터까지 연결해주면

Raspberry Pi OS가 실행되는 것을 확인할 수 있습니다.

 

아주 간단하죠? :)

다음 포스팅에서는 AP 만드는 법에 대해 정리해보겠습니다!

Comments