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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
903 次查看
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

标签 (1)
0 项奖励
回复
1 解答
761 次查看
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 项奖励
回复
1 回复
762 次查看
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 项奖励
回复