How to: Create basic bitstream and first stage bootloader for the ZedBoard SDK: Difference between revisions

From RidgeRun Developer Wiki
Line 30: Line 30:
<br>
<br>


7. After this steps the project will be ready for bitstream generation. Select "Generate Bitstream" option then.  
7. After this steps the project will be ready for bitstream generation. Select "Generate Bitstream" option. Once is complete select "Export Design" option, the one just below the previous one.  
[[Image:xps-bitstream.jpg|center|800px|xps-bitstream.jpg]]  
[[Image:xps-bitstream.jpg|center|800px|xps-bitstream.jpg]]  
<br>
8. We will need to export this design to the Xilinx SDK to be able to generate the first stage bootloader. Select "Export & Launch SDK".
[[Image:xps-export-sdk.jpg|center|800px|xps-export-sdk.jpg]]
<br>
<br>


[[Category:Zynq7000]]
[[Category:Zynq7000]]

Revision as of 19:28, 5 February 2015

Introduction

This guide will help the user to understand the methods that need to be done in order to create a basic bitstream and a first stage bootloader for the ZedBoard. Included in the RidgeRun SDK there are default files for this components, but this wiki will serve as a tutorial for creating new ones.

Steps

1. Make sure you have installed the Xilinx tools. For reference check the following: Ubuntu 12.04 useful installation hints.

2. Open Xilinx Platform Studio:

xps

3. Select "Create new project using Base System Builder".

xps.jpg
xps.jpg


4. Select the project folder and the "AXI System Interconnect Type" as shown in the figure and click ok:

xps-new-project.jpg
xps-new-project.jpg


5. Select the "Avnet" vendor and the "ZedBoard" board, then click next:

xps-board-selection.jpg
xps-board-selection.jpg


6. Leave the default peripheral configuration and click finish:

xps-peripheral-config.jpg
xps-peripheral-config.jpg


7. After this steps the project will be ready for bitstream generation. Select "Generate Bitstream" option. Once is complete select "Export Design" option, the one just below the previous one.

xps-bitstream.jpg
xps-bitstream.jpg


8. We will need to export this design to the Xilinx SDK to be able to generate the first stage bootloader. Select "Export & Launch SDK".

xps-export-sdk.jpg
xps-export-sdk.jpg