Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

How to transfer files from PC to PYNQ notebook or git clone #4

Open
Sumegh-git opened this issue Jan 10, 2019 · 9 comments
Open

How to transfer files from PC to PYNQ notebook or git clone #4

Sumegh-git opened this issue Jan 10, 2019 · 9 comments

Comments

@Sumegh-git
Copy link

No description provided.

@rpokana
Copy link

rpokana commented Jan 10, 2019

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 following command in a terminal to install PYNQ Deep Learning IP Jupyter notebooks

$ sudo -H pip3.6 install --upgrade git+https://github.com/Xilinx/PYNQ-DL.git
$ sudo reboot now

After the setup, new Jupyter notebooks will be added under the pynqDL folder, ready to try out, no additional steps are needed

Let me know of any issues.

@Sumegh-git
Copy link
Author

Ok thanks!
But we are facing problems getting PYNQ board connected. Like we are configuring it in Windows , and have changed Ipv4 setting , but still 192.168.2.99:9090 doesn't open the Notebook. It opened once earlier and then never connected.

@rpokana
Copy link

rpokana commented Jan 10, 2019

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

@Sumegh-git
Copy link
Author

Yes. Thanks @rpokana . This worked .

But i'm unable to access the internet from Serial terminal of board . I have set the network proxy using set http_proxy=172.16.2.30:8080 and others too like https,ftp . Still doesn't work . When i try doing git clone it hangs and nothing happens.
Can you help with this?

@rpokana
Copy link

rpokana commented Jan 11, 2019

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 the same range as the PYNQ board.

HTH

@Sumegh-git
Copy link
Author

Thanks for helping . I had a basic doubt .
Regarding installation of Tensorflow , Keras and other libraries how and from where am i supposed to install them?Doing normally with pip doesn't work , because PYNQ has different architecture and what we got on the internet are made for 32/64bit arch .

@Sumegh-git
Copy link
Author

Sumegh-git commented Jan 11, 2019

Also , i'm unable to find the 4 submodules : board, iop, drivers, and bitstream as written in docs in the GitHub Repo . Due to which i'm also unable to import pynq.drivers.
Please let me know the solution for this. @rpokana

@cathalmccabe
Copy link

Please post this question to the PYNQ support forum
www.pynq.io/support

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants