Re: [U-Boot] how to support usbtty

2008-08-31 Thread mike zheng
On 8/30/08, Bryan O'Donoghue [EMAIL PROTECTED] wrote: On Fri, 29 Aug 2008 11:53:45 -0400 mike zheng [EMAIL PROTECTED] wrote: Hi Bryan, The USB/RS232 cable is a USB device, it shall has firmware in it, which works as a USB slave. What I need to do is have some code talk to this device

Re: [U-Boot] how to support usbtty

2008-08-27 Thread mike zheng
I am using an embedded system with MPC8567 as processor and ISP1561 as USB PCI host controller. There is USB port on this board. A sealevel USB/RS232 cable is connect to the USB port on the board, and it converts USB port into RS232 port. A PC is connected to the RS232 end of the cable. With

Re: [U-Boot] how to support usbtty

2008-08-27 Thread Bryan O'Donoghue
On Wed, 27 Aug 2008 10:20:58 -0400 mike zheng [EMAIL PROTECTED] wrote: I am using an embedded system with MPC8567 as processor and ISP1561 as USB PCI host controller. There is USB port on this board. A sealevel USB/RS232 cable is connect to the USB port on the board, and it converts USB port

Re: [U-Boot] how to support usbtty

2008-08-27 Thread Bryan O'Donoghue
On Wed, 27 Aug 2008 10:20:58 -0400 mike zheng [EMAIL PROTECTED] wrote: Or is there any other solution for me? I don't have to use the USB-RS232 cable. I just need the Uboot console from USB port. One more thing. If the isp1561 supports slave mode - you can implement usbdcore_isp1561.c and add