hypriot / image-builder-rpi

SD card image for Raspberry Pi with Docker: HypriotOS
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
1.07k stars 168 forks source link

Fix #288 Bluetooth MAC #339

Closed ProfFan closed 4 years ago

StefanScherer commented 4 years ago

Thanks @ProfFan Do you know if that works only with the built-in bluetooth, or also with USB bluetooth sticks eg on a Raspberry Pi 2?

If someone wants to test this, here is the SD card image with that change: https://246-49221370-gh.circle-artifacts.com/0/home/circleci/project/output/hypriotos-rpi-dirty.img.zip

ProfFan commented 4 years ago

This is a fix for the internal Bluetooth, but the original one can only work with internal BT anyway :)

External USB sticks do not need this, as they have their own driver and their MAC should already be configured by that.

ProfFan commented 4 years ago

Note: a more proper fix would be have the same /dev/serial1 name in accordance with Raspbian, so we can just use their btuart script.

StefanScherer commented 4 years ago

Ok, let's merge this. Thanks again!