유행/IoT
install-raspberry-ip-os
sftth
2021. 2. 20. 17:11
- 설치 환경
- H/W: Raspberry pi 2 Model B V1.1
- H/W: Micro SD Card 64GB
- S/W: Raspberry Pi OS with desktop and recommended software
- balenaEtcher 사용
- balenaEtcher 설치
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
- 라즈베리 OS 다운로드
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
- 설치
- Select Image> 다운로드 받은 라즈베리 OS .zip 파일 선택 > Select drive > SD 카드 선택 > Flash
- Oops !
- 에러와 함께 설치 실패
- 설치 후 Validation 과정에서 아래 에러 발생
- Source and destination checksums do not match errors
- 설치 후 Validation 과정에서 아래 에러 발생
- 에러와 함께 설치 실패
- Raspberry PI Imager v1.5 사용
- OS 선택 > SD Card 선택 > Write
- 역시 Validation 실패로 설치 실패
- SD Card ERASE
- Raspberry Pi Imager 에서 ERASE 선택
- SD Card 선택
- Write > Error partitioning: Error: -69830: This operation requires an unmounted disk
- SD Card 교체
- SD Card 훼손으로 판단
- SD Card 교체 및 설치 재진행
- 설치 정상 완료
- 한글 설정
- 한글 보기
- sudo apt update
- sudo apt upgrade
- sudo apt install -y fonts-unfonts-core
- reboot
- 한글 입력
- Preferences > Raspberry Pi Configuration > Locale > default 유지
- Language: en(English)
- Country: AG(Antigua & Barbuda)
- Character Set: UTF-8
- sudo apt-get install ibus ibus-hangul
- 한영전환 단축키 설정
- Preferences > IBus Preferences > General
- Keyboard Shortcuts > Next input method
- Key code: space
- Modifiers: Shift
- Keyboard Shortcuts > Next input method
- Preferences > IBus Preferences > General
- Shift + space 로 한영 전환 및 한글 입력 테스트
- Shift + space 로 한영 전환 후 한글 입력 안되면
- 태큭 마크 클릭
- Hangul mode (한글 상태) 체크
- Preferences > Raspberry Pi Configuration > Locale > default 유지
- 한글 보기