Debian 9 with kernel 4.4.55_3 http://wiki.banana-pi.org/Banana_Pi_BPI-M2%2B#Raspbian ``` bash # Install System sudo fdisk -l unzip 2018-11-09-debian-9-stretch-mate-desktop-preview-bpi-m2p-4.4-sd-emmc.img.zip sudo dd if=2018-11-09-debian-9-stretch-mate-desktop-preview-bpi-m2p-sd-emmc.img of=/dev/mmcblk1 bs=10MB # Bluetooth Setup sudo apt install libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev wget http://www.kernel.org/pub/linux/bluetooth/bluez-5.49.tar.xz tar -xf bluez-5.49.tar.xz cd bluez-5.49/ ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-experimental make -j4 sudo make install sudo adduser pi bluetooth sudo cp /etc/dbus-1/system.d/bluetooth.conf /etc/dbus-1/system.d/bluetooth.conf.bak sudo nano /etc/dbus-1/system.d/bluetooth.conf #add the #comment lines to the bluetooth.conf without the # # # # # # # # # sudo reboot ```