This may be the intended behavior but Ethernet on the Odin does not work without configuration in targets.json since wifi is the default network interface.
CC: @geky, @bulislaw
Is this related to https://github.com/ARMmbed/mbed-os/issues/3269?
Making that change would fix this. This is just to track the OOB failure.
Right now it's either Ethernet or WiFi, having WiFi on by default was requested by SamG. Can we close it?
Right now it's either Ethernet or WiFi, having WiFi on by default was requested by SamG. Can we close it?
This is known-limitation. @bulislaw is this documented anywhere, and how to enable ethernet (remove EMAC macro definition without touching targets.json file?) ? That would resolve this:
Making that change would fix this. This is just to track the OOB failure.
It's not. I'm guessing having it on the board page would be good.
I'm guessing having it on the board page would be good.
That'd be great! Or perhaps adding a target configuration option for this? https://github.com/ARMmbed/mbed-os/blob/master/docs/config_system.md#configuration-data-in-targets
@andreaslarssonublox could you please add a note about Odin supporting WiFi by default (and that users need to remove EMAC from the targets to get Ethernet working) https://developer.mbed.org/platforms/ublox-EVK-ODIN-W2/ hopefully we can add proper networking support soon and have both at the same time.
@bulislaw Yes, I will add some note on the page https://developer.mbed.org/platforms/ublox-EVK-ODIN-W2
Added a note under "Known limitations" at the end of the page.
Awesome, thanks!
@andreaslarssonublox Thanks for adding that!
Updated mbed-os-example-sockets to automatically use the ethernet configuration, the wifi configuration is available as part of mbed-os-example-wifi:
https://github.com/ARMmbed/mbed-os-example-sockets/tree/mbed-os-5.3
Most helpful comment
Updated mbed-os-example-sockets to automatically use the ethernet configuration, the wifi configuration is available as part of mbed-os-example-wifi:
https://github.com/ARMmbed/mbed-os-example-sockets/tree/mbed-os-5.3