Switching to VM0.6
Posted: Thu May 28, 2015 7:34 pm
hey 
i wanted to switch from Bitcraze VM 0.5 to 0.6 but I have now problems with flashing the code on the device over JTAG.
I already changed in the makefile the OPENOCD_INTERFACE to interface/busblaster.cfg!
But still not possible to flash it without an error.
I am using "Flash using debugger"
This is the output of the console:
Hope you can help me using VM0.6
Don't know if it's important but I want to Flash the Firmware of the crazyflie 1

i wanted to switch from Bitcraze VM 0.5 to 0.6 but I have now problems with flashing the code on the device over JTAG.
I already changed in the makefile the OPENOCD_INTERFACE to interface/busblaster.cfg!
But still not possible to flash it without an error.
I am using "Flash using debugger"
This is the output of the console:
Code: Select all
21:33:29 **** Build of configuration Build (GNU) for project crazyflie-firmware ****
make flash
openocd -d2 -f interface/stlink-v2.cfg -f target/stm32f4x_stlink.cfg -c init -c targets -c "reset halt" \
-c "flash write_image erase cflie.elf" -c "verify_image cflie.elf" -c "reset run" -c shutdown
Open On-Chip Debugger 0.8.0 (2014-10-25-15:32)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.html
debug_level: 2
Info : This adapter doesn't support configurable speed
Error: open failed
in procedure 'transport'
in procedure 'init'
Makefile:268: recipe for target 'flash' failed
make: *** [flash] Error 1
21:33:29 Build Finished (took 314ms)
Don't know if it's important but I want to Flash the Firmware of the crazyflie 1