You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This is preliminary based on Vivado 2015.4 release, the "DDR Less" flow should become even easier with the next Vivado releases.

 

Step by Step

  1. In Vivado IPI create a BD and configure PS7 block with no DDR, one UART should be enabled also
  2. in SDK create FSBL, in main.c add one line, and comment out one line

 

#define XPAR_PS7_DDR_0_S_AXI_BASEADDR 0
#ifdef XPAR_PS7_DDR_0_S_AXI_BASEADDR
//Status = DDRInitCheck(); 

Create BOOT.BIN

Thats all, PS will load the FPGA bitstream and then do nothing.

 

  • No labels