Is OpenOCD actually connected? Telnet thinks so

Hooked up my Olimex usb-tiny and played around with the config file for a whileand it appears to be connecting. I telneted to 4444 and got the On Chip Debugger prompt which lets me issue commands.

Does this mean I am actually connected to the target? If not, whats a simple way to see if I’m really talking to the S3C2410 and OpenOCD isn’t just talking to itself?

While I’m at it, anyone know of a USB capable flash programmer that will work with the K9F1208 NAND chip?

I’m actually working with the SBC2410-III Samsung board (containing the S3C2410A), and I’m stuck trying to figure out how to program the flash (K9F1208…), either w/ or w/o OpenOCD. I have the JTAG-USB-TINY but haven’t made much use of it thus far.

What I did manage to accomplish was telnet-ing into the board (pre-loaded with some version of embedded linux) via ethernet cable, transfer a simple “hello.c” example and run it on the board.

If that works, do I even need a Flash Programmer?

-Bob