Hi I am new to microprocessors and just followed Lynch’s instructions for using eclipse and openocd for development. I have encountered this error
Open On-Chip Debugger 0.2.0-in-development (2009-05-23-14:36) svn:1888M
(snapshot 1888 from SVN tree + patch, no official release)
BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
jtag_speed: 2
OLD SYNTAX: DEPRECATED - translating to new syntax
jtag newtap CHIP TAP -irlen 4 -ircapture 0x1 -irvalue 0xf
Example: STM32 has 2 taps, the cortexM3(len4) + boundaryscan(len5)
jtag newtap stm32 cortexm3 …, thus creating the tap: “stm32.cortexm3”
jtag newtap stm32 boundary …, and the tap: “stm32.boundary”
And then refer to the taps by the dotted name.
NEW COMMAND:
Unknown command: daemon_startup reset
Has anyone seen this before. If so can you provide some guidance? Why would it not recognize daemon_startup reset? Any help would be greatly appreciated. I went through and double checked to make sure I followed the instructions properly but didnt see any glaring mistakes. Thank you.
W-