From mboxrd@z Thu Jan 1 00:00:00 1970 From: prathika Date: Tue, 12 May 2009 17:47:10 +0530 Subject: [U-Boot] Data transfer through Ethernet in u-boot. In-Reply-To: <20090511112308.80F8B832E416@gemini.denx.de> References: <4A08080E.6030605@deeopl.com> <20090511112308.80F8B832E416@gemini.denx.de> Message-ID: <4A0968C6.9030904@deeopl.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear prathika, > > please do not top post / full quote. Make sure to read and understand > http://www.netmeister.org/news/learn2quote.html > > > In message <4A08080E.6030605@deeopl.com> you wrote: > >> You have mentioned to add the test code to the existing POST framework. In my hardware, I have CAN controller interfaced to SPI interface, SPI DACs, parallel ADCs, 1553B controller interfaced to EBC. >> I have a CPLD to generate chip selects to these ICs. >> If this test code will be useful, please let me to know how to add it to the POST framework. >> > > Well, study the existing code and the documentation, than add your > test code. > > >> I understood that "tftp" command in u-boot has been coded only for receiving data from the PC and not to transmit, to PC.If this is the case should i add the transmit code to the "tftp" command? >> > > Yes. > >> Even if I use this command for data transfer, what are the requirements for the application in PC side? >> > > I don't understand this question? > --Here, I will be connecting my board through a GUI to a Windows PC. I will interact using this GUI. Actually if I use "tftp" command for file transfer, do I need some tftp client or server running on my Windows PC? Thanks & Regards, Prathika R