Switching to VM0.6

Post here to get support
Post Reply
mado92
Beginner
Posts: 3
Joined: Wed Jan 07, 2015 9:34 pm

Switching to VM0.6

Post by mado92 »

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:

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)
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
mado92
Beginner
Posts: 3
Joined: Wed Jan 07, 2015 9:34 pm

Re: Switching to VM0.6

Post by mado92 »

hey :)
still have no Idea how to use the Busblaster for flashing and debugging with the VM0.6
please help me
Post Reply