Hello List,

from Freddie I know that a "mix mode" installer is working.
Here libftdi is used for the JTAG part of the FT2232 chip, 
and the FTD2XX driver is used for the COM port of the chip.

Now I can confirm that the COM port of the Turtelizer is working.

The installation is a little strange, because the user must point
to two different folders.

-driver
  |-ftdilib
  |-non-gpl
     |-turtelizer

For the JTAG port to ftdilib and for the COM port to turtelizer
under non-gpl.

In the moment I do not know if this is intuitive. Here
we can use one ftdilib file for all of the devices,
but I want to prefer the following structure:

-driver
   |-turtelizer
      |-jtag
      |-com
   |-jtagkey
      |-jtag

and so on. This should be more intuitive for the user.
The disadvantage is that we need for each libftdi device
his own libftdi inf file. But this is easier for the user,
and the user should be the priority.

@Zach,
this is one point for the TODO list.

Best regards,

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

Reply via email to