-
-
Notifications
You must be signed in to change notification settings - Fork 21
feat: enable Portenta H7 ethernet #129
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
base: arduino
Are you sure you want to change the base?
Conversation
@iabdalkader or @pillo79 can you please look into this? We really need the ethernet connection for our project and wanted to test the beta. Thank you! |
Which sample to test with? Any specific config? |
any arduino sample, like blinky, but we need it to get a valid IP address and respond to ping. Would be nice to port a PWM sample... I also tried the vanilla zephyr blinky_pwm sample on portenta H7 and it does not work, it needs additional devicetree wiring. |
I don't follow. I thought this PR enabled Ethernet and you just wanted someone to test it and merge it? |
Yes, on vanilla zephyr ethernet for portenta works because if has what is contained in this PR, so please check it with any arduino sample + ethernet shield and merge it if you can ping the board. Thanks! |
Sorry, I’ve been working on PWM and mixed the topics 🙂 |
This has already been applied to the board upstream and in the branch we use: I don't think this is needed anymore. |
Note sure if anything else is needed, or if you guys want to do the same for Giga H7.
Closes #112.