Browse Source

Debug Scripts:Removed FMUv1

sbg
David Sidrane 8 years ago committed by Daniel Agar
parent
commit
802fc415ed
  1. 2
      Debug/olimex-px4fmu-debug.cfg
  2. 1
      Debug/px4fmu-board.cfg
  3. 2
      Debug/runopenocd.sh

2
Debug/olimex-px4fmu-debug.cfg

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
# To run type openocd -f mavprogram.cfg
source [find interface/olimex-arm-usb-ocd-h.cfg]
source [find px4fmu-v1-board.cfg]
source [find px4fmu-board.cfg]
init
halt

1
Debug/px4fmu-v1-board.cfg → Debug/px4fmu-board.cfg

@ -35,4 +35,3 @@ gdb_memory_map enable @@ -35,4 +35,3 @@ gdb_memory_map enable
# doesn't work yet
gdb_flash_program disable

2
Debug/runopenocd.sh

@ -2,4 +2,4 @@ @@ -2,4 +2,4 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
openocd -f interface/olimex-arm-usb-ocd-h.cfg -f $DIR/px4fmu-v1-board.cfg
openocd -f interface/olimex-arm-usb-ocd-h.cfg -f $DIR/px4fmu-board.cfg

Loading…
Cancel
Save