Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


arch_linux_ubertooth

PC Engines APU, Arch Linux - Ubertooth

Install and update firmware

pacman -S cmake

curl -OL https://github.com/greatscottgadgets/libbtbb/archive/2017-03-R2.tar.gz
curl -OL https://github.com/greatscottgadgets/ubertooth/releases/download/2017-03-R2/ubertooth-2017-03-R2.tar.xz

tar zxvf 2017-03-R2.tar.gz
cd libbtbb-2017-03-R2
mkdir build
cd build
cmake ..
make
make install


tar xvf ubertooth-2017-03-R2.tar.xz 
cd ubertooth-2017-03-R2/host
mkdir build
cd build
cmake ..
make
make install

echo "/usr/local/lib" >>/etc/ld.so.conf.d/local.conf
ldconfig


cd ubertooth-2017-03-R2/ubertooth-one-firmware-bin/
ubertooth-dfu -d bluetooth_rxtx.dfu -r 
arch_linux_ubertooth.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1