Menu

#133 Fails to recognize DirtyJTAG Jean THOMAS

0.17
open
nobody
None
5
2020-11-21
2020-11-18
Yuri
No

On FreeBSD urjtag fails to detect the DirtyJTAG Jean THOMAS device idVendor=0x1209, idProduct=0xc0ca

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251232

Discussion

  • Yuri

    Yuri - 2020-11-21

    The problem is that configuring with --with-libusb=/usr causes ujtag to not recognize libusb.

    Here is the diff of logs with vs. without --with-libusb=/usr:

    --- broken.log  2020-11-21 10:06:06.299718000 -0800
    +++ works.log   2020-11-21 10:07:20.628513000 -0800
    @@ -169,6 +166,7 @@
     checking readline/history.h presence... yes
     checking for readline/history.h... yes
     checking whether readline supports completion... yes
    +checking for LIBUSB... yes
     checking for LIBFTDI... yes
     checking for ftdi_usb_open... yes
     checking for ftdi_read_data_submit... yes
    @@ -222,7 +220,7 @@
     urjtag is now configured for
    
       Libraries:
    
    -    libusb     : manual
    +    libusb     : 1.0
         libftdi    : yes (have async mode)
         libftd2xx  : no
         inpout32   : no
    
     
    • Geert Stappers

      Geert Stappers - 2020-11-21

      On Sat, Nov 21, 2020 at 06:19:43PM -0000, Yuri wrote:

      The problem is that configuring with --with-libusb=/usr causes ujtag to not recognize libusb.

      Here is the diff of logs with vs. without --with-libusb=/usr:
      ~~~
      --- broken.log 2020-11-21 10:06:06.299718000 -0800
      +++ works.log 2020-11-21 10:07:20.628513000 -0800

      FWIW https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251232#c2
      a better hint for a patch.

      Regards
      Geert Stappers
      In an attempt to say "Having seen the bugreport, had a closer look"

       
  • Geert Stappers

    Geert Stappers - 2020-11-21

    FWIW https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251232#c2
    has a better hint on a patch.

    (Strange that my reply though email isn't here yet.)

     
  • Yuri

    Yuri - 2020-11-21

    The workaround patch (removal of --with-libusb=/usr) is in the FreeBSD port now.

    This bug report is for the upstream to fix it properly.

     

Log in to post a comment.

MongoDB Logo MongoDB