Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork22
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 ourterms of service andprivacy 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?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedMay 23, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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! |
iabdalkader commentedJun 13, 2025
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. |
iabdalkader commentedJun 13, 2025
I don't follow. I thought this PR enabled Ethernet and you just wanted someone to test it and merge it? |
razvanphp commentedJun 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 🙂 |
iabdalkader commentedJun 16, 2025
This has already been applied to the board upstream and in the branch we use: I don't think this is needed anymore. |
But then... do you have a working minimal code that spins up the ethernet port and you can ping the IP? Asking because for us this does not work. |
iabdalkader commentedJun 19, 2025
No, sorry I don't.
So you're saying you have a sketch that uses Ethernet but it's not working, but same code works in Zephyr standalone? Did I get that right? Can you share your code/sketch? I'll give it a try. |
The |
Uh oh!
There was an error while loading.Please reload this page.
Note sure if anything else is needed, or if you guys want to do the same for Giga H7.
Closes#112.