05-08-2019 02:04 AM
Hello everyone,
I am currently working with a Xilinx-Zynq XC7Z010-1CLG400C board and trying to load the hardware configuration via XMD from SDK 2014.3 (I am forced to work with this older version). The issue arises while running the method ps7_post_config.
I will try to describe my steps:
- Create hardware configuration with Vivado 2018.3
- Open XMD:
XMD% connect arm hw
XMD% source ../file.tcl
XMD% ps7_init (I had to remove all "force" words from the tcl, as discussed here)
XMD% ps7_post_config
invalid command name "configparams"
Did anybody face the same or a similar issue? I attach the .tcl file, in case of interest.
Many thanks.
05-08-2019 09:42 AM
HI @jbigo12,
You can delete lines 764, 765, 779. configparams command is not supported by XMD
05-08-2019 09:42 AM
HI @jbigo12,
You can delete lines 764, 765, 779. configparams command is not supported by XMD
05-09-2019 02:30 AM
Thank you @sadanan. I removed the lines and everything worked out.