You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
469 B
469 B
This is a universal image shared with the Banana Pi board.
To get full functionality of this board please login as root and execute:
apt-get update
apt-get upgrade
source /etc/armbian-release
dpkg -r linux-u-boot-bananapi-${BRANCH} linux-$(lsb_release -cs)-root-${BRANCH}-bananapi
apt-get -y install linux-u-boot-orangepi-${BRANCH} linux-$(lsb_release -cs)-root-${BRANCH}-orangepi
ln -fs bin/orangepi.bin /boot/script.bin
echo orangepi > /etc/hostname
reboot