Skip to content
Snippets Groups Projects
Commit 802fc415 authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

Debug Scripts:Removed FMUv1

parent 99bce710
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -35,4 +35,3 @@ gdb_memory_map enable
# doesn't work yet
gdb_flash_program disable
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment