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 pass

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, we will be

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 this where you can

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 ajay.gu...@ti.com 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 command

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 make the

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

2010-06-08 Thread yogesh b
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 w...@denx.de wrote: From: Wolfgang Denk w...@denx.de Subject: Re: [U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class To: yogesh b b_yogesh_sn

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

[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