Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


arch_linux_ubertooth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
arch_linux_ubertooth [2017/05/26 22:47] – [Install (from git)] adminarch_linux_ubertooth [2017/05/26 22:53] – [Update firmware] admin
Line 3: Line 3:
 =====PC Engines APU, Arch Linux - Ubertooth===== =====PC Engines APU, Arch Linux - Ubertooth=====
  
-====Update firmware====+====Install and update firmware====
 <code> <code>
-curl -Ol https://github.com/greatscottgadgets/libbtbb/archive/2017-03-R2.tar.gz+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 curl -OL https://github.com/greatscottgadgets/ubertooth/releases/download/2017-03-R2/ubertooth-2017-03-R2.tar.xz
-tar xf ubertooth-2017-03-R2.tar.xz  
-cd ubertooth-2017-03-R2/ubertooth-one-firmware-bin/ 
  
-/usr/local/bin/ubertooth-dfu -d bluetooth_rxtx.dfu -+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 
 </code> </code>
 +
 +
arch_linux_ubertooth.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1