Re: [U-Boot] u-boot USB status

2010-09-16 Thread Damien Dusha
Hi Marcel, What I want to do is upgrade my kernel and rootfs via USB. I'm using an Atmel SAM9. You might be able to find some inspiration in ./boards/mcc200/auto_update.c and ./boards/mcc200/mcc200.c which uses the U-Boot USB stack for this purpose. This assumes there is USB host support for

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-25 Thread Damien Dusha
Hi Einar, I'm using 2 usb sticks for testing: Corsair (32BG) and Doulos (128MB) both formatted with vfat. My board contains NXP ISP1520 USB Hub. Neither of these sticks are being detected correctly, in fact the Corsair is not detected at all. I have tested successfully the Doulos stick

Re: [U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-24 Thread Damien Dusha
Hi Elinar, The root hub is detected and also it detects a device connected to the controller. However, by testing with a usbstick (mass storage) it fails to detect the device as a storage device. I have here a debug printout which is being printed (with debug enabled) during execution of

[U-Boot] [PATCH] Add support for the MPC5121e USB Host controller.

2010-08-21 Thread Damien Dusha
with various USB mass storage devices. [1] http://lists.denx.de/pipermail/u-boot/2009-June/055022.html Signed-off-by: Damien Dusha d.du...@gmail.com --- arch/powerpc/include/asm/immap_512x.h |4 + board/freescale/mpc5121ads/mpc5121ads.c |4 +- drivers/usb/host/ehci-fsl.c

Re: [U-Boot] [u-Boot] USB EHCI for mpc512x crashes Uboot

2010-08-17 Thread Damien Dusha
Hi Elinar, I have a board with mpc5121e cpu on it and I'm been patching my Uboot (U-Boot v2009.11) with the patch given initially by Francesco Rendine: I've cleaned up this patch and made it work better (there are some issues with it that needed fixing), but needs (mostly style) work before

[U-Boot] MPC5121 EHCI - USB Mass Storage Devices sometimes fail

2010-05-24 Thread Damien Dusha
to debug the problem? Best regards, Damien Dusha. [1] http://lists.denx.de/pipermail/u-boot/2009-June/055021.html ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Any good __LOW COST__ MIPS SBC suggestion please

2010-03-09 Thread Damien Dusha
It will be nice, if its an SBC, and it has atleast 64/128 MB SDRAM, and 16/32 MB flash, USB support, (i can;t expect a super fast processor, but a decent one like 166/200 Mhz should be ok) Pure speculation, mainly because I was thinking about getting one myself, but perhaps the Netgear

Re: [U-Boot] mpc5121 - EHCI problems with some (but not all) USB hubs

2009-09-24 Thread Damien Dusha
for both hubs and I have highlighted the differences. Are these differences likely to have any bearing on the operation of the hub? Is there any other testing for information that I can supply that may assist in helping to solve the issue? Best regards Damien Dusha. For the broken hub

Re: [U-Boot] mpc5121 - EHCI problems with some (but not all) USB hubs

2009-09-24 Thread Damien Dusha
On Fri, Sep 25, 2009 at 2:04 AM, Michael Trimarchi trimar...@gandalf.sssup.it wrote: Damien Dusha wrote: Dear All, I am attempting to integrate the USB on the Freescale mpc5121 processor on the mpc5121ads board from Silicon Turnkey for upgrades of kernel, u-boot etc. I have succeeded

Re: [U-Boot] mpc5121 - EHCI problems with some (but not all) USB hubs

2009-09-24 Thread Damien Dusha
Hi Michael, On Fri, Sep 25, 2009 at 9:19 AM, Damien Dusha d.du...@gmail.com wrote: On Fri, Sep 25, 2009 at 2:04 AM, Michael Trimarchi trimar...@gandalf.sssup.it wrote: Damien Dusha wrote: Dear All, I am attempting to integrate the USB on the Freescale mpc5121 processor on the mpc5121ads