-
Download Armbian using this torent
-
Extract file
-
Burn Armbian_5.38_Orangepizero_Debian_stretch_next_4.14.14.img to MicroSD using Etcher
-
Open GParted
-
Resize partition to 2GB (armbian OS)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setup bios | |
disable secure boot control | |
enable csm & disable pxe oprom policy | |
wifi-menu | |
ping -c3 www.google.com | |
lsblk | |
cfdisk /dev/sda | |
mkfs.ext4 /dev/sda7 | |
mkfs.ext4 /dev/sda8 |