RaspberryPi: Instalasi Ubuntu

From OnnoWiki
Revision as of 03:07, 2 October 2018 by Onnowpurbo (talk | contribs) (Created page with "==Download Image== * https://www.ubuntu.com/download/iot/raspberry-pi-2-3 * http://cdimage.ubuntu.com/ubuntu-core/16/stable/current/ubuntu-core-16-pi3.img.xz ==Cek Drive==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Download Image


Cek Drive

fdisk -l | grep /dev/sd

Burn ke MicroSD

xzcat ~/Downloads/<image file .xz> | sudo dd of=<drive address> bs=32M
xzcat /var/data/library/library-sw-hw/raspberrypi/ubuntu-core-16-pi3.img.xz | sudo dd of=/dev/sdc1 bs=32M