Problems with ocdLibRemote

We try to test DigiConnectME Development Kit DC-ME-01T-GN with Raven. Using procedure described in manual “NET+Works GNU Tools Programmer’s Guide” (see page 23, part 11), we
reach unexpected end of program OcdLibRemote and downloaded software does not start (at development board).

When we run ocdLibRemote directly from X-Tools then after downloading software ocdLibRemote write this error messages:

Memory Write at 800041c len 4 Error : Target in Reset
Memory Write at 800042c len 4 Error : Unknown Fault
Memory Write at 8000434 len 4 Error : Unknown Fault
Memory Write at 8081000 len 200 Error : Target in Reset
Memory Write at 8081000 len 200 Error : Target in Reset
Memory Write at 8080400 len 200 Error : Target in Reset
Memory Write at 8080a00 len 200 Error : Target in Reset
Memory Write at 8081a00 len 200 Error : Target in Reset

When we run ocdLibRemote from Start menu then ocdLibRemote write this error messages:

BP WriteMemory Failed at : 8081d94
BP WriteMemory Failed at : 80912bc

Please, give me suggestion, where I may found any help.

Ask the obvious:

  1. Is the Raven plugged in?
  2. Is the dev board plugged in?
  3. Is the JTAG plugged in with pin1 toward the center of the board?
  4. Is the JTAG ConnectME all the way into the socket with all the pins in? (They slip to the side all the time for me.)
  5. Make sure there are no COM port managers (such as Procomm) running.

-Erik

Hardware is surely ok, but I notice that gdb print error while running script gdbtkconnectme.raven at line “set output-radix 16”. So I commented this line and now when I try to run downloaded program using gdbtk then ocdLibRemote simply exit without any warning. When I use command “run” in gdb console window then gdb says: “Don’t know how to run. Try `help target’”. I tried “target localhost:8888” but it doesn’t help.