Home Automation/Magic Mirror

Magic Mirror Project 1부 - Raspberry Pi B 3+ 설정

True-World 2019. 5. 23. 16:25

Magic Mirror Project 1부 - Raspberry Pi B 3+ 설정

  우선 Raspberry Pi에 라즈비안을 설치한다. Lite버전은 미지원하므로 꼭 풀버전을 다운받아야한다.
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

라즈베리파이 기본설정은 다른 블로그나 사이트에 많으므로 꼭 해야하는것들만 나열해 보았다.
터미널에서
//기본 환경설정

sudo raspi-config


1. Localisation Option - Change Timezone - Asia - Seoul
2. Advanced Options - Expand Filesystem
3. Overscan - Disable

// 업데이트

sudo apt-get update
sudo apt-get upgrade

//한글 폰트 설치

sudo apt install fonts-unfonts-core

 

// 한글 입력기 설치

sudo apt install ibus-hangul


 

 

 

 

 

'Home Automation > Magic Mirror' 카테고리의 다른 글

Magic Mirror Project 시작~~  (0) 2019.05.23