[U-Boot] Atmel AT91 USB Device Controller Driver

2009-02-10 Thread Fabio Porcedda
Hi all, I would like to use an USB Console with an AT91SAM9260 microcontroller, so I've read that the usb device driver and the serial over usb driver should be enabled: #define CONFIG_USB_DEVICE #define CONFIG_USB_TTY #define CFG_CONSOLE_IS_IN_ENV the support for the Serial over USB is already

Re: [U-Boot] Atmel AT91 USB Device Controller Driver

2009-02-10 Thread Remy Bohmer
Hello Fabio, 2009/2/10 Fabio Porcedda : > Hi all, > > I would like to use an USB Console with an AT91SAM9260 microcontroller, > so I've read that the usb device driver and the serial over usb driver > should be enabled: > > #define CONFIG_USB_DEVICE > #define CONFIG_USB_TTY > #define CFG_CONSOLE_I

Re: [U-Boot] Atmel AT91 USB Device Controller Driver

2009-02-11 Thread Remy Bohmer
Hello Arjun, > Right now m using usb console on my development board.I too reffered > U-boot-usb git tree. > If you have patches for this, please post them. I am interested. Kind Regards, Remy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] Atmel AT91 USB Device Controller Driver

2009-02-16 Thread Fabio Porcedda
On Tue, Feb 10, 2009 at 9:14 PM, Remy Bohmer wrote: > Hello Fabio, > > 2009/2/10 Fabio Porcedda : >> [...] >> >> I would like to use an USB Console with an AT91SAM9260 microcontroller, >> so I've read that the usb device driver and the serial over usb driver >> should be enabled: >> >> [...] > > Y

Re: [U-Boot] Atmel AT91 USB Device Controller Driver

2009-02-16 Thread Remy Bohmer
Hello, >>> I would like to use an USB Console with an AT91SAM9260 microcontroller, >>> so I've read that the usb device driver and the serial over usb driver >>> should be enabled: > In the cdc branch there is the at91udc driver with the CDC-ethernet driver. > But i need to use the Serial over USB