Hi, I just upgraded to openocd V1.0 and I am confused about the following behaviour. The command line
> openocd -f interface/jtagkey.cfg -f target/stm32.cfg -f openocd.cfg fails with > invalid command name "reset_halt" Here is the openocd.cfg script: ---------------------------------------------- # Flash Programming script reset halt stm32x mass_erase 0 sleep 10 flash write_image cosv3r04.elf 0x00000000 'elf' reset run resume # --------------------------------------------- The funny thing is that these commands work when I am connected via telnet. What am I missing? Greetings Uwe _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development