Debug Scripts:Removed FMUv1

This commit is contained in:
David Sidrane 2017-08-10 08:15:49 -10:00 committed by Daniel Agar
parent 99bce71003
commit 802fc415ed
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

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

View File

@ -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