Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Created April 28, 2020 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-minguez/dcf785b461bcb934b8557f5eba3a04c6 to your computer and use it in GitHub Desktop.
Save e-minguez/dcf785b461bcb934b8557f5eba3a04c6 to your computer and use it in GitHub Desktop.
pine64 bluetooth
  • Install armbian and update it
  • Install the full firmware package and bluetooth support
apt install armbian-firmware-full bluez
  • Include the pine64 bluetooth config file (manually for now, see armbian/firmware#14)
  • Enable and start the bluetooth service
systemctl enable bluetooth --now
  • Verify it works
hcitool lescan
@e-minguez
Copy link
Author

update-alternatives --set iptables /usr/sbin/iptables-legacy

for k3s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment