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
arch_linux_ubertooth [2017/05/26 22:47] – [Update firmware] adminarch_linux_ubertooth [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{tag>[hardware apu arch linux security ubertooth]}} {{tag>[hardware apu arch linux security ubertooth]}}
-~~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 17:
 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 30:
  
  
 +cd ubertooth-2017-03-R2/ubertooth-one-firmware-bin/
 +ubertooth-dfu -d bluetooth_rxtx.dfu -r 
 </code> </code>
-====Update firmware==== 
-<code> 
-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 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 -r  
- 
- 
-</code> 
arch_linux_ubertooth.1495838833.txt.gz · Last modified: 2017/05/26 22:47 by admin