Replies: 6 comments
-
Hi @ruien612! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
@ruien612 just to verify this. You are referring to instructions in NCS, are you running NCS too or are you using upstream Zephyr with your cyclone board? |
Beta Was this translation helpful? Give feedback.
-
Note that you should not set |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answers @jukkar --> Okay thanks for the hint, I will take CONFIG_ETH_CYCLONEV=y out of my cyclone.conf file. In my build/zephyr/include/generated/zephyr/autoconf.h file the option CONFIG_DT_HAS_SNPS_ETHERNET_CYCLONEV_ENABLED is found and this is set. Are the remaining configurations from my prj.conf, cyclonev.conf and cyclonev.overlay file then correct? I show you my zephyr.dts - if it helps..
|
Beta Was this translation helpful? Give feedback.
-
your override is not working, anyway converting this to discussion, you can also ask for help on http://chat.zephyrproject.org/ if it works better for you |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I have zepyhr running on the Cyclone V according to the following instructions: https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/boards/arm/cyclonev_socdk/doc/index.html
Next I wanted to establish a simple network communication. I use the already written Example of a DHCP client under the directory .../zephyrproject/zephyr/samples/net/dhcpv4_client but the following error message appears:
Normally, the Ethernet device should also be recognized (gmac0/gmac1) ...
I know that this example was not written explicitly for my hardware. I found the folder “Boards” in the project directory, which had a .conf file and an .overlay file, so I created two files cyclonev.conf & cyclonev.overlay. In the following I show my prj.conf and cyclonev.conf & cyclonev.overlay files:
prj.conf:
cyclonev.conf:
cyclonev.overlay:
I'll show you an excerpt from my zepyhr.dts file:
I have tried a lot of other things. For example I tried to enable gmac1 and disable gmac0 or disable both but without success. I had seen the approach with the own .conf and the .overlay file several times (e.g. for a STM32). So I think my approach is correct, but no network interface is recognized (Ethernent). I hope that someone sees my mistake and can help me. I would be very grateful for that. Finally, I'll insert a small screenshot from the documentation showing which Ethernet interface I'm using:
Beta Was this translation helpful? Give feedback.
All reactions