summaryrefslogtreecommitdiff
path: root/devel/openocd/pkg-message
blob: 551e98d953d148f6e81a23e62ace89cfe95e8205 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
===============================================================================

OpenOCD is now installed, this software can damage your hardware, enjoy!

User's guide is at:
 http://openocd.sourceforge.net/documentation/online-docs/
Developer's guide is at:
 http://openocd.sourceforge.net/documentation/openocd-reference-manual/

FreeBSD USB 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):
 [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):
 [localrules=10]
	add path 'ugen*' mode 0660 group operator

 ***/etc/rc.conf:
	devfs_system_ruleset="localrules"

===============================================================================