Hello Everyone I am Saurav and I am trying to learn PYNQ Z2 FPGA board. I dont know the correct way to reupload python code from Jupyter to Z2 board, Suppose I made some changes in my code and I want to check that code how should I do that
The steps I follow to upload the code are:
1. Stop the running prograp in jupyter notebook.
2. Reset the program on PYNQ.
3. Close and reopen the program file in which you have made changes or want to upload again.
4. Run all the cells in that file.
But I think doing this is not correct way to reupload the code and there will be another short way to do this. So I want some help.