Raspberry Pi 4 Model B 모델에 라즈비안 OS 라이팅을 해보겠다.
Raspberry Pi 용 OS 종류는 버전별 종류별로 다양하다. 자기 사용 용도에 맞게 사용하길 바란다.
키오스크 모드용 OS 라이팅은 아래 이전 게시글을 참고하면 된다.
2021.05.09 - [Embedded/Raspberry Pi] - [Raspberry Pi] OS 라이팅
[Raspberry Pi] OS 라이팅
이번에는 Raspberry Pi 에서 사용 할 수 있는 Linux 를 라이팅 하는 방법을 알아보겠다. 필자는 Raspberry Pi 를 통해 키오스크 모드를 사용할 목적으로 키오스크 모드 셋팅이 가능한 버전이 포함된 Linux
darkengineer.tistory.com
본격적으로 시작하자면,
우선 라즈베리파이 공식 사이트에서 제공하는 라즈비안 OS 는 아래 경로를 통해 획득 가능하다.
https://www.raspberrypi.com/software/
Raspberry Pi OS – 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
아래는 릴리즈된 라즈비안 OS 를 모아놓은 사이트이다.
https://downloads.raspberrypi.org/raspbian/images/raspbian-2019-07-12/
Index of /raspbian/images/raspbian-2019-07-12
downloads.raspberrypi.org
물론 라즈베리파이용 Ubuntu OS 도 아래 경로를 통해 가능하다. 벌써 18, 20 버전은 운영안한다.
https://ubuntu.com/download/raspberry-pi
Install Ubuntu on a Raspberry Pi | Ubuntu
Ubuntu is an open-source operating system for cross platform development, there's no better place to get started than with Ubuntu on a Raspberry Pi.
ubuntu.com
이러한 섭한경우를 위해 아래와 같이 비공식적으로 Git에서 획득 가능하다.
이건 모르시는분들 많으실거다.
https://jamesachambers.com/raspberry-pi-4-ubuntu-server-desktop-18-04-3-image-unofficial/
Raspberry Pi 4 Ubuntu Server / Desktop 18.04.4 Unofficial Image
Unofficial Raspberry Pi 4 64 bit Ubuntu image that has additional firmware updates for stability, includes raspi-config as well as 64 bit userland binaries.
jamesachambers.com
아래는 SDcard 포멧과 라이팅을 하기 위한 툴이다. 아래 경로에서 설치를 하길 바란다.
물론 라이팅의 경우 라즈베리파이 공식 사이트에서도 툴을 제공 하지만, 파이를 제외한 범용으로
쓰려면 아래 툴 사용을 개인적으론 권장한다.
https://www.sdcard.org/downloads/
Downloads | SD Association
The SD Association offers you whitepapers, simplified specifications SD Memory Card Formatter and SDA Brochure. Select the buttons below to download.
www.sdcard.org
https://sourceforge.net/projects/win32diskimager/
Win32 Disk Imager
Download Win32 Disk Imager for free. A Windows tool for writing images to USB sticks or SD/CF cards . This program is designed to write a raw disk image to a removable device or backup a removable device to a raw image file. It is very useful for embedded
sourceforge.net
이렇게 라즈베리파이 OS 라이팅 방법은 참으로 간단하다.
'Embedded > Raspberry Pi' 카테고리의 다른 글
[Raspberry Pi] 라즈베리파이 WiFi IP 고정으로 사용하기 (0) | 2022.01.20 |
---|---|
[Raspberry Pi] 라즈베리파이 WiFi 끊김 문제 해결하기 (0) | 2022.01.20 |
[Raspberry Pi] 라즈베리파이4 Model B 4GB 키트 구성 (0) | 2022.01.16 |
[Raspberry Pi] IP, Samba, WiFi, mjpg-streamer, kiosk 등 사용 (0) | 2021.05.09 |
[Raspberry Pi] OS 라이팅 (0) | 2021.05.09 |