FS#69928 - [openocd] add optional depends
Attached to Project:
Community Packages
Opened by Antonio Borneo (borneoa) - Tuesday, 09 March 2021, 21:19 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:08 GMT
Opened by Antonio Borneo (borneoa) - Tuesday, 09 March 2021, 21:19 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:08 GMT
|
Details
Description:
OpenOCD optionally depends on package capstone, present in community. Please add "capstone" in the dependency list. Actually it also optionally depends on libgpiod, but this is currently in AUR. Additional info: * package version(s) 1:0.11.0-1 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:08 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/openocd/issues/1
Saturday, 25 November 2023, 20:08 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/openocd/issues/1
This is surely valuable on embedded hosts that have available GPIOs, e.g. raspberry PI.
On standard x86 PCs I use a USB-to-GPIO adapter, e.g. DLN2 or a FTDI-SIO.
You can check the configuration file "tcl/interface/dln-2-gpiod.cfg" in the source code ("/usr/share/openocd/scripts/interface/dln-2-gpiod.cfg" in the package)
Actually OpenOCD can also use the SYSFS_GPIO for GPIO bitbanging, but that's deprecated and not enabled on Arch standard kernel.