From add0c5c4fa0b82c157223fdcaa54e21a9003c1d0 Mon Sep 17 00:00:00 2001 From: Karl Scholz <105341601+karlscholz@users.noreply.github.com> Date: Tue, 15 Nov 2022 11:45:43 +0100 Subject: [PATCH] fixed format issue in openocd_gbd_debugging.md --- docs/development/openocd_gdb_debugging.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/development/openocd_gdb_debugging.md b/docs/development/openocd_gdb_debugging.md index b6db5c962a..12884b37aa 100644 --- a/docs/development/openocd_gdb_debugging.md +++ b/docs/development/openocd_gdb_debugging.md @@ -82,7 +82,7 @@ Upload the code to your Crazyflie by typing make cload > **_NOTE:_** -> Note: This method uses windows python program to upload the binary. So make sure that you have python, the cfclient and its all dependencies installed under windows and that you're able to connect to the crazyflie via the cfclient and Crazyradio PA(zadig!). +> This method uses windows python program to upload the binary. So make sure that you have python, the cfclient and its all dependencies installed under windows and that you're able to connect to the crazyflie via the cfclient and Crazyradio PA(zadig!). @@ -118,9 +118,9 @@ After that you can use the following Commands in Windows Powershell(Admin) Now make sure that it is connected to WSL by listing all usb devices with ```lsusb``` Currently only the Superuser has read/write access to that usb device, change that by - - ```sudo chmod +666 /dev/bus/usb//``` - - Example: ```sudo chmod +666 /dev/bus/usb/002/003``` - - if you're unsure, you can check the permissions with ```ls -l /dev/bus/usb//``` +- ```sudo chmod +666 /dev/bus/usb//``` +- Example: ```sudo chmod +666 /dev/bus/usb/002/003``` +- if you're unsure, you can check the permissions with ```ls -l /dev/bus/usb//``` The link to gdb-multiarch is required because Ubuntu does not ship arm-none-eabi-gdb anymore, but the new gdb-multiarch that supports all architecture.