Questions tagged [armbian]

For questions about the Armbian Linux distribution for ARM development boards.

Armbian is a lightweight Linux distribution for ARM development boards based on Debian or Ubuntu.

Web site: https://www.armbian.com/

13 questions
7
votes
1 answer

How to install the Ubuntu OS in Orange Pi 4G IoT?

I have recently buy an Orange Pi 4G IoT and I have installed the Android 6.0 successfully. But for my project need I want to install the Ubuntu OS in it. Can anyone help me. Previous Work Download the Ubuntu from the official…
ram786kumar
  • 71
  • 1
  • 4
2
votes
1 answer

Debian/Armbian: mediainfo exits with code 1 on .mkv files

I hope superuser.com is the right spot for this kind of issues. Status quo: Today i updated my BananaPi M1 to Debian Stretch (Armbian) and installed all packages I need from the plain Strech repo, no dev stuff or the like. The setup also includes…
Arno-Nymous
  • 131
  • 8
2
votes
1 answer

Overscan under Armbian on a single-board computer (H3-based)

I'm running Armbian on an Allwinner H3-based SBC (NanoPi M1): As you can see, it has a CVBS out, and fair enough, after a bit of tinkering with the bootloader's script.bin (which compiles in and out of an .ini-like FEX format with bin2fex and…
Camilo Martin
  • 2,604
  • 4
  • 32
  • 41
1
vote
1 answer

Cannot enable Bluetooth on Tinkerboard (Armbian)

I've got an ASUS Tinker Board device. It is running Armbian (Ubuntu 20.04.3 LTS / 5.10.60). $ uname -a Linux tinkerboard 5.10.60-rockchip #21.08.1 SMP PREEMPT Wed Aug 25 19:43:43 UTC 2021 armv7l armv7l armv7l GNU/Linux The device is connected to…
1
vote
1 answer

BananaPi with wrong hostname on router

I set up my Banana Pi using the simple hostname bananapi which is also shown at the command line (root@bananapi:/#) and using the hostname command in my ARMBIAN shell, furthermore I customized the /etc/hosts file to fit for the same host name, still…
tai
  • 177
  • 1
  • 1
  • 9
0
votes
0 answers

error: response from deamon: failed to create task for container to create shim task

I'm trying to run docker run hello-world but i'm getting this error: error: response from deamon: failed to create task for container to create shim task> OCI runtime create failed: runc create failed: unable to start container process: error…
Jack
  • 1,135
  • 5
  • 17
  • 29
0
votes
0 answers

OrangePI 0 did not load Armbian inside the microSD card after I tried to plug the card in windows system

I obtained a device using OrangePI 0 with a microSD card containing the OS and necessary application for the system from my company. It uses Raspbian/Armbian as the OS. My problem is, the device no longer boots into the OS as it should after I tried…
0
votes
1 answer

Linux uses a wrong network interface than the intended one

I use an Odroid device with Debian 11 and kernel 6.1 as my NAS. I tried older kernel versions (5.10 and such) with no difference. I recently connected a second network interface, so now I have got: eth0 (the built-in 1Gb/s Ethernet port), IP:…
Mona
  • 209
  • 2
  • 9
0
votes
1 answer

Pine64 fails to compress videos with ffmpeg and H264

I have a Pine64+ (1GB) - A64-DB-Rev B (2016-02-24) with an All Winner Tech chip. I'd like to use to compress videos from 4K to 960. I installed Armbian using these directions, I verified that ffmpeg is already installed. I mounted the USB drive…
miguelmorin
  • 1,817
  • 4
  • 15
  • 26
0
votes
2 answers

How to force armbian create an AP with 2.4 GHz instead of 5 GHz?

Orange Pi 3. Armbian-config creates a hotspot for Wi-Fi 5 GHz on channel 40 and sometimes on 2.4 GHz. I know it scanning for better, but I need to always create 2.4 GHz Wi-FI AP. If I'm just changing channel from 40 to 6 AP doesn't work at all.
0
votes
1 answer

Continuous RTSP stream recording with ffmpeg. Can I optimize it to not damage the SD card?

I have got an IP camera with RTSP stream. I decided to record the stream using ffmpeg (version 3.2.14-1~deb9u1) on the Odroid-N2 device with Armbian. I have created a .sh script which is launched by Croon every minute. It checks if the ffmpeg…
Mona
  • 209
  • 2
  • 9
0
votes
1 answer

Orange Pi Zero: Wrong Date and Time even given Internet Access

I am using Orange Pi Zero and running Armbian Stretch OS 5.59 on it. Problem is, it is giving wrong date and time even in the presence of the Internet. I have tried restarting "ntp" service but to no avail. I have also tried rebooting, but the same…
Saad
  • 9
  • 1
0
votes
1 answer

How to make RTC sysfs available to user

In Armbian, I've been able to make the GPIO sysfs available for users in the gpio group using the unstructions on this first post and this works. This worked successfully for my unprivileged user. Now I'm trying to do the same for the RTC sysfs…
Mark Jeronimus
  • 674
  • 2
  • 10
  • 19