This is just in notes form. (Formatted later when works here or in another entry.)
2/23 Update 1:
If path is set correctly, then trunk3 version of openocd appears to work.
Need to test with JTAG installed.
Additionally reinstalled cygwin with additional development tools.
2/23 Update 1:
If path is set correctly, then trunk3 version of openocd appears to work.
Need to test with JTAG installed.
Additionally reinstalled cygwin with additional development tools.
2/22
In http://forum.sparkfun.com/ many have same error and no replies:
Command handler execution failed.
Seems like a catch all error message. Turning on debug did help see where its failing, but it fails at the 3rd line so not much help.
So tried IRCchat channel... Yes the .cfg commands changed between 0.3 and 0.4(which had started doing, but nothing that helped so far.)
So I will try and compile the trunk3 source code and see if that works... and look at /read up on 0.4 while it compiles.
Also looking at the debug output from trunk3 on lab PC may help to see where the changes occur.
In http://forum.sparkfun.com/ many have same error and no replies:
Command handler execution failed.
Seems like a catch all error message. Turning on debug did help see where its failing, but it fails at the 3rd line so not much help.
So tried IRCchat channel... Yes the .cfg commands changed between 0.3 and 0.4(which had started doing, but nothing that helped so far.)
So I will try and compile the trunk3 source code and see if that works... and look at /read up on 0.4 while it compiles.
Also looking at the debug output from trunk3 on lab PC may help to see where the changes occur.
2/18
Just copying Openocd files over to laptop didn't work
Installed openOCD 4
Currently trying to get the .cfg files to work correctly.
Just using v.3 (+jtag patch) copied into a directory does not work.
And meant openOCD 4 had to be reinstalled.
And meant openOCD 4 had to be reinstalled.
Example .cfg files are only in git.
"Warning: You must install OpenOCD first before connecting your USB JTAG adapter to the PC."
I hope that means connecting not installing the JTAG.
[reinstalled (again) with JTAG unplugged]
Hope this JTAG bug does not affect JLINK, too.
https://sourceforge.net/apps/trac/openocd/ticket/31
Differences between Trunk3 0.3+patch(built) and 0.4(installed)
Directories Trunk3 has but installed v4 doesn't:
Copied into 4.0 (from Trunk3): testing; tcl
[reinstalled (again) with JTAG unplugged]
Hope this JTAG bug does not affect JLINK, too.
https://sourceforge.net/apps/trac/openocd/ticket/31
Differences between Trunk3 0.3+patch(built) and 0.4(installed)
Directories Trunk3 has but installed v4 doesn't:
- Trunk3 built (3.0+patch):
- autom4te.cache;
- contrib;
- doc;
- ecosflash;
- src;
- tcl;
- testing; (has .cfg files in subdirs)
- tools;
Copied into 4.0 (from Trunk3): testing; tcl
- Program files installed (4.0) but not in Trunk3:
- bin;
- board; (has .cfg files)
- drivers;
- interface; (has .cfg files)
- source;
- target; (has .cfg files)
No comments:
Post a Comment