-
Download armbian https://dl.armbian.com/orangepipc/archive/Armbian_5.69_Orangepipc_Debian_stretch_next_4.19.13.7z
we need to download a version for wich we know we have the linux headers in the depos. 4.19.13 is such a version.
If the link is dead a copy can be found in garronej/releases. -
Use
BalenaEtcher
to flash the image on a micro SD card. -
The default login is root 1234. When overwriting the root user password and dont forget that the key maping is is not yet configured.
-
At the time of writing this memo there is no need to update
/etc/apt/source.list
but if encontring
some 404 errors whilesudo apt-get update
ing see:https://unix.stackexchange.com/questions/508724/failed-to-fetch-jessie-backports-repository
-
Run
sudo apt-get update
-
Configure keyboard:
dpkg-reconfigure keyboard-configuration
,service keyboard-setup restart
( https://wiki.debian.org/Keyboard, NOTE: Not needed for SSH access ) -
Install linux headers:
sudo apt install linux-headers-next-sunxi=5.70
,apt-mark hold linux-headers-next-sunxi
( ref: https://epsilonrt.fr/2019/05/installer-les-entetes-du-kernel-avec-armbian-config/, NOTE: Don't take this article
to the bank it's quite unactuate yet usefull, in case the package is missing there is a link to the .deb file in garronej/releases ). -
Install nodejs v8: Follow this instructions: https://github.com/nodejs/help/wiki/Installation, download from here: https://nodejs.org/dist/latest-v8.x/
Last active
March 30, 2020 15:21
-
-
Save garronej/8a5d95d506e888f629af4c9133b95249 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/garronej/releases/releases/tag/orangepi