-
Notifications
You must be signed in to change notification settings - Fork 18
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
issue with ethernet interface #6
Comments
https://github.com/Xilinx/PYNQ-Networking/blob/master/setup.py#L62 The For you issue, there are several things to do first: 1.upgrade your PYNQ image to v2.2:
|
i checked now PYNQ networking was not completely installed. auto eth0:1 |
how to resolve this issue because without it i am not able to use this overlay. |
I need more information. Can you introduce a little more about your setup? Wireless, wired? Dynamic IP or static IP? |
Is your snapshot showing the system before installing networking overlay? (if not can you attach the screenshot after installing networking overlay) If so, it seems that the pynq networking has not been installed successfully. Otherwise you would be able to see Also, after installing networking overlay, try reboot the board to see if I have not tried static IP with the networking overlay; however it should work as long as |
no it is after installing the networking overlay actually i removed br0 line from eth0 file because with that i was unable to access my board from browser. |
@yunqu br0 is showing there but now i am unable to access jupyter notebook from browser . |
Kernel seems crashed. Maybe the |
as per your instructions i tried it again by reinstalling but same issue that jupyter notebook is not accessible. |
it am stuck in this issue since a month. |
Let me confirm this: you used DHCP for your Ethernet connection on the board (say you have an assigned IP address a.b.c.d). Then are you able to directly type in that IP in your web browser to access it (assuming your PC is also connected to the same network)? |
no i am not using dhcp i have connected board directly to my PC. |
@jeffiy As I said, what you should try is to connect the board to the network directly, and use your PC to access the board using the dynamically assigned IP. The Also, maybe reboot your board after installation. |
@jeffiy Have you configured the FPGA first? Also, if you're not the same person as @aniqurrehman, then please open a new issue, otherwise things get confused. |
@stephenneuendorffer what to configure in in FPGA.? i just installed the PYNQ-Networking overlay from git repository into my board. |
If you really want to use the static IP to connect your board with PC, another hacky thing to try, is to get rid of the original
Make sure you backup your original file |
Thanks @yunqu i try this and then let you know. |
@yunqu i changed configuration as you mentioned but still not working. |
when i ping from both sides it says destination host unreachable. |
After booting the board, you should be able to connect to the jupyter web server. Can you do this? Can you run through the first three notebooks successfully (which don't use any FPGA acceleration)? It looks like (based on @jeffiy's comment) that you're getting stuck on the fourth notebook. You have to run the first two cells in the notebook (which download the overlay) before the third. It looks like the kernel driver for the bridge IP is crashing, which shouldn't happen if the overlay has been downloaded. It doesn't surprise me that you run into problems after that point. We need to determine why the kernel driver is crashing. |
issue is that after booting the board, i am not able to connect to the jupyter web server. i cannot open it in browser. |
@jeffiy I think the configuration for eth0:1 needs to be updated too. And then see if you can ping back and forth. |
@stephenneuendorffer Yes now i can open jupyter-notebook via browser. |
@stephenneuendorffer what was the problem and what should i do now? |
The problem is that when the bridge is enabled, the eth0 interface is no longer logically accessible independently of the bridge. As a side effect this means that the eth0:1 interface is not legal. To make the fix permanent, you can change the /etc/network/interfaces.d/eth0 file to replace 'eth0:1' with 'br0:1'. This file is processed by ifup to determine the correct ifconfig commands. @yunqu if this works we should patch things this way. |
Let me know if this is the fix: #9 |
hi @yunqu and @stephenneuendorffer |
Try assigning your PC static IP address.
Follow this link. Worked for me. |
I was able to fix the issue with the ethernet connection, I am using the latex image on the PYNQ-Z2 that is 3.0.1 on Windows 11 22H2. I followed these steps:
You should now be able to access jupyter-notebook on 192.168.2.99. Screenshot for reference |
after installing pynq networking i am unable to access pynq via browser.
is this due to changes made by pynq networking to the eth0 file in interfaces.d??
and i also don't have old backup up file.
The text was updated successfully, but these errors were encountered: