Raspberrypi

From 탱이의 잡동사니
Revision as of 21:51, 8 September 2015 by Pchero (talk | contribs)
Jump to navigation Jump to search

Overview

Raspberry pi 정보 정리

Installation

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

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

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

See also