From 7f321ae7a991f5b5e4ce1090471513b9c76dc53e Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 1 Apr 2025 19:01:00 +0800 Subject: [PATCH] Add cmsis driver install. --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 65b15ce..19905fa 100644 --- a/Readme.md +++ b/Readme.md @@ -31,6 +31,14 @@ make sudo make install ``` +## maybe install CMSIS-DAP probes driver + +```bash +sudo cp openocd/contrib/60-openocd.rules /etc/udev/rules.d +sudo udevadm control --reload +sudo reboot +``` + ## may be install sv2v `https://github.com/zachjs/sv2v`