Skip to content

Instantly share code, notes, and snippets.

@emachado
Last active January 30, 2018 00:42
Show Gist options
  • Save emachado/29ce3e6cfab20473b21a31da81bfb94e to your computer and use it in GitHub Desktop.
Save emachado/29ce3e6cfab20473b21a31da81bfb94e to your computer and use it in GitHub Desktop.
orangepi mini armbian install

Download Armbian image:

http://www.armbian.com/orange-pi-mini/

Preparing 2gb microsd card:

sudo dd if=./Armbian_5.38_Bananapi_Debian_stretch_next_4.14.14.img of=/dev/mmcblk0

Accessing orangepi (root's password: 1234):

ssh root@bananapi.local

Updating and installing needed packages:

apt-get update

apt-get upgrade -V

#cat /etc/armbian-release

#lsb_release -cs

dpkg -r linux-u-boot-bananapi-next linux-jessie-root-next-bananapi

apt-get -y install linux-u-boot-orangepi-next linux-stretch-root-next-orangepione

sudo ln -sf /usr/lib/linux-u-boot-next-orangepi_5.25_armhf/u-boot-sunxi-with-spl.bin /boot/script.bin

echo orangepi > /etc/hostname

reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment