Raspberry Pi/Raspberry Pi OS

(macOS)[Raspberry Pi] Raspberry Pi OS(64bit) 설치 및 원격접속

jinozpersona 2022. 12. 27. 13:16

Intro

OS : MacOS 

Target HW : Raspberry Pi 3B+

Target OS : Raspberry Pi OS(64bit) with desktop

 

 

 

Requirements

balenaEtcher : brew install balenaetcher

2022-09-22-raspios-bullseye-arm64.img.xz

VNC Viewer

 

 

1. Raspberry Pi OS Download

Site Link

https://www.raspberrypi.com/software/operating-systems/

 

Operating system images – Raspberry Pi

From industries large and small, to the kitchen table tinkerer, to the classroom coder, we make computing accessible and affordable for everybody.

www.raspberrypi.com

 

 

2. balenaEtcher : Booting microSD 만들기

balenaEtcher 실행

 

Flash from file : 2022-09-22-raspios-bullseye-arm64.img.xz 선택

 

select target : microSD 선택

Flash! : 클릭

 

3. Target HW : Raspberry Pi Set-Up

microSD 카드를 Raspberry Pi 3B+ 마운트 > 디스플레이 연결(HDMI) > 전원

 

- Set Country : South Korea

 

- Create User

 

- Set Up Screen

 

- Select WiFi Network

 

 

- Update Software : 오래걸림....

 

 

 

4. 원격 접속

- ssh 접속

ssh 활성화 : raspi terminal

raspi $ sudo systemctl enable ssh
raspi $ sudo systemctl start ssh

 

ssh 접속 : macOS terminal

macOS $ ssh YourID@raspberrypi.local
yes
password:

 

 

 

- VNC server 접속

raspberry pi VNC enable

raspi $ sudo raspi-config

3. Interface Options

I3 VNC

Yes

raspi $ netstat -tnlp

tcp 0.0.0.0:22 : ssh

tcp 0.0.0.0:5900 : VNC server

 

 

VNC server 접속

VNC Viewer install

macOS $ brew install --cask vnc-viewer

주소창 : raspberrypi.local

 

손쉬운 사용 : VNC Viewer 허용

 

접속 화면

 

 

 

 

반응형