Re: [U-Boot] USB detection

2012-10-25 Thread RgC
Truncated CCs Hi, On 2012.10/25, Manukumar wrote: > Dear All > > While board bring up in custom board > iam getting below mentioned error > > I2C: ready > DRAM: DDR: failed to read SPD from address It seems you are using a DIMM for your memory (as opposed to directly soldered on the board

Re: [U-Boot] USB detection

2012-10-25 Thread Manukumar
Dear All While board bring up in custom board iam getting below mentioned error I2C: ready DRAM: DDR: failed to read SPD from address I googled it but i am un able to rectify it.. Please resole ASAP manukumar ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] USB detection

2012-07-11 Thread Manukumar
Hello, I resolved u-boot issues in u-boot level but i am facing an issue in kernel level usb detection can any suggest me to resolve this issue. manukumar signal-networks On Tue, 2012-07-10 at 04:17 +0200, Marek Vasut wrote: > Dear Manukumar, > > > hello > > I checked with the hardware spec >

Re: [U-Boot] USB detection

2012-07-09 Thread Marek Vasut
Dear Manukumar, > hello > I checked with the hardware spec > in that > P1020RDB: having connection like > P1012processor -> PHY -> HUB -> ports > > whereas in custom board > P1012processor -> phy -> port(single usb port) This is fairy normal. > In uboot source code initializing sequence of u-bo

Re: [U-Boot] USB detection

2012-07-09 Thread Albert ARIBAUD
Hi Manukumar, On Mon, 09 Jul 2012 14:17:49 +0530, Manukumar wrote: > hello > I checked with the hardware spec > in that > P1020RDB: having connection like > P1012processor -> PHY -> HUB -> ports > > whereas in custom board > P1012processor -> phy -> port(single usb port) > > In uboot source co

Re: [U-Boot] USB detection

2012-07-09 Thread Manukumar
hello I checked with the hardware spec in that P1020RDB: having connection like P1012processor -> PHY -> HUB -> ports whereas in custom board P1012processor -> phy -> port(single usb port) In uboot source code initializing sequence of u-boot is below: 1.usb_init() 2.usb_scan_devices() 3.usb_new_

Re: [U-Boot] USB detection

2012-07-05 Thread Marek Vasut
Dear Albert ARIBAUD, > Hi Manukumar, > > On Thu, 05 Jul 2012 15:57:49 +0530, Manukumar > > wrote: > > Hello, > > > > I have connected USB hard disk to P1020RB > > Which board is this? Neither "git grep -i P1020RB" nor "find . iname > '*P1020RB*'" yield any result. Ain't it P1020RDB? > > and

Re: [U-Boot] USB detection

2012-07-05 Thread Albert ARIBAUD
Hi Manukumar, On Thu, 05 Jul 2012 15:57:49 +0530, Manukumar wrote: > Hello, > > I have connected USB hard disk to P1020RB Which board is this? Neither "git grep -i P1020RB" nor "find . iname '*P1020RB*'" yield any result. > and in command prompt(u-boot) i used > command > => usb start > (Re)s