UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
03-20-2018 01:00 AM
I can't program the Zynq Ultrascale ZU2EG twice without switch off and on the power.
My steps to reproduce the issue:
Now, if I restart at point 2 again I get following errors and the Done LEDs doesn't switch off
ERROR: [Labtools 27-3165] End of startup status: LOW ERROR: [Common 17-39] 'program_hw_devices' failed due to earlier errors.
if I restart at point 5 I get the following error
[...]
INFO : Hardware design information is loaded from '[...]/zusys_wrapper_hw_platform_0/system.hdf'. INFO : 'configparams force-mem-access 1' command is executed. INFO : Context for 'APU' is selected. INFO : Sourcing of '[...]/psu_init.tcl' is done. ERROR : AP transaction timeout
What I tried:
- Different clock speeds on the JTAG connection
- When I stop after point 4 and restart at point 2 it works. So the problem only occurs after I run the application once.
Do someone known a solution for the problem or how I can figure out where the problem is?
Thanks
03-21-2018 04:17 AM
you didn't mention which version of the tool you are using?
If you havent tried with newer version i.e.2071.4 hardware manager and SDK, then try with this version and post your results.
03-21-2018 04:21 AM
Sorry for that...
Yes, I using the latest version 2017.4
03-21-2018 05:54 AM
can you check the following AR and try to apply the patch and see if this helps
https://www.xilinx.com/support/answers/70065.html
03-21-2018 06:02 AM
Thanks. I saw this answer, but I have to questions to it...
1. Is it fixed in the version 2017.4?
2. Where can I run the command "CSU.pcap_prog{pcfg_prog_b} = 0"? In the Xilinx SDK -> xsct console?
03-21-2018 10:01 PM
Hi
this issue seems to be intermittent problem and could not be reproduced in 2017.4 at my end
you can use the readme file in the patch for the instruction of the installation of the patch
--Krishna
03-21-2018 11:28 PM
Hi kkn,
thanks for your answer.
Please can you give me a hint where I can run the command "CSU.pcap_prog{pcfg_prog_b} = 0"?
Thanks.
03-27-2018 05:14 AM
Is there any solution for that issue?
03-27-2018 05:44 AM
you need to follow the AR mentioned in earlier post to install the patch and then use vivado programmer as mentioned in the readme file
"CSU.pcap_prog{pcfg_prog_b} = 0"? this should not be used in tcl console
03-27-2018 06:00 AM
08-02-2018 06:05 AM
Hello,
I am not sure if the following solution will help you out; but I had the same error and this is what I did to solve the problem.
First off, I was using a an Artix7 with S25FL128SAGNFI001 SPI flash. I knew that the JTAG interface that we designed had poor signal integrity, therefore I slowed down the JTAG clock speed. I also realized that I needed to select "pull down" on the "state of non-config meme IO pins" setting. Finally, I was prompted by Vivado Lab that I actually had the wrong part selected, I had picked s25fl128l-spi-x1_x2_x4 from the list of available flash devices instead of s25fl128sxxxxxx0-spi-x1_x2_x4.
If some of the above applies to your situation, try to tweak some of the setting described above, maybe it will help.
Best!