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!
10-19-2013 10:59 PM
Hi
I am using ZC702 Eva. Kit. When I tried to program it I get the following error. Software tool used vivado 2013.2
Programming Bitstream -- E:/Workspace_Vivado/ZC702/project_2/project_2.sdk/SDK/SDK_Export/hw_platform_0/system.bit
Fpga Programming Progress .............10.........20.........30.........40.........50.........60.........70.........80.........90........Done
Error:
AP transaction error (DP CTRL_STAT=0xf0000021)
Error Address = 0x00100000, Size = 0x00000004
Please let me know, what could be the problem.
Jothi
10-20-2013 12:59 AM
10-20-2013 01:10 AM
10-20-2013 11:11 PM
I am using SDK flow. I tried rst -debug_sys. Still I get the same error
10-21-2013 11:22 AM
The reason I asked the flow was that this looks like an initialisation issue of your Processor System, the error message mentions:
Error Address = 0x00100000, Size = 0x00000004
This is the DDR have you configured your DDR correctly in the Processing System IP configuration before exporting to SDK?
If you are using a Demo board, you should use the predefined settings in the import settings in the config gui for this IP,
then re-export to SDK
10-21-2013 06:32 PM
10-22-2013 01:25 AM
10-22-2013 08:02 AM
Hi
Thank you for your response. I get the following msg
XMD% mrd 0x00100000
ERROR: Cannot Read from target
Cannot access DDR: the controller is held in reset
Jothi
10-22-2013 08:31 AM
i have attached a zip here. can you download and unzip and try the following?
Can you try the following XMD commands:
cd to where ever you downloaded the zip
connect arm hw
source ps7_init.tcl
ps7_init
ps7_post_config
stop
mrd 0x00100000
note: i used 14.6. if you are not using 14.6, you can leave out the ps7_post_config step
10-23-2013 12:23 AM
Hi
XMD% source ps7_init.tcl
XMD% source ps7_init
couldn't read file "ps7_init": no such file or directory
XMD% ps7_ini
XMD% ps7_init
XMD% ps7_post_config
XMD% stop
Processor stopped
XMD% mrd 0x00100000
100000: 00000000
XMD% mwr 0x00100000 0xA5A5
XMD% mrd 0x00100000
100000: 00000000
XMD% mwr 0x00100000 0xA5A5A5A5
XMD% mrd 0x00100000
100000: 00000000
XMD%
But I am not able to download the elf file
10-23-2013 03:23 AM
ok, well this is good news. There is nothing wrong with your board. The issue was with the init of the PS. Cam you follow the tutorial below:
http://www.xilinx.com/support/documentation/sw_manuals/xilinx14_7/ug873-zynq-ctt.pdf
10-23-2013 07:13 AM
Hi
Thank you. I have been using this board for quite some time. This is working when I run this on ram memory. This is having problem only when I try to run on DDR3.
10-23-2013 12:14 PM
10-23-2013 06:48 PM
10-23-2013 11:36 PM
Hi Jyothi ,
It seems that the DDR is not configured properly.
Can you do the diagnostics for the DDR to confirm that memory is working.
Regards
Jangi reddy
10-27-2013 08:50 AM
02-12-2015 06:59 PM
06-12-2017 04:12 AM
10-23-2017 08:53 PM
What are the configurations you are expecting for DDR before exporting to SDK.