From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Dimitrov Date: Wed, 09 Apr 2014 01:55:30 +0300 Subject: [U-Boot] Different Port for TFTP communication In-Reply-To: References: Message-ID: <53447E62.60700@mail.bg> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mario, You need to define CONFIG_TFTP_PORT in your board config file. Then you can use the env-vars "tftpdstp" and "tftpsrcp" for source/destination TFTP ports. You can check the source code at: net/tftp.c:798 Kind regards, Nikolay On 4/8/2014 1:00 PM, u-boot-request at lists.denx.de wrote: > Hi, > > I have a short question about TFTP usage in u-boot. > Is it possible to change the Port for TFTP communication > while u-boot is running. Standard path for TFTP is 69 > an let's say, we want to change port to 1500. > > Regards Mario