Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

I use python spidev to exchange data between STM32 and orangepi zero 2W (SBC) running armbian bookworm two independent arrays on each side, one transmit one receive. STM sends and receives just fine ...
Juergen Gnoss's user avatar
0 votes
0 answers
154 views

Help Needed: Docker Containers Can't Resolve Domain Names on Bridge Network Hi everyone, I'm having trouble with my Docker setup on my home server. My containers on the bridge network can ping IP ...
Mushfiq Hasan's user avatar
0 votes
1 answer
421 views

I try alot of thing on my Banana Pi M5. It's easy to burn an image to eMMC storage. But i don't want to loose all and i want to backup my Banana Pi and it's not easy... Like for my Raspberry Pi, i ...
Denis's user avatar
  • 1
0 votes
2 answers
315 views

I am experiencing some weird behaviour after switching off DEBUG on Django, behind NGINX reverse proxy. I am testing it on a Armbian Linux with Python 3.7.3. Django project has the manage.py inside ...
Alessandro Perla's user avatar
0 votes
1 answer
198 views

I have orangepi lite card and armbian in it. I have pyhon tkinter app that needs to start at boot so i write sh file for it. #!/bin/bash cd /folder-to-main-script sudo python3 PinReader.py #for the ...
aspq's user avatar
  • 41
1 vote
0 answers
363 views

I have a small computer running Armbian, similar to a RPi with an RTC connected to it on /dev/rtc1/. my device is running mainly offline but connects to internet from time to time and I use this ...
Tibibs's user avatar
  • 91
1 vote
0 answers
217 views

Hello people of the internet, I am trying to compile and load the Xradio driver into armbian. I have successfully compiled the kernel but when I try to compile the drivers it says it trys to refrence ...
Joshua Strutton's user avatar
1 vote
0 answers
453 views

I'm attempting to activate PWM on pin PA6 of an Orange Pi One board. I've tried using a Device Tree Blob Overlay (DTBO) and accessing the sysfs interface, as well as using the WiringOP library, but I'...
Mathias Nichele's user avatar
1 vote
1 answer
135 views

I'm trying to use pin PC3 as an interrupt, but it returns the error code -22 in the gpio_to_irq() function. In user-space i can use it normally as a GPIO, but I need it to function as an interrupt in ...
John's user avatar
  • 363
0 votes
1 answer
83 views

The armbian img is "Armbian_23.05.0_amlogic_s905l3a_bullseye_5.15.110_server_2023.05.02" I want use luasocket, but it is not support lua 5.4, so lua 5.1 was installed, however...... Which ...
user22159134's user avatar
0 votes
1 answer
362 views

I have this NanoPi NEO LTS device which I'm using in conjunction with NAS Kit. This article states that Allwinner H3 (CPU) has an inbuilt RTC which is loaded to /dev/rtc0 which I can confirm by ...
JavaUser007's user avatar
0 votes
0 answers
1k views

I have a stm32wb55 as bluetooth serial device, and I can pair it with a phone and can get an output but on the PC with rfcomm it doesn't work. I want an rfcomm alternative because it doesnt work and ...
Hannes Campidell's user avatar
0 votes
1 answer
507 views

I use Orange PI 3 LTS with latest version armbian (Ubuntu 22.04.1 LTS). NET 5.0.17. So, i installed dotnet runtime: root@orangepi3-lts:~# dotnet --info Host (useful for support): Version: 5.0.17 ...
Roman's user avatar
  • 161
2 votes
1 answer
3k views

By default, eth0 is disabled on BPI ZERO M2. Here we will show to enable it
Bruno Poultier's user avatar
0 votes
1 answer
296 views

I have an Orange Pi + 2 single board computer with the ability to connect an external hard drive via SATA. Armbian is installed on the hard disk, the bootloader is in the onboard memory of the board. ...
Kirill Vercetti's user avatar
1 vote
0 answers
342 views

I have some issue with usb library in NodeJS. I try to send some command via usb to some device from Armbian Linux. My code looks like this const usb = require("usb"); const elzabUSB = usb....
Ares3000's user avatar
0 votes
1 answer
847 views

I just installed Armbian on my SBC running Ubuntu 20.04.3 LTS (Focal Fossa). Output of cat /etc/os-release is: NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)" PRETTY_NAME="...
McK's user avatar
  • 702
0 votes
1 answer
699 views

I'm having trouble running a program this error when running the program ./radiobot -bash: ./radiobot: cannot execute binary file: Exec format error And I checked the file, it turns out that the error ...
gUfriL's user avatar
  • 471
0 votes
1 answer
2k views

I have a program running on armbian single board computer. The program starts with -b option during the startup of the system. I created this simple shell script #!/bin/bash #Myprog server start sudo -...
user3742046's user avatar
0 votes
1 answer
1k views

I recently installed armbian focal to a tinker board, and was attempting to install the discord python package. It's running a pre installed python 3.8.5 version, but I've only seen errors with ...
Eric Hedengren's user avatar
2 votes
1 answer
565 views

I am running Armbian 20.11.3 Buster v5.4.83 Minimal in an Odroid HC1. The site freemyip.com offers free DDNS and doesn't need a client to update the DDNS. Instead, you set up your server to run a ...
CTB's user avatar
  • 23
1 vote
1 answer
808 views

I would need to configure my Single board computer as an AP, and I managed to do it before and it was working flawlessly (the AP is isolated and not connected to the WAN). Then today, I needed to ...
Tibibs's user avatar
  • 91
2 votes
2 answers
8k views

When I try to create a Selenium Firefox Webdriver on my Orange Pi with Armbian Buster like import selenium from selenium import webdriver from selenium.webdriver.firefox.options import Options ...
Andy Ef's user avatar
  • 175
0 votes
2 answers
94 views

Recently I came across a strange behavior of rrdtool: if data was inserted into the database at a random time, "splashes" appear on the graph, this can be seen in the attached picture. I ...
Илья's user avatar
0 votes
1 answer
301 views

I need to activate a virtualenv Python enviroment on my NanoPI NEO with Armbian (Debian-based). I created a simple script to do so: #!/bin/bash echo "Activating application's virtual enviroment......
Marek Ant's user avatar
-1 votes
1 answer
96 views

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 -...
Paul's user avatar
  • 11
7 votes
3 answers
7k views

A noob here starting with docker in a Orange Pi 3 (Rasberry Pi clone). I'm trying to configure and start a docker containter (bitwarden_rs), but when I do, I lost connection to the external network. ...
user3390184's user avatar
0 votes
1 answer
143 views

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:...
Urban Side's user avatar
0 votes
0 answers
513 views

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 ...
Fabricio Rodriguez's user avatar
2 votes
1 answer
268 views

I'm trying to use BME680 sensor on BananaPI + Armbian 5.65 together with TSL 2651 on same i2c but no luck. (for reference, very same configuration is not working on RPi either) Sensor when connected ...
fluffypuffy's user avatar
0 votes
1 answer
429 views

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 ...
Drunken Code Monkey's user avatar
0 votes
1 answer
994 views

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. ...
Piesa's user avatar
  • 31
0 votes
1 answer
350 views

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 /...
Max Görner's user avatar
4 votes
1 answer
4k views

I am trying to run speech recognition on tinkerboard with Armbian installed. I am always geting this error ERROR - Error fetching results from Speech Recognition service missing google-api-python-...
Loui's user avatar
  • 560