The problem of tcpip examples of ksdk run on frdmk64f in kds

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

The problem of tcpip examples of ksdk run on frdmk64f in kds

Jump to solution
395 Views
wyflsxy
Contributor II

hello,

I run the  tcpip examples of ksdk on the frdmk64f in kds,but it's can't work ,both of the "eth_to_serial_frdmk64f" and "httpsrv_frdmk64f"

when I run the examples,the the uart is ok and output the "

Application listening on following ip addresses:

  IPv4 Address: 192.168.1.202, port:23

"

but the network interface seems can't connent,

should I close some correct jumper settings?

ButI don't found any jumper setting in "MQX Getting started" document

Labels (1)
0 Kudos
1 Solution
253 Views
isaacavila
NXP Employee
NXP Employee

Hello Wang,

There is readme file located in <KSDK_PATH>\middleware\tcpip\rtcs\examples\httpsrv and <KSDK_PATH>\middleware\tcpip\rtcs\examples\eth_to_serial that lists the steps needed to run the example.

In this file, step 3 says:

3) Connect the evaluation board and your PC to same Ethernet network.

This instruction requires to do next steps:

  • Go to Control Pnale and Select Network and Sharing Center

Control Panel.jpg

  • Selec the option Change adapter settings on the lef list options

Change adapter settings.jpg

  • Modify Local Area connection by right-clicking and select properties.

LAN Properties.jpg

  • At this point, your Ethernet cable needs to be removed from your internet network and connect it to your board.
  • In next window, select Internet Protocol Version 4 (TCP/IPv4) and de-select obtain an IP address automatically and instead use a specific IP address: For example 192.168.1.200 (it should be different to your board's IP address) and save these settings.
  • Set IP Address.jpgAfter this, you should de able to connect to your board. Could you please try these steps as well as others shown in readme file?

I hope this can help you

Best Regards,

Isaac

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

Note: If this post answers your question, please click the Correct Answer button. Thank you!

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

View solution in original post

0 Kudos
1 Reply
254 Views
isaacavila
NXP Employee
NXP Employee

Hello Wang,

There is readme file located in <KSDK_PATH>\middleware\tcpip\rtcs\examples\httpsrv and <KSDK_PATH>\middleware\tcpip\rtcs\examples\eth_to_serial that lists the steps needed to run the example.

In this file, step 3 says:

3) Connect the evaluation board and your PC to same Ethernet network.

This instruction requires to do next steps:

  • Go to Control Pnale and Select Network and Sharing Center

Control Panel.jpg

  • Selec the option Change adapter settings on the lef list options

Change adapter settings.jpg

  • Modify Local Area connection by right-clicking and select properties.

LAN Properties.jpg

  • At this point, your Ethernet cable needs to be removed from your internet network and connect it to your board.
  • In next window, select Internet Protocol Version 4 (TCP/IPv4) and de-select obtain an IP address automatically and instead use a specific IP address: For example 192.168.1.200 (it should be different to your board's IP address) and save these settings.
  • Set IP Address.jpgAfter this, you should de able to connect to your board. Could you please try these steps as well as others shown in readme file?

I hope this can help you

Best Regards,

Isaac

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

Note: If this post answers your question, please click the Correct Answer button. Thank you!

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

0 Kudos