To better help the user resolve issues with using OpenOCD, we have created a openocd-user mailing list. Hopefully with user input we can make OpenOCD a smoother experience for all.
For info other OpenOCD mailing lists can be found here.
To better help the user resolve issues with using OpenOCD, we have created a openocd-user mailing list. Hopefully with user input we can make OpenOCD a smoother experience for all.
For info other OpenOCD mailing lists can be found here.
For those interested here is a new tutorial on using BeagleBone with OpenOCD.
http://www.mattlmassey.com/2012/04/26/using-openocd-with-the-beaglebone/
All the mailing lists are back online now – all i can say is it took a lot longer than it should have (sf).
We are currently having issues with our mailing lists hosted on SF:
https://sourceforge.net/mail/?group_id=274635
For some reason they have been deleted, SF are looking into it and hopefully we will be back online soon.
We have two new helpers to the OpenOCD team – Gerrit and Jenkins.
Gerrit is a web based review system that makes reviewing patches simpler for all – especially project devs.
Here is the link for our Gerrit server
Jenkins is a continuous integration server, and is being used to test any patches uploaded to Gerrit. This again makes our life simpler as some of the trivial tasks are now automated.
Here is the link for our Jenkins server.
The server has been kindly donated by the kind folks at Zylin.
In the long term this will hopefully mean a more stable OpenOCD.
All mailing lists have now moved over to sourceforge, update any spam filters asap.
Users that were subscribed to the Berlios lists have been migrated over, so you should have nothing todo.
https://lists.sourceforge.net/lists/listinfo/openocd-devel
https://lists.sourceforge.net/lists/listinfo/openocd-commit
Seems Berlios is closing on the 31/12/2011
This means the website (this) and the mailing lists will be moving to sourceforge – stay tuned for details.
It has been a while since an official OpenOCD release, but it is finally here !!
Many thanks to all that helped get this release out the door – in the future we are planning to release on a more regular schedule.
Here is the NEWS file relating to this release:
This file includes highlights of the changes made in the OpenOCD 0.5.0 source archive release. See the repository history for details about what changed, including bugfixes and other issues not mentioned here.
JTAG Layer:
There are migration procedures for most of these, but you should convert your scripts to the new names, since those procedures will not be around forever.
- jtag jinterface … is now adapter_name …
- jtag_khz … is now adapter_khz …
- jtag_nsrst_delay … is now adapter_nsrst_delay …
- jtag_nsrst_assert_width … is now adapter_nsrst_assert_width …
Boundary Scan:
Transport framework core … supporting future work for SWD, SPI, and other non-JTAG ways to debug targets or program flash.
Target Layer:
Flash Layer:
Board, Target, and Interface Configuration Scripts:
Core Jim/TCL Scripting:
Documentation:
None.
Build and Release:
None.
For more details about what has changed since the last release, see the git repository history. With gitweb, you can browse that in various levels of detail.
For older NEWS, see the NEWS files associated with each release (i.e. NEWS-<version>).
For more information about contributing test reports, bug fixes, or new features and device support, please read the new Developer Manual (or the BUGS and PATCHES.txt files in the source archive).