Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-14 Thread Detlev Zundel
Hi Ajay, > Actually I have ported DFU from openmoko to Denx tree and used it on > OMAP3EVM. I hope it should work just fine on Beagle as well. Excellent, congratulations! > Will it be ok if I submit those patches to Denx's tree? Simply post the changes on the mailing list and if the patches pa

Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-11 Thread Kyungmin Park
Hi, On Fri, Jun 11, 2010 at 10:13 PM, Gupta, Ajay Kumar wrote: > Hi, > >> >> Thanks for your response. I want to tell few more things about our >> >> implementation. >> >> >> >> Actually we are planning to simulate (but not implement) the file >> system >> >> and implement the SCSI transparent co

Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-11 Thread Gupta, Ajay Kumar
Hi, > >> Thanks for your response. I want to tell few more things about our > >> implementation. > >> > >> Actually we are planning to simulate (but not implement) the file > system > >> and implement the SCSI transparent command set decoder. When ever a > file > > You can also use USB DFU for thi

Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-11 Thread Detlev Zundel
Hi, > Hi >> Thanks for your response. I want to tell few more things about our >> implementation. >> >> Actually we are planning to simulate (but not implement) the file system >> and implement the SCSI transparent command set decoder. When ever a file >> is sent to the USB mass storage device, w

Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-09 Thread Gupta, Ajay Kumar
Denx's tree. -Ajay > > Because of some constraints, we have to implement all this stuff at u-boot > level, instead of doing it in OS(Linux) level. > > Regards, > Yogesh > > --- On Tue, 6/8/10, Wolfgang Denk wrote: > > From: Wolfgang Denk > Subject: Re: [U-B

Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-08 Thread Wolfgang Denk
Dear yogesh b, please stop top-posting / full-quoting; please read http://www.netmeister.org/news/learn2quote.html In message <437292.45437...@web38804.mail.mud.yahoo.com> you wrote: > > Actually we are planning to simulate (but not implement) the file system an > d implement the SCSI transparent

Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-08 Thread Gupta, Ajay Kumar
> I want to make the Beagle board (with u-boot) to look like a USB Mass > Storage Device when it is connected to the host PC. > Can anyone suggest > regarding the files that I need to update in u-boot code, to make the > Beagle board look like a USB Mass Storage Device. This would require to add

Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-08 Thread yogesh b
implement all this stuff at u-boot level, instead of doing it in OS(Linux) level. Regards, Yogesh --- On Tue, 6/8/10, Wolfgang Denk wrote: From: Wolfgang Denk Subject: Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class To: "yogesh b" Cc: u-boot@lists.denx.de Dat

Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-08 Thread Wolfgang Denk
Dear yogesh b, In message <458375.64426...@web38807.mail.mud.yahoo.com> you wrote: > > I want to make the Beagle board (with u-boot) to look like a USB Mass > Storage Device when it is connected to the host PC. Can anyone > suggest regarding the files that I need to update in u-boot code, to > mak

[U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-07 Thread yogesh b
Hi, I want to make the Beagle board (with u-boot) to look like a USB Mass Storage Device when it is connected to the host PC. Can anyone suggest regarding the files that I need to update in u-boot code, to make the Beagle board look like a USB Mass Storage Device. Regards, Yogesh