Questions tagged [armbian]

Is a lightweight Debian or Ubuntu based distribution specialized for ARM developing boards.

What is Armbian?

  • Lightweight Debian or Ubuntu based distribution specialized for ARM developing boards.
  • Compiled from scratch

  • It has powerful build and software development tools.

  • A vibrant community.

Supported chips

  • Allwinner A10, A20, A31, H2+, H3, H5, A64
  • Amlogic S805 and S905 (Odroid boards), S802/S812, S805, S905, S905X and S912
  • Actionsemi S500
  • Freescale / NXP iMx6
  • Marvell Armada A380
  • Rockchip RK3288
  • Samsung Exynos 5422

Supported boards

Beelink X2, Orange Pi PC plus, Orange Pi Plus 2E, Orange Pi Lite, Roseapple Pi, NanoPi M1, NanoPi M1+, NanoPi Neo, NanoPi Neo2, NanoPi Duo, Le Potato, Espressobin, Pine64, soPine64, Pinebook A64, pcDuino2, pcDuino3, Odroid C0/C1/C1+, Banana Pi M2+, Hummingboard 2, Odroid C2, Orange Pi 2, Orange Pi One, Orange Pi PC, Orange Pi PC2, Orange Pi Prime, Orange Pi Win, Orange Pi Plus 1 & 2, Clearfog, Lemaker Guitar, Odroid XU4, Odroid HC1, Udoo Neo, Banana Pi M2, Orange Pi A31S, Cubieboard 1, Cubieboard 2, Hummingboard, Lamobo R1, Banana Pi PRO, Orange Pi mini A20, Olimex Lime A10, Olimex Micro, Olimex Lime 2, pcDuino3 nano, Banana Pi Plus A20, Udoo quad, Orange Pi A20, Olimex Lime 1, Banana Pi, Cubox-i, Cubietruck, Tinker Board, Miqi, Rock64

Common features

  • Debian or Ubuntu based. Compiled from scratch.
  • Install images are reduced to actual data size and resized at first boot.
  • Root password is 1234. You are forced to change this password and create a normal user at first login.
  • Ethernet adapter with DHCP and SSH server ready on default port (22)
  • Wireless adapter with DHCP ready if present but disabled. You can use armbian-config to connect to your router or create AP.
  • NAND, SATA, eMMC and USB install script is included. (nand-sata-install).
  • Upgrades are done via standard apt-get upgrade method.
  • Login script shows: board name with large text, distribution base, kernel version, system load, up time, memory usage, IP address,
    CPU temp, drive temp, ambient temp from Temper if exits, SD card
    usage, battery conditions and number of updates to install.

See more information. Documentation

37 questions
0
votes
1 answer

Php 7.0 Armbian,how i can FIX Mysqli?

root@orangepilite:~# php -e 'phpInfo();' | grep -i mysqli PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/mysqli.so' - /usr/lib/php/20151012/mysqli.so: undefined symbol: mysqlnd_connect in Unknown on line…
Urban Side
  • 81
  • 8
0
votes
0 answers

Writing to a GPIO pin on the Orange Pi Zero with Mono

I wrote a Mono app for Armbian Ubuntu running on an Orange Pi Zero to read incoming telemetry data from the serial port. That part is working fine, but I now need to activate one of the pins on the GPIO. I simply have to occasionally set pin 19 to…
Fabricio Rodriguez
  • 3,769
  • 11
  • 48
  • 101
0
votes
1 answer

kubeadm init fails at control plane setup `timed out waiting for the condition`

I am trying to setup a single-node cluster on my single board computer (non raspberry), running armbian (ubuntu bionic based kernel 4.19). I set up everything according to the official guides, but when I try to run kubeadm init it fails with timed…
mbalint1
  • 31
  • 2
  • 4
0
votes
1 answer

Porting pre-4.15 timer code for mali450 GPU kernel driver on ARM64

I have an old TV box based off the Amlogic S905X ARM64 SoC, a Tanix TX5, which originally ran Android on it. I don't like being locked out of the potential of my hardware, so I followed closely the progress of the Armbian project, and I recently…
Drunken Code Monkey
  • 1,796
  • 1
  • 14
  • 18
0
votes
1 answer

Can't pipe to lolcat in bash script

I'm trying to modify my motd script in Armbian on my OrangePI. Just wanted to plot name of my machine, instead of big ORANGE PI PC. I found, that I have to edit /etc/update-motd.d/10-armbian-header. There were this lines: if [ $(echo $BOARD_NAME |…
Piesa
  • 21
  • 3
0
votes
1 answer

Why looses this Armbian repeatedly connectivity?

I have an Olimex Lime2 running an Armbian, headless. On this board I only care for SSH and MiniDLNA. I hope to get around to include the whole configuration, but one important bit might be that in /boot/armbianEnv.txt I put extraargs=acpi=off For…
Max Görner
  • 674
  • 7
  • 16
-1
votes
1 answer

Can't compile rtmidi test cmidiin.cpp file, Illegal instruction

I'm using Armbian on the Orange Pi board. I try to compile cmidiin.cpp from test folder of the rtmidi lib. Compiling goes with no error messages. But when I run it shows me: g++ cmidiin.cpp -o t6 -g -lpthread -lasound -lrtmidi ./t6 Opening…
Paul
  • 1
1 2
3