Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odin ethernet does not work without configuration #3419

Closed
c1728p9 opened this issue Dec 9, 2016 · 13 comments
Closed

Odin ethernet does not work without configuration #3419

c1728p9 opened this issue Dec 9, 2016 · 13 comments

Comments

@c1728p9
Copy link
Contributor

c1728p9 commented Dec 9, 2016

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.

@c1728p9
Copy link
Contributor Author

c1728p9 commented Dec 9, 2016

CC: @geky, @bulislaw

@geky
Copy link
Contributor

geky commented Dec 9, 2016

Is this related to #3269?

@c1728p9
Copy link
Contributor Author

c1728p9 commented Dec 9, 2016

Making that change would fix this. This is just to track the OOB failure.

@bulislaw
Copy link
Member

Right now it's either Ethernet or WiFi, having WiFi on by default was requested by SamG. Can we close it?

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 12, 2016

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.

@bulislaw
Copy link
Member

It's not. I'm guessing having it on the board page would be good.

@bridadan
Copy link
Contributor

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

@bulislaw
Copy link
Member

@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.

@andreaslarssonublox
Copy link

@bulislaw Yes, I will add some note on the page https://developer.mbed.org/platforms/ublox-EVK-ODIN-W2

@andreaslarssonublox
Copy link

Added a note under "Known limitations" at the end of the page.

@bulislaw
Copy link
Member

Awesome, thanks!

@bridadan
Copy link
Contributor

@andreaslarssonublox Thanks for adding that!

@geky
Copy link
Contributor

geky commented Dec 13, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants