Results 19 comments of Yun Rock Qu

@drichmond Any steps to do this?

This is assuming we had our old kernel building flow, while right now we are trying to do petalinux. I tried to do this before but I am not quite...

Let me try this. Will get back to you later.

I think I have recompiled the ko file: https://github.com/yunqu/PYNQ-Networking/tree/master This branch has the compiled `ko` file, and the boot files. Not sure what else I need. The kernel module does...

@drichmond Can you tell me what you did? Feel free to pull request on my master branch so I can also replicate your progress. You can open another thread if...

Kernel should be up; you can check that by `lsmod`. For me, the kernel driver is there but the interface `pynq0` is never up.

Just upgraded notepad++, compare plug-in did not work after that, although it used to work (installed from plug-in manager). Tried to install from the plug-in manager but never succeeded. Then...

This is a bug since the `check_call` is non-blocking. Sometimes the call is taking longer time than expected; this makes the next subprocess call error out. Should be fixed with...

https://github.com/Xilinx/PYNQ-Networking/blob/master/setup.py#L62 The `setup.py` should have made a copy in your system. You can recover using that. For you issue, there are several things to do first: 1.upgrade your PYNQ image...

I need more information. Can you introduce a little more about your setup? Wireless, wired? Dynamic IP or static IP?