라즈베리파이 설치 (MacOS)

img 파일 다운로드

라즈베리파이는 우분투(Ubuntu) 기반의 raspbian 이라는 OS를 사용한다.
lite버전은 cli만 사용가능한 버전이다.
http://www.raspberrypi.org/downloads

터미널에서 디스크 마운트 확인

1
$ diskutil list

sd카드에 해당하는 장치를 언마운트 한다.

1
$ diskutil unmountDisk /dev/disk4

img 파일이 있는 곳으로 이동 후 다음과 같은 명령어로 sd카드에 img 설치

1
2
$ cd /path/to/img
$ sudo dd bs=1m if=2017-04-10-raspbian-jessie.img of=/dev/rdisk4

ctrl + t 를 눌러 설치 현황을 확인할 수 있다.

완료되면 명령어 커맨드 대기상태가 된다.

pc에서 sd카드를 언마운트한 후에, 라즈베리파이에 삽입하여 나머지 설치과정을 진행한다.

참조 : http://forteleaf.blogspot.kr/2016/06/3-via-osx.html
다른 방법 : http://giyatto.tistory.com/28 - 인스톨러 활용

Author

hwiVeloper

Posted on

2017-05-16

Updated on

2022-12-29

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

댓글

You forgot to set the shortname for Disqus. Please set it in _config.yml.