I am using a buildroot environment, and can't find gdbproxy in it. I imagine I could download and use the toolchain from here ADI GNU toolchain download | SourceForge.net but when I do, I still can't find gdbproxy in there. Am I missing something?
I am using a buildroot environment, and can't find gdbproxy in it. I imagine I could download and use the toolchain from here ADI GNU toolchain download | SourceForge.net but when I do, I still can't find gdbproxy in there. Am I missing something?
Please download the package named "blackfin-toolchain-elf-gcc-4.5-2014R1_45-RC2.x86_64.tar.bz2"
You've answered my primary question. I have a secondary question however, which is:
Can bfin-jtag (and subsequently bfin-gdbproxy) interact with ADZS-BF537-EZLITE via its inbuilt USB debugger?
It seems perhaps IGLOO driver can be used for this? "cable probe" only reveals "automatic probe found nothing"
Please advise - thank you
No. UrJTAG and gdbproxy do not support the on-board emulator. The on-board emulator on BF537 EZLITE board is not an IGLOO emulator, so the IGLOO driver will not work for it.
Does this mean the on-board emulator has no linux host support? My intent is to try ucLinux/buildroot on the EZKIT, then use linux to program it. But of course I'll need to load the image onto it. Perhaps I should start a different thread for that purpose
The on-board emulator on BF537 EZLITE board does not have Linux support. You can take a look at the cables supported by UrJTAG here:
https://sourceforge.net/p/urjtag/git/ci/master/tree/urjtag/src/tap/cable/
to see what's available to you. You'd better choose an emulator with schematics available such that you can connect the signals from emulator to the JTAG port on the board correctly.