Run juypter code without using ethernet cable in pynq z2

I have written a code on PS Jupiter notebook using an ethernet cable. Now I want to run the same code without using an ethernet cable with only pynq board powered on. Is there any way to achieve this?
Thanks

1 Like

Hi there,

You can use the boot.py script in the /boot partition of a prebuilt z2 image. A similar question was asked on the forum here. There’s also more advanced methods discussed in this blogpost.

Thanks
Shawn

1 Like

Thanks. Is there any way to achieve this in window OS?

You can access boot.py on the SD card from Windows or any other OS when you plug the card into a reader.

Cathal

Thank you for your reply. I did the same way and it was successfully run.

Accessing the camera with a power adapter is working fine. but accessing the same camera with USB power is not working. Is there an issue with using a camera with USB power? How can I run it with USB power mode?
Thanks