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 from Jtag command:

    linux:/ # /opt/gnu/bfin-elf/bin/bfin-gdbproxy bfin --connect="cable IGLOO parallel 0x378" --processor=bf592
    Remote proxy for GDB, v0.7.2, Copyright (C) 1999 Quality Quorum Inc.
    MSP430 adaption Copyright (C) 2002 Chris Liechti and Steve Underwood
    Blackfin adaption Copyright (C) 2008 Analog Devices, Inc.
    GDBproxy comes with ABSOLUTELY NO WARRANTY; for details
    use `--warranty' option. This is Open Source software. You are
    welcome to redistribute it under certain conditions. Use the
    '--copying' option for details.
    Initializing parallel port at 0x378
    error:     bfin: detecting parts failed
    Segmentation fault
    linux:/ #
Reply
  • Hi Jie,

        This is the output from Jtag command:

    linux:/ # /opt/gnu/bfin-elf/bin/bfin-gdbproxy bfin --connect="cable IGLOO parallel 0x378" --processor=bf592
    Remote proxy for GDB, v0.7.2, Copyright (C) 1999 Quality Quorum Inc.
    MSP430 adaption Copyright (C) 2002 Chris Liechti and Steve Underwood
    Blackfin adaption Copyright (C) 2008 Analog Devices, Inc.
    GDBproxy comes with ABSOLUTELY NO WARRANTY; for details
    use `--warranty' option. This is Open Source software. You are
    welcome to redistribute it under certain conditions. Use the
    '--copying' option for details.
    Initializing parallel port at 0x378
    error:     bfin: detecting parts failed
    Segmentation fault
    linux:/ #
Children
No Data