1. 사전 준비물 확인

 - 라즈베리파이

 - 5V, 2.5A이상 어뎁터 및 전원케이블

 - 16GB 이상 마이크로SD카드 및 리더

 - 키보드, 마우스

 - 모니터

 - PC

 - https://www.icbanq.com/A05_templete/templeteList.do?t_idx=11&order=1

 

의 모든 것 - 전자부품쇼핑몰 아이씨뱅큐

의 모든 것 - 전자부품쇼핑몰 아이씨뱅큐

www.icbanq.com

2. 라즈비안 다운로드 : https://www.raspberrypi.org/downloads/

 

Raspberry Pi Downloads - Software for the Raspberry Pi

Download free software for the Raspberry Pi, including NOOBS, Raspbian, and third-party operating system images. Beginners should start with NOOBS.

www.raspberrypi.org

3. 다운받은 zip 파일을 Etcher SW를 사용해 마이크로 SD카드에 설치 : https://www.balena.io/etcher/

 

balena - Home

Infrastructure to develop, deploy, and manage connected devices at scale

www.balena.io

4. 부팅하면 기본적인 세팅

지역설정은 UK 되어 있는데 Korea로 변경하면 WiFi 설정이 잘 되지 않는 경우가 있어 UK Default로 진행 후 변경한다.

 

5. 기본 설정 완료 후 업데이트 수행

sudo apt-get update

sudo apt-get upgrade

 

6. 한글 폰트 및 입력기 설치

1) 한글 폰트 설치

 기본 설정 > Add / Remove Software > Nanum Korean fonts 검색 후 설치

 또는

sudo apt install fonts-nanum
sudo apt install fonts-nanum fonts-nanum-extra

그리고 또다른 폰트 설치

sudo apt install fonts-unfonts-core

 

2) 한글 입력기 설치

sudo apt-get install nabi

https://wiki.kldp.org/wiki.php/nabi

 

KLDPWiki: nabi

2. 기능(Feature)과 특징 ¶ imhangul, KDEKorea:qimhangul 의 입력 상태 정보도 보여줌 XkbKeymap과 충돌하지 않음 (imhangul도 XkbKeymap과 충돌하지 않음) SystemTray에서 여러 테마를 선택할 수 있음 두벌식, 세벌식두벌자판, 세벌식최종, 세벌식390 기본 지원 Dvorak 자판 지원 64bit architecture 에서 동작 Eclipse, Nautilus에서도 정상적으로 입력됨 한자 입력할 때

wiki.kldp.org

3) nabi 기본 입력기 지정

기본 설정 > 입력기 or im-config -c hangul 선택

im-config 없으면 설치

sudo apt install im-config

혹은 환경파일 열어서 변경

sudo nano /etc/default/im-config

IM_CONFIG_DEFAULT_MODE=auto 를 아래처럼 변경
IM_CONFIG_DEFAULT_MODE=hangul

 

7. 블루투스 스피커, 이어폰 연결

BlueZ 설치

sudo apt-get install bluez

 

PulseAudio 설치

Pulse Audio is an application that converts bytes of computer data into human perception. It is also called as the music player. A2DP protocol is available in PulseAudio application plugins. So let us install all the pulse-audio related applications by using below command:

sudo apt-get install pulseaudio-*.

 

sudo apt-get install pulseaudio pulseaudio-module-bluetooth
dpkg -l pulseaudio pulseaudio-module-bluetooth

 

connection failed - use the audio menu to connect to this device

You have to right click on the speeker symbol in the top right corner that way you can choose the adio output device

Posted by 단풍계곡
,