Hi, On Thu, Sep 20, 2007 at 03:43:06PM +0800, root wrote: > I want to use debug board, so I insert ftdi_sio module in PC > (modprobe ftdi_sio vendor=0x1457 product=0x5118). > Now it can use correctly in u_boot(input/output), it can also print > kernel messages, > but can not input after kernel boot. I guess you want to play with openocd, don't you?
You were connecting to the serial port, where you can issue u-boot commands while u-boot is running. To work with openocd, you should have openocd configured and running, then use telnet to connect to it. -- Regards, olv
