1. os설치
1.라즈비안 OS다운로드 - 토렌트
https://www.raspberrypi.org/downloads/raspbian/
2. etcher이미지 쓰기 프로그램으로 sd카드에 라즈비안 설치(이미지 선택후 Flash버튼 누르면 자동으로 설치됨)
3. 7인치 터치모니터 장착
https://record22.tistory.com/27
4. 한글 설정
라즈베리파이에서 Preferences > Raspberry Pi Configuration > Localisation(탭) > Locale 선택 후 korean으로 변경
cmd창에서 fonts-unfonts-core 설치
sudo apt-get install fonts-unfonts-core
5. WIFI 설정
오류현상 - WIFI검색이 되지 않은 현상
해결 : Preferences > Raspberry Pi Configuration > Localisation(탭) > Set WiFi Country를 KR에서 GB Britain(UK)로 변경하니 잘 작동됨.
https://www.withover.com/2018/08/wifi.html
6. 가상 키보드 설치
---
기본 개념
https://gamestory2.tistory.com/12
QT - C++기반의 크로스컴파일러
---
I did cross compile Qt5 for Raspberry: http://exploreembedded.tumblr.com/post/115333857238/guide-to-cross-compile-qt-54-for-the-raspberry-pi,
QT helloworld 강의
https://webnautes.tistory.com/957
https://makersweb.net/qt/12205