Difference between revisions of "RaspberryPi: Burn SD Card"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
cd ~/Downloads | cd ~/Downloads | ||
unzip 2017-09-07-raspbian-stretch-lite.zip | unzip 2017-09-07-raspbian-stretch-lite.zip | ||
+ | unzip 2019-09-26-raspbian-buster-lite.zip | ||
+ | |||
==Burn SD== | ==Burn SD== | ||
Line 20: | Line 22: | ||
dd bs=1M if=2017-09-07-raspbian-stretch-lite.img of=/dev/sdb | dd bs=1M if=2017-09-07-raspbian-stretch-lite.img of=/dev/sdb | ||
sync | sync | ||
+ | |||
+ | cd ~/Downloads | ||
+ | dd bs=1M if=2019-09-26-raspbian-buster-lite.img of=/dev/sdc | ||
+ | sync | ||
+ | |||
* Lepaskan SD card. Masukan SD card ke Raspberry Pi. Boot + have fun :) .. | * Lepaskan SD card. Masukan SD card ke Raspberry Pi. Boot + have fun :) .. |
Latest revision as of 15:55, 5 January 2020
Sumber: http://elinux.org/RPi_Easy_SD_Card_Setup
Download
Download dari
http://www.raspberrypi.org/downloads
Unzip
cd ~/Downloads unzip 2017-09-07-raspbian-stretch-lite.zip unzip 2019-09-26-raspbian-buster-lite.zip
Burn SD
- Masukan SD card. Umount semua partisi SD card.
- Burn SD card
cd ~/Downloads dd bs=1M if=2017-09-07-raspbian-stretch-lite.img of=/dev/sdb sync
cd ~/Downloads dd bs=1M if=2019-09-26-raspbian-buster-lite.img of=/dev/sdc sync
- Lepaskan SD card. Masukan SD card ke Raspberry Pi. Boot + have fun :) ..
Burn SD untuk extension xz
Beberapa (seperti Puppy & BlankOn) menggunakan xz, lakukan,
unxz --stdout raspi-sd-4gb-sap6-5.105.img.xz | dd of=/dev/sdb sync
Referensi
- http://elinux.org/RPi_Easy_SD_Card_Setup
- http://distro.ibiblio.org/quirky/arm/test/raspi-sap6-5.105-alpha4/howto-copy-to-sd-card.htm