|
NAMEbcmfw —
firmware download utility for Broadcom BCM2033 chip based
Bluetooth USB devices
SYNOPSIS
DESCRIPTIONThebcmfw utility downloads the specified mini-driver
and firmware files to the specified device.
This utility will only work with Broadcom
BCM2033 chip based Bluetooth USB devices. The identification is currently
based on USB vendor ID/product ID pair. The vendor ID should be 0x0a5c
( Due to copyright issues I will no longer provide mini-driver and firmware files for the device. These files can be obtained from the Linux BlueZ bluez-firmware package. Visit http://www.bluez.org/download.html for details. I am using the following files from the bluez-firmware-1.0 package: MD5 (BCM2033-MD.hex) =
5580317158d07fc4ace90af04f8e1c73 MD5 (BCM2033-FW.bin) =
b4e142b3272cfe5a84b32fda6b4b032f The options are as follows: FILES
EXIT STATUSThebcmfw utility exits 0 on success,
and >0 if an error occurs.
EXAMPLESTo download the firmware into the /dev/ubtbcmfw0 device:bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex
-f BCM2033-FW.bin SEE ALSOubtbcmfw(4), ugen(4)AUTHORSMaksim Yevmenkin <m_evmenkin@yahoo.com>BUGSMost likely. Please report if found.
Visit the GSP FreeBSD Man Page Interface. |