Radhika Pokanati
Radhika Pokanati
Hi Ashustar, You can use arduino/rasberry pi or infact any shield/grove and any peripherals in conjunction with PYNQ Z2 board. However we shall only be providing PYNQ Z2 board once...
Hi Yamraj, As you have figured out, the data processing is happening in the overlay and written back to out_buffer at the allocated location in DDR via DMAs. You can...
@mr-yamraj , If you are just looking for understanding out_buffer computation implemented in the overlay, do look at the source code at: https://github.com/fpgasystems/spooNN/blob/master/mnist-cnn/hls/mnist-cnn-1W5A.cpp
Yes that is the reason this matrix multiply cpp kernel is targeted to Xilinx FPGA to achieve compute efficiency. You can check for different neural network implementations from pynq community:...
You can use Samba file sharing service to copy files. https://pynq.readthedocs.io/en/latest/getting_started.html#accessing-files-on-the-board To download Git repos, use pip install. Example below: --------------------- Quick Start On the latest PYNQ image, use the...
Not sure what is happening. Some pointers: 1. https://pynq.readthedocs.io/en/latest/getting_started/pynq_z2_setup.html#getting-started-video 2. https://pynq.readthedocs.io/en/latest/appendix.html#assign-your-computer-a-static-ip
This should help. Try following this to find the ip address of the pynq board: https://pynq.readthedocs.io/en/latest/getting_started.html#opening-a-usb-serial-terminal
First connect the LAN ethernet cable directly to the board to access internet. You can use the same setup if the laptop/PC (with Wifi) is assigned a static ip in...