only support pynq_v2.1
After you connect to Pynq board. Both ssh and jupyter web terminal can work fine.
cd /home/xilinx/jupyter_notebooks
git clone https://github.com/sonnyhcl/pynq_tutorial.git
Then you can open your browser and visit <pynq_ip>:9090/tree/pynq_tutorial/notebooks
You can find tutorial handout listed as follow:
- GPIO example
- Xlnk example
- DMA example
Click in and do as it shows.
make sure you install vivado 2016.1 first.
git clone https://github.com/sonnyhcl/pynq_tutorial.git
cd pynq_tutorial/hw/vivado/pynq_tutorial
make
git clone https://github.com/sonnyhcl/pynq_tutorial.git
## launch vivado 2016.1 tcl console
% cd {abs_path_to_pynq_tutorial/hw/vivado/pynq_tutorial}
% source ../../bitstream/pynq_tutorial.tcl
PYNQ github: https://github.com/Xilinx/PYNQ
PYNQ document: http://pynq.readthedocs.io/en/v2.1
PYNQ webpage: http://www.pynq.io/