2024-01-22 02:41 PM - edited 2024-01-22 02:41 PM
Dear,
I'm trying to use the ETH with Zephyr RTOS 3.5.99. It was built the samples/net/dhcpv4_client sample, however, I tried to build others examples from samples/net/socket, such as echo and echo_client, but was impossible.
I would appreciate it if anyone could provide information on how to set up ETH on Zephyr.
Thanks.
Solved! Go to Solution.
2024-01-23 06:50 AM
As I was trying to build the sample from out-of-tree (I copied this example to another folder), the problem was that I didn't add the mbedtls module to the west.yml file. After this, everything worked fine.
2024-01-22 03:12 PM
I did something wrong. I was trying to build the sample out-of-tree, but when I built it inside the Zephyr folder, the project worked fine. Sorry for my mistake!
2024-01-22 10:30 PM
I once had a look at the Zephyr ETH stuff. Wow, that stuff looks so much better than STM's HAL...
2024-01-23 06:50 AM
As I was trying to build the sample from out-of-tree (I copied this example to another folder), the problem was that I didn't add the mbedtls module to the west.yml file. After this, everything worked fine.