-
Notifications
You must be signed in to change notification settings - Fork 10
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
Data transfer failed, image processor demo (Nexys4) #10
Comments
Sure, Thanks |
Hi!
What os are you using?
Ubuntu 14.04
How have you got your network set up?
Using configure network script
Is the fpga definitely configured?
Yes
Does the TX/rx light flash on the Dev board?
Ethernet LEDs are, I haven't checked specifically for UART though.
… Have you tried performing a soft reset before sending the image?
No
|
OK thanks,
Do you have a direct connection from the network card to the board? The
connection uses raw Ethernet, so it is possible that other network traffic
could confuse things. I guess the next steps to debug would be to track the
network packets using wireshark, or perhaps add some debug messages on the
serial port. You could also try using the raw_ethernet demo to check the
connection (does a simple echo test).
Jon
…On 23 March 2018 at 12:52, Bogdan Penkovsky ***@***.***> wrote:
Hi!
What os are you using?
>
Ubuntu 14.04
> How have you got your network set up?
>
Using configure network script
> Is the fpga definitely configured?
>
Yes
> Does the TX/rx light flash on the Dev board?
>
Ethernet LEDs are, I haven't checked specifically for UART though.
> Have you tried performing a soft reset before sending the image?
>
> No
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAry3zO_YWI-J_jtihhtrR1owFxYmDu9ks5thPApgaJpZM4S3r5V>
.
|
Hi!
Do you have a direct connection from the network card to the board?
Yes
The
connection uses raw Ethernet, so it is possible that other network traffic
could confuse things. I guess the next steps to debug would be to track the
network packets using wireshark, or perhaps add some debug messages on the
serial port. You could also try using the raw_ethernet demo to check the
connection (does a simple echo test).
Thank you. I will be able to check on Monday.
|
Hi! I have checked the raw_ethernet demo.
And... stalled However, the web_server demo works fine. Here is what I get when running
|
Hello!
I have checked the image processor demo.
The data transfer never occurs, i.e. the result from send_images.py:
will print "i 0" and that's all. The process will be hanging forever :(
Is there any reasonable way to debug the data transfer?
The text was updated successfully, but these errors were encountered: