Archive of posts with category 'Armbian'

termtosvg on aarch64 Debian

Installing termtosvg on an aarch64 machine running bullseye.

Installing asciicast2gif on aarch64 Debian bullseye

asciicast2gif: one way to produce a GIF file from your terminal session

How to install Armbian on the Station P1 starting from Android

balbes150 asked the other day on the Armbian forum if NicoD could make a video about installing Armbian on the Station P1 directly, without using anything else.

🍊 ARM your continuous integration system with fruits! 🍌

The goal of this howto is to show you how to add your own ARM Gitlab runner to your Gitlab instance Runners herd.

Installing TensorFlow on the Orange Pi 4B

This quick howto is heavily based on Orange Pi’s documentation. To this day, Orange Pi recommended versions of TensorFlow and Python are quite old:

Sphinx: Installing sphinxbase on the OrangePi 4B

This post will be part of a series regarding generating subtitles for videos with the OrangePi 4B running Armbian. We’re not yet sure of what we’ll use to generate those...

Sphinx: Installing pocketsphinx and sphinxtrain on the OrangePi 4B

This post is the second one of a series regarding generating subtitles for videos with the OrangePi 4B running Armbian. We’re not yet sure of what we’ll use to generate...

Terminal recording on the OrangePi Zero

Terminal recording on the OrangePi Zero

How to use the GPIO on the OrangePi Zero running Armbian

How to see it’s still alive (UART)

Use x.264 hardware encoding on an OrangePi Zero running Armbian

```bash cd /usr/src/linux wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.20.17.tar.xz && xz -d linux-4.20.17.tar.xz && tar -xf linux-4.20.17.tar && rm linux-4.20.17.tar armbian-config install kernel source cp linux-source-5.3.9-sunxi64/.config linux/linux-4.20.17 cd linux && git clone https://github.com/uboborov/sunxi-cedar-mainline cd...