Difference between revisions of "OrangePi: Burn Debian img"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "==Download & Burn== apt install p7zip-full wget https://dl.armbian.com/orangepione/Debian_stretch_next.7z 7z e Armbian_5.38_Orangepione_Debian_stretch_next_4.14.14.7z dd...") |
Onnowpurbo (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | ==Persiapan== |
apt install p7zip-full | apt install p7zip-full | ||
+ | |||
+ | Download & Install Etcher dari | ||
+ | |||
+ | https://etcher.io/ | ||
+ | https://github.com/resin-io/etcher/releases/download/v1.4.5/etcher-electron_1.4.5_amd64.deb | ||
+ | |||
+ | apt install libpango1.0-0 libpangox-1.0-0 | ||
+ | dpkg -i etcher-electron_1.4.5_amd64.deb | ||
+ | |||
+ | |||
+ | |||
+ | # delete semua partisi yang ada di sdcard | ||
+ | fdisk /dev/sdc | ||
+ | d | ||
+ | d | ||
+ | w | ||
+ | |||
+ | ==Download== | ||
+ | |||
wget https://dl.armbian.com/orangepione/Debian_stretch_next.7z | wget https://dl.armbian.com/orangepione/Debian_stretch_next.7z | ||
7z e Armbian_5.38_Orangepione_Debian_stretch_next_4.14.14.7z | 7z e Armbian_5.38_Orangepione_Debian_stretch_next_4.14.14.7z | ||
Line 13: | Line 32: | ||
1728512+0 records out | 1728512+0 records out | ||
884998144 bytes (885 MB, 844 MiB) copied, 288,366 s, 3,1 MB/s | 884998144 bytes (885 MB, 844 MiB) copied, 288,366 s, 3,1 MB/s | ||
− | |||
==Username & Password== | ==Username & Password== |
Latest revision as of 10:58, 18 October 2018
Persiapan
apt install p7zip-full
Download & Install Etcher dari
https://etcher.io/ https://github.com/resin-io/etcher/releases/download/v1.4.5/etcher-electron_1.4.5_amd64.deb
apt install libpango1.0-0 libpangox-1.0-0 dpkg -i etcher-electron_1.4.5_amd64.deb
# delete semua partisi yang ada di sdcard fdisk /dev/sdc d d w
Download
wget https://dl.armbian.com/orangepione/Debian_stretch_next.7z 7z e Armbian_5.38_Orangepione_Debian_stretch_next_4.14.14.7z dd if=Armbian_5.38_Orangepione_Debian_stretch_next_4.14.14.img of=/dev/sdc
Akan keluar
dd if=Armbian_5.38_Orangepione_Debian_stretch_next_4.14.14.img of=/dev/sdc 1728512+0 records in 1728512+0 records out 884998144 bytes (885 MB, 844 MiB) copied, 288,366 s, 3,1 MB/s
Username & Password
username root password 1234