|
From: Mike R. <mik...@la...> - 2013-08-16 17:56:24
|
On Fri, Aug 16, 2013 at 01:54:52PM -0400, Jason Kratzer wrote:
> Unfortunately it seems like I cannot update the firmware:
> root@bt:~/ubertooth-2012-10-R1/host/usb_dfu# ./ubertooth-dfu --write
> ../../ubertooth-one-firmware-bin/bluetooth_rxtx.bin
> [Errno 32] Pipe error
> Traceback (most recent call last):
> File "./ubertooth-dfu", line 226, in <module>
> print dfu.get_status()
> AttributeError: 'module' object has no attribute 'get_status'
Ah, you must manually put the device into DFU mode by running:
$ ubertooth-util -f
After that attempt to run the ubertooth-dfu command.
|