Lines Matching refs:rules
236 .. _setting-udev-rules:
238 Setting udev rules
244 define udev rules to grant the needed access permission.
248 removed) from the system. We can add a rules file to grant access
251 The OpenOCD (On-Chip Debugger) project conveniently provides a rules
252 file that defined board-specific rules for most Zephyr-supported
253 arm-based boards, so we recommend installing this rules
255 installed the Zephyr SDK there is a copy of this rules file in the SDK
258 * Either download the OpenOCD rules file and copy it to the right
261 …wget -O 60-openocd.rules https://sf.net/p/openocd/code/ci/master/tree/contrib/60-openocd.rules?for…
262 sudo cp 60-openocd.rules /etc/udev/rules.d
264 * or copy the rules file from the Zephyr SDK folder::
266 …ALL_DIR}/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
268 Then, in either case, ask the udev daemon to reload these rules::