Post Go back to editing

BF592 EZ-KIT Jtag Conection using bfin-gdbproxy

Hello,

    I tried to connect BF592 EZ-KIT Lite using the following Jtag command:

         bfin-gdbproxy bfin -connect="cable IGLOO parallel 0x378"

    I got the folowing error:

        error:    bfin: detecting parts failed.

        Segmentation fault.

 

But the in Jtag folder of gcc toolchain, I have a bf592 folder with 2 files: bf592 and STEPPINGS.

So it should be detected. I also tried to use --board=BF592. But I got another error: unknown board BF592   

Anyone knows how to solve this problem? Thanks!

Parents
  • Hi Jie,

        This is the output after running bfin-jtag command on BF592 EZ-KIT board:

    linux:/ # /opt/gnu/bfin-elf/bin/bfin-jtag
    UrJTAG 0.10 #
    Copyright (C) 2002, 2003 ETC s.r.o.
    Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors
    UrJTAG is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    There is absolutely no warranty for UrJTAG.
    warning: UrJTAG may damage your hardware!
    Type "quit" to exit, "help" for help.
    jtag> cable IGLOO parallel 0x378
    Initializing parallel port at 0x378
    jtag> detect
    error: not found: queue is empty
    jtag>
       The following is output afer running bfin-jtag on HHCN BF531 board ( http://www.hhcn.com/chinese/adsp/HHBF531-StartKIT-R1.htm):  
    linux:/ # /opt/gnu/bfin-elf/bin/bfin-jtag
    UrJTAG 0.10 #
    Copyright (C) 2002, 2003 ETC s.r.o.
    Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors
    UrJTAG is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    There is absolutely no warranty for UrJTAG.
    warning: UrJTAG may damage your hardware!
    Type "quit" to exit, "help" for help.
    jtag> cable IGLOO parallel 0x378
    Initializing parallel port at 0x378
    jtag> detect
    IR length: 5
    Chain length: 1
    Device Id: 01010010011110100101000011001011 (0x527A50CB)
      Manufacturer: Analog Devices, Inc. (0x0CB)
      Part(0):      BF533 (0x27A5)
      Stepping:     5
      Filename:     /opt/gnu/bfin-elf/bin/../share/urjtag/analog/bf533/bf533
    warning: IGLOO: untested cable, set wait_clocks to 30
    jtag>
Reply
  • Hi Jie,

        This is the output after running bfin-jtag command on BF592 EZ-KIT board:

    linux:/ # /opt/gnu/bfin-elf/bin/bfin-jtag
    UrJTAG 0.10 #
    Copyright (C) 2002, 2003 ETC s.r.o.
    Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors
    UrJTAG is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    There is absolutely no warranty for UrJTAG.
    warning: UrJTAG may damage your hardware!
    Type "quit" to exit, "help" for help.
    jtag> cable IGLOO parallel 0x378
    Initializing parallel port at 0x378
    jtag> detect
    error: not found: queue is empty
    jtag>
       The following is output afer running bfin-jtag on HHCN BF531 board ( http://www.hhcn.com/chinese/adsp/HHBF531-StartKIT-R1.htm):  
    linux:/ # /opt/gnu/bfin-elf/bin/bfin-jtag
    UrJTAG 0.10 #
    Copyright (C) 2002, 2003 ETC s.r.o.
    Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors
    UrJTAG is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    There is absolutely no warranty for UrJTAG.
    warning: UrJTAG may damage your hardware!
    Type "quit" to exit, "help" for help.
    jtag> cable IGLOO parallel 0x378
    Initializing parallel port at 0x378
    jtag> detect
    IR length: 5
    Chain length: 1
    Device Id: 01010010011110100101000011001011 (0x527A50CB)
      Manufacturer: Analog Devices, Inc. (0x0CB)
      Part(0):      BF533 (0x27A5)
      Stepping:     5
      Filename:     /opt/gnu/bfin-elf/bin/../share/urjtag/analog/bf533/bf533
    warning: IGLOO: untested cable, set wait_clocks to 30
    jtag>
Children
No Data