Raspberrypi: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Download== Raspberry site [https://www.raspberrypi.org/downloads/ Raspberry] ==Prepare the SD Card== Link [https://www.raspberrypi.org/documentation/installation/installin...") |
|||
Line 4: | Line 4: | ||
==Prepare the SD Card== | ==Prepare the SD Card== | ||
Link [https://www.raspberrypi.org/documentation/installation/installing-images/linux.md linux | Link [https://www.raspberrypi.org/documentation/installation/installing-images/linux.md linux command line] | ||
<syntaxhighlight lang="bash"> | |||
df -h | |||
umount /dev/sdX1 | |||
unzip -p 2017-02-16-raspbian-jessie.zip | sudo dd of=/dev/sdX bs=4096 status=progress | |||
</syntaxhighlight> |
Revision as of 03:02, 26 March 2017
Download
Raspberry site Raspberry
Prepare the SD Card
Link linux command line
df -h
umount /dev/sdX1
unzip -p 2017-02-16-raspbian-jessie.zip | sudo dd of=/dev/sdX bs=4096 status=progress