Package:OpenOCD

From Funtoo
Revision as of 19:19, January 26, 2017 by Slavko (talk | contribs) (correct uucd typo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

OpenOCD

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Introduction

To install OpenOCD simply run as root:

root # emerge -av openocd

Usage

To get usage help, run as user:

user $ openocd -h
Open On-Chip Debugger 0.10.0
Licensed under GNU GPL v2
For bug reports, read
	http://openocd.org/doc/doxygen/bugs.html
Open On-Chip Debugger
Licensed under GNU GPL v2
--help       | -h	display this help
--version    | -v	display OpenOCD version
--file       | -f	use configuration file <name>
--search     | -s	dir to search for config files and scripts
--debug      | -d	set debug level <0-3>
--log_output | -l	redirect log output to file <name>
--command    | -c	run <command>

Hints and tips

The installation adds new plugdev group and installs No results rules for some hardware (e.g. FTDI USB/Serial adapters), which uses this group for device files (e.g. /dev/ttyUSBx). To use these devices as regular user, the user must be member of plugdev group.

   Warning

The group of device files can be, after installation of dev-embedded/openocd, changed. Without this package most of them has uucp as group and after install it, they can seems as stop to works.