RaspberryPi: Instalasi Ubuntu
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==...")
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
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