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