From e2335c58dc73a36789e05ffdf3122266e324146f Mon Sep 17 00:00:00 2001 From: schneider <schneider@muc.ccc.de> Date: Mon, 15 Jul 2019 19:01:37 +0000 Subject: [PATCH] Update debugger.rst --- Documentation/debugger.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/debugger.rst b/Documentation/debugger.rst index e65b1949a..b5b4302d5 100644 --- a/Documentation/debugger.rst +++ b/Documentation/debugger.rst @@ -34,6 +34,11 @@ Please run ``make install`` after removing any already installed OpenOCD version. Otherwise please always specify the full path to OpenOCD (the binary is under ``src/openocd``). +.. info:: + If you want to use OpenOCD as normal user, copy ``contrib/60-openocd.rules`` + into the ``/etc/udev/rules.d/`` directory and run ``udevadm control --reload`` + afterwards. + GDB (``arm-none-eabi-gdb``) --------------------------- Apart from OpenOCD you also need ``arm-none-eabi-gdb``. You should install -- GitLab