User Tools

Site Tools


manual:demos:usb_driver_install

This is an old revision of the document!


OpenBLT USB Driver Installation Instructions

This page contains step-by-step instructions for the USB driver installation and additional background information regarding the USB driver.

USB Driver Installation on Windows

Before installing the USB driver, make sure the USB device that runs the OpenBLT USB bootloader is not connected to your PC. If a prior version of the USB driver was installed, it is recommended to first uninstall this driver.

The installation of the USB driver is performed using the Zadig tool. You can download the necessary files here: OpenBLT USB Driver Package. After downloading the OpenBLT USB Driver Package, unzip the archive to c:\openblt_usb_driver\ and start the program zadig_2.2.exe. Note that users reported issues with the USB driver, if they used a different directory to unzip to, so make sure to use the c:\openblt_usb_driver\ directory.

From the program menu, select Device → Load Preset Device and select the file openblt.cfg, which is found in the same directory as where zadig_2.2.exe is located. Next, click the Install Driver button to install the USB driver for the OpenBLT bootloader:

After successfully completion of the USB driver installation, you can plug in the USB device that runs the OpenBLT USB bootloader. Windows will automatically detect the USB device and map it to the newly installed USB driver. You can verify the correct USB driver installation and USB device detection using the Device Manager in Windows. You should see an entry for WinUSB Bulk Device, without a yellow exclamation mark in the icon:

Windows Compatibility

The USB driver makes use of the WinUSB user mode driver. Support for WinUSB is available in versions starting with Windows XP. The USB driver for OpenBLT is configured to run on Windows Vista, 7, 8 and 10. Both 32- and 64-bit operating system versions are supported.

USB Driver Installation on Linux

On Linux, all that has to be done is install the libusb-1.0 package. Example for Ubuntu based distributions:

sudo apt-get install libusb-1.0-0

To verify that the OpenBLT USB device is recognized by the system, run the following command:

lsusb

Typically only the super user has access to the OpenBLT USB device. To give all users access, create the following UDEV rules file and store it in /etc/udev/rules.d/60-openblt.rules. After a re-boot all users will have access:

ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="1d50", ATTR{idProduct}=="60ac", MODE="0666"

USB driver VID/PID

Note that the USB driver's vendor ID $1D50 (VID) and product ID $60AC (PID) are officially registered as can be seen on the following website: http://wiki.openmoko.org/wiki/USB_Product_IDs.

manual/demos/usb_driver_install.1579169035.txt.gz · Last modified: 2020/01/16 11:03 by voorburg