I want to use usb mass storage. Now I can connect with debug board, I stop gsmd and modity /etc/inittab --- S:2:respawn:/sbin/getty 115200 ttySAC0 +++ S:2345:respawn:/sbin/getty 115200 ttySAC0
yang.lu 2007-09-21 发件人: Chia-I Wu 发送时间: 2007-09-21 04:20:55 收件人: root 抄送: [email protected] 主题: Re: debug board problem 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
