diff --git a/Debug/olimex-px4fmu-debug.cfg b/Debug/olimex-px4fmu-debug.cfg index 61d70070dbb041d749f65c4476eb8812fe9b43c5..d0cf066bf007de02cab88a1a86c0c75d4a084968 100644 --- a/Debug/olimex-px4fmu-debug.cfg +++ b/Debug/olimex-px4fmu-debug.cfg @@ -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 diff --git a/Debug/px4fmu-v1-board.cfg b/Debug/px4fmu-board.cfg similarity index 99% rename from Debug/px4fmu-v1-board.cfg rename to Debug/px4fmu-board.cfg index 19b862a2d17669575828f07ae8e2615274abc6fb..9e8988d0ad0b55d7e4a7b3cd87fdd10221d9f5d9 100644 --- a/Debug/px4fmu-v1-board.cfg +++ b/Debug/px4fmu-board.cfg @@ -35,4 +35,3 @@ gdb_memory_map enable # doesn't work yet gdb_flash_program disable - diff --git a/Debug/runopenocd.sh b/Debug/runopenocd.sh index 6258fccfb6c5f9f6080854f2c04037b3ce7abf75..56c005a76f388d9f292251f5256617aacfd5fa78 100755 --- a/Debug/runopenocd.sh +++ b/Debug/runopenocd.sh @@ -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