joelguittet / mender-stm32l4a6-zephyr-example

Mender MCU example running on STM32L4 using Zephyr RTOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

w5500: does not take care of the local-mac-address

joelguittet opened this issue · comments

Currently the W5500 driver does not take care of the local-mac-address. Instead the MAC address is randomized, which cause issues on mender side because we use the MAC address to authenticate the device.

A temporary patch is done in src/main.c line 175 and following to have a static MAC address.

This should be to remove when zephyrproject-rtos/zephyr#48763 will be merged.

The fix has been integrated in the main branch of the zephyr project. Issue will be removed in the readme of this example soon. It is recommended to work with the latest commit ID of Zephyr (da633c614807349090ab3a92e18f041b4046cff8 today).

This issue remains open until the next Zephyr release will be published, then readme will be updated.

The issue is solved on upcoming v3.4. First release candidate is already available on Zephyr project.