Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - BSP Xilinx Zynq 7000 ZC702 EVM Help: (1 Item)
   
BSP Xilinx Zynq 7000 ZC702 EVM Help  
I am currently using an older Xilinx Zynq 7000 ZC702 EVM BSP: http://community.qnx.com/sf/wiki/do/viewPage/projects.bsp/
wiki/XilinxZc702?showDetails=true 
and other than the fact that it can’t do 4-byte addressing everything else works. I am trying to upgrade to the latest 
Xilinx Zynq 7000 ZC702 EVM BSP from 2018 which supports QSPI 4-byte addressing. I downloaded the new BSP and I was able 
to build the project. I also created an image file using a boot.bif:
	
        [bootloader] fsbl.elf
	Bitstream.bit
	Ipl-xzynq-zc702.elf
	[offset=600000, load=0x16000000] QNX-IFS.ub

When I download the image to the board it boots up using the FSBL but never runs the IPL program. I’ve been able to get
 this to work countless times using the older BSP. 

Any help would be appreciated.