Archive of posts with category 'OrangePi'

๐ŸŠ 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:

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...

Compile GCC 9.X on the RK3399

Using https://solarianprogrammer.com/2016/10/07/building-gcc-ubuntu-linux/

Stream For Cheap With RK3399 #2 - Compile FFMPEG

In part one of this series, I tried the installed ffmpeg version on the OrangePi RK3399, and made a few assumptions. Now, letโ€™s try to compile ffmpeg on this very...