Difference between revisions of "OpenOCD Troubleshooting: Unable to Fetch Product Description"

From eLinux.org
Jump to: navigation, search
(Porting TinCanTools wiki content.)
 
(Adding proper categories)
 
Line 4: Line 4:
  
 
[[OpenOCD]] requires superuser privileges to communicate with your drivers. For information on running OpenOCD as root on Ubuntu, see [[Running_OpenOCD_on_Linux#OpenOCD_and_Permissions|OpenOCD and Permissions]]. If you have access to your system's root password and wish to allow other users to run [[OpenOCD]] without ''sudo'', see [[Accessing Devices without Sudo]].
 
[[OpenOCD]] requires superuser privileges to communicate with your drivers. For information on running OpenOCD as root on Ubuntu, see [[Running_OpenOCD_on_Linux#OpenOCD_and_Permissions|OpenOCD and Permissions]]. If you have access to your system's root password and wish to allow other users to run [[OpenOCD]] without ''sudo'', see [[Accessing Devices without Sudo]].
 +
 +
[[Category:TinCanTools]]
 +
[[Category:OpenOCD]]

Latest revision as of 19:57, 17 April 2012

You run OpenOCD on Ubuntu and it cannot communicate with your FTDI drivers. If you use an OpenOCD build compiled with the libftdi driver library, it exits on startup after printing this error:

Error: unable to open ftdi device: unable to fetch product description

OpenOCD requires superuser privileges to communicate with your drivers. For information on running OpenOCD as root on Ubuntu, see OpenOCD and Permissions. If you have access to your system's root password and wish to allow other users to run OpenOCD without sudo, see Accessing Devices without Sudo.