라즈베리파이 설치 (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 | $ cd /path/to/img |
ctrl + t
를 눌러 설치 현황을 확인할 수 있다.
완료되면 명령어 커맨드 대기상태가 된다.
pc에서 sd카드를 언마운트한 후에, 라즈베리파이에 삽입하여 나머지 설치과정을 진행한다.
참조
: http://forteleaf.blogspot.kr/2016/06/3-via-osx.html다른 방법
: http://giyatto.tistory.com/28 - 인스톨러 활용
라즈베리파이 설치 (MacOS)
https://hwiveloper.github.io/2017/05/16/raspberrypi-install-MacOS/
You need to set
install_url
to use ShareThis. Please set it in _config.yml
.