프로그램&회로

라즈베리파이 설치

엠칩 2021. 1. 23. 11:37
반응형

라즈베리파이 설치가 날이 갈 수록 편해집니다...

 

www.raspberrypi.org/software/

 

Raspberry Pi OS – 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 imager 를 다운받아 실행하고...

 

 

 

 

메모리 카드를 컴퓨터에 연결한다음..

 

설치할 Operating System 선택하고

SD Card 선택하고

WRITE버튼만 눌러주고 기다리면 끝...  예전보다 많이 쉬워졌네요...

 

와이파이 안잡히면

지역설정을 korea로 하지 말고 united kingdom등으로 해서 wifi먼저 잡고나서...

 

라즈베리파이에 한글 폰트하고 입력기설치..

pi@raspberrypi:~ $ sudo apt install -y fonts-unfonts-core

pi@raspberrypi:~ $ sudo apt install ibus-hangul

두가지 설치해주면 되고요...

 

키보드 등 korea로 다시 바꿔주면 됩니다.

 

 

putty 사용하려면 SSH enable시켜줘야 하고...

id  "pi",  password " raspberry"..는 기본..!!

 

 

-==================

hdmi연결대신 tft lcd연결하기

 

http://www.waveshare.com/wiki/3.5inch_RPi_LCD_(A)

 

반응형