6d79c3b37f
PR: 137861 Submitted by: CeDeROM <tomek.cedro@gmail.com> (maintainer)
15 lines
502 B
Text
15 lines
502 B
Text
===============================================================================
|
|
|
|
Now You can use OpenOCD. Handbook is at: http://openocd.berlios.de/doc/html/
|
|
|
|
To allow an ordinary user to acces the hotplug USB interface add him
|
|
to the operator group and add these lines to the following files:
|
|
|
|
/etc/devfs.rules:
|
|
[localrules=10]
|
|
add path 'ugen*' mode 0660 group operator
|
|
|
|
/etc/rc.conf:
|
|
devfs_system_ruleset="localrules"
|
|
|
|
===============================================================================
|