I wanna make pynq for zc706 can anyone done successfully please replay
Hi
please specifically mention your problem to help you with
i have taken bsp of xilinx provided and followed the procedure for pynq on pynq site but it dont get boot
ntg is shown while in booting.it dont get initialized while board is boot through sdcard
can u provide the screen shots and procedure u have followed for zc706.
Did you successfully finished the MAKE process?
I did exactly the same as the docs says.
Its possible. You need to have a hdf and bitstream file of the ZC706 project you have created
but i got the boot files BOOT.BIN and image.ub .i have used these files for boot .placed these in parttion one of sd card and other partition with the rootfs file provided pynq site * PYNQ rootfs arm v2. 5 .then i got the following error while booting
Is you PYNQ repo on your ubuntu 16 cloned, or unzipped from a downloaded zip file? Please clone the repo using git clone.
i need version 2.3 to clone there is no link for it
why there is effect if i have download it files are the same na
tell me the things to solve the problem.any other options any changes in scripts plz.
i m using petalinux 2018.2 and ubuntu 16 so supported pynq is 2.3
git clone GitHub - Xilinx/PYNQ at image_v2.3
Cloning into ‘image_v2.3’…
fatal: repository ‘GitHub - Xilinx/PYNQ at image_v2.3’ not found
This looks like a git problem (not pynq).
git clone https://github.com/Xilinx/PYNQ.git pynq-git
cd pynq-git
git checkout -b image_v2.3 origin/image_v2.3
I would recommend to read some of the git instructions online. e.g. Git - user-manual Documentation
I think the git command you are using is incorrect
the git clone command expects a repository address as an argument but provided a branch of that repository.
Specifically follow the instructions by the rock.





