

BreadLee
-
Posts
21 -
Joined
-
Last visited
Reputation Activity
-
BreadLee reacted to Igor in Add new repository to the building system
Peeking into manual?
https://docs.armbian.com/Developer-Guide_User-Configurations/
-
-
BreadLee reacted to martinayotte in Building mainline U-Boot for Orange Pi Zero Plus 2
Lot of learning in perspective, about Armbian u-boot flavor, but also with the above link.
Not an easy task, even for myself, not having done it before ...
-
BreadLee reacted to arox in Problems with bluetooth on Armbian(Ubuntu 16.04 server)
You didn't tell what BT device you use and what usage you intend to do with BT.
The BT chips on board (AP6212 for example) need an "hciattach" process - sometimes tricky with the init system. USB dongle need not.
You probably will need a bluetoothd process (and check that it does not put your "hci0" device down). And then you will need the dbus running (and configured) -- even if BT is the only app needing that sort of thing on a "minimal system".
-
BreadLee reacted to Igor in Problems with bluetooth on Armbian(Ubuntu 16.04 server)
That's normal. It's not installed on CLI images. You need to install it on your own. Automated with:
https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-image-customization-script
manual with armbian-config
Bluetooth components are missing. I think you only need this:
apt-get -y --no-install-recommends install pulseaudio-module-bluetooth blueman
-
BreadLee got a reaction from Igor in Problems with bluetooth on Armbian(Ubuntu 16.04 server)
Thank you for your reply! Actually @Igor was right. Yesterday I installed all packages that he advised, but it seemed that nothing changed. Today after board powering everything works great.... I think, that yesterday I didn't reboot board. Also this script ( from Armbian git) helped me a lot.
Thank you @arox and @Igor
Best wishes