Difference between revisions of "RaspberryPi: Burn SD Card"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
cd ~/Downloads | cd ~/Downloads | ||
− | unzip | + | unzip 2017-09-07-raspbian-stretch-lite.zip |
+ | unzip 2019-09-26-raspbian-buster-lite.zip | ||
Line 19: | Line 20: | ||
cd ~/Downloads | cd ~/Downloads | ||
− | dd bs=1M if= | + | 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 :) .. | * Lepaskan SD card. Masukan SD card ke Raspberry Pi. Boot + have fun :) .. | ||
− | |||
==Burn SD untuk extension xz== | ==Burn SD untuk extension xz== |
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