Closed pdp7 closed 3 years ago
Hi,
We do not provide technical support over GitHub. This is strictly limited to issues around the Scripting for Designed by Avnet products.
You can feel free to ask your questions related to Designed By Avnet products over at our support forums at Element 14. Here is a link to the General Topics area of the Avnet Products group. You can pick the appropriate area and post there. https://www.element14.com/community/community/designcenter/zedboardcommunity/zedboard-forums/zedboard-general-question-forum/content
If you are working on a from scratch board, typically you should refer to your FAE for guidance or you can post at the Xilinx forums, which are located here: https://forums.xilinx.com/t5/Forums/ct-p/XlnxProd
Lastly, it looks like you are leveraging our Git repository. The MiniZed is a 7007s device. You mentioned you are using a 7010 device. You need to be careful with that. Those devices are not the same thing. Also, please understand that the 2020.1 code is not released at this time. It is unstable and you should not be using that without the understanding that we recognize there can and will be issues. The QSPI issue you are seeing is something that we have seen and at this time we do not have any update, but is one of the reasons we do not have a tag at this time.
Have a great day!
I have a custom board with a Zynq 7010 (XC7Z010-1CLG225I). There is a 16MiB NOR Flash (ISSI IS25WP128) connected to QSPI controller.
When powered on with boot mode set to QSPI, the FSBL will run and output to uart1 (our debug console):
Nothing happens after that.
I am using Petalinux v2020.1 and Vivado v2020.1. Our intention is to use regular non-secure boot flow and we do not want encryption or secure boot. This is the BIF file being used:
This is programmed onto the QSPI with:
This is the output:
As I mentioned at the top of this post, the FSBL appears to halt after "Partition Header Offset:0x88888888". However, I can set the boot mode jumper on our custom board to JTAG and then boot Linux using the Xilinx Programming Cable and xsct.
From the Linux boot log, I can see that the kernel recognizes this layout on the QSPI:
From project-spec/configs/config
FSBL reports:
I am concerned whether
Partition Header Offset:0x88888888
looks correct?