TFTP server on Windows-10 : not able to connect to server from TFTP client running on both Uboot & Embedded Linux

Dinesh Guleria 1 Reputation point
2022-09-13T10:44:20.677+00:00

Hi Microsoft team,

I am using this board S32G2 RDB2 :--
https://www.nxp.com/design/designs/s32g2-vehicle-networking-reference-design-2:S32G-VNP-RDB2

My target board, using uboot i am trying to TFTPboot buts connection is not establishing with the TFTP server running on the windows 10 machine.

Please suggest how to resolve this ?

I have a TFTP server running on Windows-10 machine.
I am using MobaXterm it has TFTP server.

240543-image.png

I tested TFTP client server running on same windows 10, machine, able to communicate.
240544-image.png

My TFTP server directory on windows is :--
C:\S32G2_images
240516-image.png

Target Board Uboot setting :--
240545-image.png

PC, running windows-10, ethernet setting :--
240546-image.png

Ping to TFTP server working from Uboot :--
240440-image.png

trying to connect to TFTP server from Linux U-boot failing :--
240551-image.png

//================================== I tried this also =============//

Instead of trying from uboot, I also tried to run the TFTP client from Linux booted onto my board.

PFE-2 setting on LINUX booted on board ;--

240534-image.png

I added Windows-10 machine to my routing table :--

240460-image.png

I am able to ping from Linux running on my board to windows-10 machine :--

240450-image.png

I am able to ping from windows-10 machine to Linux running on my board :--

240553-image.png

TFTP client on my board is part of busybox package.

but still same issue , not able to connect to tftp server on Windows-10 machine :--

240486-image.png

//=============================FIrewall setting ==================================//

Windows Firewall setting :--

240561-image.png

240554-image.png

240497-image.png

240571-image.png

240547-image.png

Please suggest what setting I have missed to make it working ?

Any firewall related setting which i missed ?

Regards,
Dinesh

Regards,
Dinesh

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,617 questions
Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
382 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,754 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Dinesh Guleria 1 Reputation point
    2022-09-14T07:21:07.267+00:00

    Please suggest if any firewall related setting which i missed ?

    Regards,
    Dinesh

    0 comments No comments

  2. Dinesh Guleria 1 Reputation point
    2022-09-15T04:49:11.81+00:00

    Please suggest on my query.

    Regards,
    Dinesh


  3. Limitless Technology 43,931 Reputation points
    2022-09-19T07:43:01.563+00:00

    Hello there,

    TFTP is considered an unsafe protocol, so Windows does not allow it by default. You will have to either turn off the Windows firewall (which is not recommended) or add an exception on the Firewall for the TFTP Client.

    -Open the Windows Start menu and type “Firewall” > open the “Windows Defender Firewall with Advanced Security,” and run it as an Administrator.
    -Make sure that the firewall is enabled, and click on “Allow an app or feature through Windows Defender Firewall”.
    -Click on “Change Settings,” then “Allow another app”.
    -Click on “Browse” and find the TFTP.exe from the System32 folder and click on Open. Then click on “Add”.

    -------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments