Raspberrypi: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:


== Installation ==
== Installation ==
dd 명령어를 이용하여 다운받은 이미지를 SD 카드로 복사하면 된다.
공개된 Raspberry pi 설치 이미지는 이곳<ref>https://www.raspberrypi.org/downloads/</ref>에서 다운받을 수 있다.
 
이후, 다운받은 이미지를 dd 명령어를 이용하여 SD 카드로 복사하면 된다.
<pre>
<pre>
$ wget https://downloads.raspberrypi.org/raspbian_latest
$ ls
$ ls
2015-05-05-raspbian-wheezy.img
2015-05-05-raspbian-wheezy.img

Revision as of 07:29, 9 September 2015

Overview

Raspberry pi 정보 정리

Installation

공개된 Raspberry pi 설치 이미지는 이곳<ref>https://www.raspberrypi.org/downloads/</ref>에서 다운받을 수 있다.

이후, 다운받은 이미지를 dd 명령어를 이용하여 SD 카드로 복사하면 된다.

$ wget https://downloads.raspberrypi.org/raspbian_latest

$ ls
2015-05-05-raspbian-wheezy.img

$ sudo dd bs=4M if=./2015-05-05-raspbian-wheezy.img of=/dev/mmcblk0

See also