Difference between revisions of "RaspberryPi: Burn SD Card"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Sumber: http://elinux.org/RPi_Easy_SD_Card_Setup | Sumber: http://elinux.org/RPi_Easy_SD_Card_Setup | ||
− | + | ==Download== | |
+ | |||
+ | Download dari | ||
http://www.raspberrypi.org/downloads | http://www.raspberrypi.org/downloads | ||
− | + | Unzip | |
cd ~/Downloads | cd ~/Downloads | ||
− | unzip | + | 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. | * Masukan SD card. Umount semua partisi SD card. | ||
Line 15: | 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== | ||
+ | |||
+ | 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 | ||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Raspberrypi]] | ||
+ | * [[RaspberryPi: OpenELEC]] | ||
+ | * [[RaspberryPi: OpenELEC Instalasi]] | ||
+ | * [[RaspberryPi: XBian]] | ||
+ | * [[RaspberryPi: Download Image]] | ||
+ | * [[RaspberryPi: Burn SD Card]] | ||
+ | * [[RaspberryPi: Download Raspbmc dan Burn SD Card]] | ||
+ | * [[RaspberryPi: Compile Kernel Linux]] | ||
+ | * [[RaspberryPi: Compile Android]] | ||
+ | * [[RaspberryPi: Burn SD Card untuk Puppy RaspberryPi]] |
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