freebsd-ports/devel/openocd/pkg-message
Martin Wilke 704f21cabd - Update to 0.4.0
PR:		144241
Submitted by:	CeDeROM <tomek.cedro@gmail.com> (maintainer)
2010-03-13 14:37:04 +00:00

23 lines
823 B
Text

===============================================================================
OpenOCD is now installed, enjoy!
Handbook is at: http://openocd.berlios.de/doc/html/
NOTE: To allow an ordinary user to acces any of the the hotplug USB interface
add him/her to the operator group (pw groupmod operator -m username), then
setup the devfs subsystem by adding these lines to the following files:
***/etc/devfs.rules (FreeBSD 8.x):
[localrules=10]
add path 'ugen*' mode 0660 group operator
add path 'usb/*' mode 0660 group operator
add path 'usb' mode 0770 group operator
***/etc/devfs.rules (FreeBSD 7.x):
[localrules=10]
add path 'ugen*' mode 0660 group operator
***/etc/rc.conf:
devfs_system_ruleset="localrules"
===============================================================================