Re: [U-Boot] Different Port for TFTP communication

2014-04-09 Thread Nikolay Dimitrov
Sorry for the duplicate answer, I'm reading this list via daily digest. Kind regards, Nikolay ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Different Port for TFTP communication

2014-04-08 Thread Wolfgang Denk
Dear Mario, In message 20140407165243.3b074380...@gemini.denx.de I wrote: As is, this cannot be changed. The TFTP port number is hard wired in the code - see net/tftp.c: ... 18 /* Well known TFTP port # */ 19 #define WELL_KNOWN_PORT 69 ... Actually this is not correct. There are

Re: [U-Boot] Different Port for TFTP communication

2014-04-08 Thread Nikolay Dimitrov
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-requ...@lists.denx.de wrote: Hi,

[U-Boot] Different Port for TFTP communication

2014-04-07 Thread Mario Albrecht
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 ___ U-Boot mailing list

Re: [U-Boot] Different Port for TFTP communication

2014-04-07 Thread Wolfgang Denk
Dear Mario, In message F50CAB352C149543A6F2FFE37D4B59348AC9E60A@S1.mackware.local you wrote: 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