How to setup ethernet driver to use UDP/IPv4 protocol #60985
Unanswered
HuyBui1327
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi Huybui1327, You may need IP address attribution (DHCP) or static one to make L3/L4 layer enabled. To investigate on network, it could be helpful to see output of netshell : net iface and see IP related data |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My purpose:
zephyr\subsys\net\lib\tftp\tftp_client.c
since I cannot find any TFTP sample app in Zephyr v3.1.0.My setup:
My result:
Debug: In
zephyr\subsys\net\l2\ethernet\ethernet.c
to
but the captured packets still have ethernet header prototype 0x806(ARP). Does func
ethernet_fill_header()
actually set ethernet header?My question:
Thank you in advance.
My source code:
My prj.conf files:
Beta Was this translation helpful? Give feedback.
All reactions