Доброе время суток!
Пытаюсь загрузить прошивку в lpc2378 (отладочная плата _http://olimex.com/dev/lpc-p2378.html) с помощью ARM-USB-OCD (_http://olimex.com/dev/arm-usb-ocd.html). Скачал пример с мигающимм светодиодом с сайта olimex и откомпилировал. Когда попытался запустить openocd, получил следующее
Код
C:\Documents and Settings\r00t>openocd.exe -f C:\lpc2xxx_armusbocd.cfg
Open On-Chip Debugger 0.2.0 (2009-07-18-09:50) Release
$URL: http://svn.berlios.de/svnroot/repos/openocd/tags/openocd-0.2.0/src/openocd.c $
For bug reports, read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
jtag_speed: 3
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
В чем может быть проблема? В интернете решения не нашел... по ходу это только у меня...