Check out my first novel, midnight's simulacra!

Bluetooth: Difference between revisions

From dankwiki
(Created page with "==Ubertooth== ===Firmware=== <tt>[grimes](1) $ sudo ubertooth-scan -s -x Ubertooth API version 1.01 found, libubertooth 1.1 requires 1.06. Please upgrade to latest released f...")
 
No edit summary
Line 6: Line 6:
See: https://github.com/greatscottgadgets/ubertooth/wiki/Firmware
See: https://github.com/greatscottgadgets/ubertooth/wiki/Firmware
[grimes](1) $ </tt>
[grimes](1) $ </tt>
Use <tt>ubertooth-dfu</tt> to update the firmware. Firmware can be built from an ubertooth checkout by running [[Make]] in the <tt>firmware</tt> directory.
Use <tt>ubertooth-dfu</tt> to update the firmware. Firmware can be built from an ubertooth checkout by running [[Make]] in the <tt>firmware</tt> directory (you'll need the <tt>gcc-arm-none-eabi</tt> package).

Revision as of 19:42, 16 September 2019

Ubertooth

Firmware

[grimes](1) $ sudo ubertooth-scan -s -x Ubertooth API version 1.01 found, libubertooth 1.1 requires 1.06. Please upgrade to latest released firmware. See: https://github.com/greatscottgadgets/ubertooth/wiki/Firmware [grimes](1) $ Use ubertooth-dfu to update the firmware. Firmware can be built from an ubertooth checkout by running Make in the firmware directory (you'll need the gcc-arm-none-eabi package).