Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on loading Overlay: "Could not find the specified .tcl file" #3

Open
akshayjrkp opened this issue Sep 16, 2019 · 5 comments
Open

Comments

@akshayjrkp
Copy link

Hi,

I tried to run the demo, but got the following error when I tried to load the Overlay.
Please help me resolve it.

Error__Pynq_DAC_demo

Thanks,
Akshay

@onioncc
Copy link
Collaborator

onioncc commented Sep 21, 2019

Hi Akshay,

Which FPGA are you using?
Loading overlay requires a .bit file and a .hwh or .tcl file with the same filename at the same location.
For example, SkyNet.bit and SkyNet.hwh, or SkyNet.tcl.
The required .hwh and .tcl varies with the FPGA you are using.

Regards,
Cong

@akshayjrkp
Copy link
Author

Hi Cong,

I am using the Ultra96 board with following features.
• Zynq UltraScale+ MPSoC ZU3EG A484
• 1GByte (256M x32) LPDDR4 Memory
• MicroSD Socket
• Wi-Fi / Bluetooth
• DisplayPort
• 1x USB 3.0 Type Micro-B upstream port
• 2x USB 3.0 Type A downstream ports
• 40-pin Low-speed expansion header
• 60-pin High speed expansion header
• 85mm x 54mm form factor
• Linaro 96Boards Consumer Edition compatible

@onioncc
Copy link
Collaborator

onioncc commented Sep 23, 2019

Ultra96 requires the .hwh file.
Do you have a SkyNet.hwh under the direction of "//mnt//Deploy//"?

Best,
Cong

@akshayjrkp
Copy link
Author

Yes, SkyNet.hwh is present in "//mnt//Deploy//" directory.

The error is regarding a .tcl file, and there is no .tcl file in the /Deploy directory.

Thanks,
Akshay

@onioncc
Copy link
Collaborator

onioncc commented Oct 28, 2019

Sorry for late reply. In Ultra96 a .hwh file is first required instead of .tcl file; .tcl is required only when a .hwh is not found.
Can you try to put the whole design in another dictionary (not under //mnt)? Maybe under somewhere like /xilinx/jupyter

Best,
Cong

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

No branches or pull requests

2 participants