
9 Apr
2014
9 Apr
'14
12:55 a.m.
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@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