Hi,

my last email (Re: not quite up and running... :-(  didn't get much of  
a response.

Was it unclear, boring, not relevant to the list or unfriendly?

Or did it just get overlooked?  :-)


Anyway, I posted that I wasn't getting very far with the following  
setup:

>
> libusb-0.1.10a
> libftdi-0.16
> openocd-0.2.0.
>
> MacBook Pro (Intel Core 2 Duo)
> Mac OS X 10.6.1 (Snow Leopard).
>
> Hitex STR9 comstick, STR912CS-A2


> ...
> Error: The specified JTAG interface was not found (ft2232)
> The following JTAG interfaces are available:
> ...


I got sidetracked by a BUG in libftdi-0.16/examples/find_all
which results in:

> Number of FTDI devices found: 0


That's because it has a **BUG**, namely,

     if ((ret = ftdi_usb_find_all(&ftdic, &devlist, 0x0403, 0x6001)) <  
0)

instead of the correct:

     if ((ret = ftdi_usb_find_all(&ftdic, &devlist, 0x0403, 0x6010)) <  
0)


Still, that doesn't mean that openocd recognises my Comstick :-(




Anyway, I thought I'd try the openOCD-USB dongle and Hitex STR912 Eval  
board.

Is there a suitable board config file? I didn't see one specifically  
for that board. Only for the

hitex_str9-comstick.cfg

and

str910-eval.cfg (but that's from STM).


Could someone send me their openocd.cfg file for

EITHER

a Hitex STR9 comstick, STR912CS-A2

OR

a Hitex STR912 evaluation board.

Or both, of course :-)

Please?

--colin
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to