Skip to main content

xPack OpenOCD v0.10.0-15 released

· 3 min read

Version 0.10.0-15 is a maintenance release; it updates to the latest upstream master.

The xPack OpenOCD is the xPack distribution of OpenOCD.

There are binaries for x64 Windows, macOS (Intel 64-bit) and GNU/Linux (Intel 32/64-bit, Arm 32/64-bit).

Raspberry Pi

The main targets for the GNU/Linux Arm binaries are the Raspberry Pi class devices (armv7l and aarch64; armv6 is not supported).

Download

The binary files are available from GitHub Releases.

Install

The full details of installing the xPack OpenOCD on various platforms are presented in the Install Guide.

Compliance

The xPack OpenOCD generally follows the official OpenOCD releases.

The current version is based on:

  • OpenOCD version 0.10.0, the development commit 3ffa14b04 from October 11, 2020.

Changes

There are no functional changes.

Compared to the upstream, the following changes were applied:

  • a configure option was added to configure branding (--enable-branding)
  • the src/openocd.c file was edited to display the branding string
  • the contrib/60-openocd.rules file was simplified to avoid protection related issues.

Bug fixes

  • none

Enhancements

  • none

Known problems

  • none

Documentation

The original documentation is available in the share/doc folder.

Supported platforms

Binaries for Windows, macOS and Intel/Arm GNU/Linux are provided.

The binaries were built using the xPack Build Box (XBB), a set of build environments based on slightly older distributions, that should be compatible with most recent systems.

  • x86/x64 GNU/Linux: all binaries were built with GCC 9.3, running in an Ubuntu 12 Docker container
  • arm64/arm GNU/Linux: all binaries were built with GCC 9.3, running in an Ubuntu 16 Docker container (added in mid-2020)
  • x86/x64 Windows: all binaries were built with mingw-w64 GCC 9.3, running in an Ubuntu 12 Docker container
  • x64 macOS: all binaries were built with GCC 9.3, running in a separate folder on macOS 10.10.5.

Build

The scripts used to build this distribution are in:

  • distro-info/scripts

For the prerequisites and more details on the build procedure, please see the README-MAINTAINER page.

Travis tests

The first set of tests were performed on Travis, by running a simple script to check if the binaries start on a wide range of platforms and distributions:

Tests

The binaries were testes on Windows 11 Pro, Intel Ubuntu 22 LTS and macOS 14.5.

Install the package with xpm.

The simple test, consists in starting the binaries only to identify the STM32F4DISCOVERY board.

~/Library/xPacks/@xpack-dev-tools/openocd/0.10.0-15.3/.content/bin/openocd -f board/stm32f4discovery.cfg

A more complex test consist in programming and debugging a simple blinky application on the STM32F4DISCOVERY board. The binaries were those generated by the simple Eclipse projects available in the xPack GNU Arm Embedded GCC project.

Checksums

The SHA-256 hashes for the files are:

370915b252ff3096b46663943fa040296d75991431228c5cfe315082cff10cab
xpack-openocd-0.10.0-15-darwin-x64.tar.gz

874c0bb93812109f4136b8b4670702ae4d76aa0d6327989a30596cabf4e052b5
xpack-openocd-0.10.0-15-linux-arm64.tar.gz

7697144b4f6581aa0b16e02b8c07f4b91ad861088263327c21fa340b1854ca06
xpack-openocd-0.10.0-15-linux-arm.tar.gz

68f02f2b392c2036702a7da9f418203b60f24aea30b59154e9e5042c1dc567dc
xpack-openocd-0.10.0-15-linux-x32.tar.gz

0a880ef296da083c4eb06ed589181414ae73d64a7dcec5642676207aeacc3e54
xpack-openocd-0.10.0-15-linux-x64.tar.gz

34f05809057ca851ac9c7f8925095abbf9b0c3594a7ca904e4bed3a7f2edfbc8
xpack-openocd-0.10.0-15-win32-x32.zip

6bd6999f7371f68ccc861cf84133feef9976e91fc6a29ef2740d6bd3e4ff203f
xpack-openocd-0.10.0-15-win32-x64.zip

Download analytics

Credit to Shields IO for the badges and to Somsubhra/github-release-stats for the individual file counters.