From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 10 Jun 2010 09:43:42 +0200 Subject: [U-Boot] U-Boot and FTP server In-Reply-To: References: Message-ID: <4C1097AE.2010503@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Piotr Piwko wrote: > Hello, > Hi, > Is there any possibility to download a system image from external FTP > server? No, there is not, at least at the moment... > As I know, U-boot only supports the access to TFTP local > server, but time to time it would be very useful for me if I can > download the image through external FTP server. There is no TCP stack in u-boot, only udp, and for this reason you can use (or port, if it is not yet available) applications based on UDP only, as tftp. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================