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

Compare with Current View Page History

« Previous Version 8 Next »

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

 

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.

Do not add "hello.elf" as application to the BOOT.BIN, it would yield in non bootable boot image

Loading application to be run after bitstream loading is also possible, more FSBL changes are needed then.

 

  • No labels