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
Next revision
Previous revision
Last revisionBoth sides next revision
arch_linux_ubertooth [2017/05/26 22:44] adminarch_linux_ubertooth [2017/05/26 22:53] – [Update firmware] admin
Line 2: Line 2:
 ~~TOC~~ ~~TOC~~
 =====PC Engines APU, Arch Linux - Ubertooth===== =====PC Engines APU, Arch Linux - Ubertooth=====
-====Install (from git)====+ 
 +====Install and update firmware====
 <code> <code>
 pacman -S cmake pacman -S cmake
  
-git clone https://github.com/greatscottgadgets/libbtbb.git +curl -OL https://github.com/greatscottgadgets/libbtbb/archive/2017-03-R2.tar.gz 
-cd libbtbb+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 mkdir build
 cd build cd build
Line 14: Line 18:
 make install make install
  
-git clone https://github.com/greatscottgadgets/ubertooth.git + 
-cd ubertooth/host+tar xvf ubertooth-2017-03-R2.tar.xz  
 +cd ubertooth-2017-03-R2/host
 mkdir build mkdir build
 cd build cd build
 cmake .. cmake ..
 make make
-sudo make install+make install
  
 echo "/usr/local/lib" >>/etc/ld.so.conf.d/local.conf echo "/usr/local/lib" >>/etc/ld.so.conf.d/local.conf
Line 26: Line 31:
  
  
-</code> 
-====Update firmware==== 
-<code> 
-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/ cd ubertooth-2017-03-R2/ubertooth-one-firmware-bin/
 +ubertooth-dfu -d bluetooth_rxtx.dfu -r 
 +</code>
  
-/usr/local/bin/ubertooth-dfu -d bluetooth_rxtx.dfu -r  
  
- 
-</code> 
arch_linux_ubertooth.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1