For the PICOZED board, how do I read configuration Memory? Need to read out configuration memory on field failures.
For the PICOZED board, how do I read configuration Memory? Need to read out configuration memory on field failures.
Are you talking about the QSPI? You can use the Hardware Manager and a JTAG connection to readback QSPI or do a verify.
Bryan
Yes, I am trying a read data back from QSPI. I open Hardware Manager, Autoconnect and then type in the following at TCL prompt:
readback_hw_cfgmem -file test.bin -hw_cfgmem \ [get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0]].
I get an error saying -hw_cfgmem option is not valid.
What am I doing wrong?
I apologize for giving you bad information previously. Zynq devices do not support QSPI readback with Hardware Manager. The best advice that I could find was on the Xilinx forums here:
Unfortunately, no specific U-boot commands were shared, so I did a little experimenting with a MicroZed that I have here. I loaded up the Linux pre-built image onto an SD Card from the Avnet BSP, then booted from SD Card, making sure to interrupt at the U-boot stage. After that, then the commands that I followed were:
Where
Bryan