Automatic ethernet disconnection

Hi seniors,

I am using PYNQ Z1 for displaying images and videos.

It goes all fine but sometimes pynq crashes and shows following error:

acb e000b000.ethernet eth0: Unable to allocate sk_buff
macb e000b000.ethernet eth0: inconsistent Rx descriptor chai

then I need to restart the PYNQ and it takes a while and creates interruption in my work…

Your help is needed,

Thank you

I ran into similar problems when running out of memory. I guess you need to make sure you are not compiling a too large project (which is supposed to be cross-compiled).

2 Likes

yeah, it’s exactly the same case. File was too large to compile

Thank you!