From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Date: Tue, 12 May 2009 19:33:49 +0200 Subject: [U-Boot] Data transfer through Ethernet in u-boot. In-Reply-To: <4A0968C6.9030904@deeopl.com> References: <4A08080E.6030605@deeopl.com> <20090511112308.80F8B832E416@gemini.denx.de> <4A0968C6.9030904@deeopl.com> Message-ID: <4A09B2FD.8000807@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de prathika ha scritto: > > > >> >>> 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? Yes, you need a tftp server on your PC. Marco