Build FSBL

This how-to describes how to build the First Stage Boot Loader (FSBL) for your target platform.
Building the FSBL is a part of the Xilinx design flow described in Getting Started.

Table of Contents

Task Dependencies (Pre-requisites)
Tools Required
Input Files Required
Output Files Produced
Task Description
Using SDK
Using HSI
Build Steps
Related Links

Task Dependencies (Pre-requisites)


Tools Required

Input Files Required


Output Files Produced

Task Description

Using SDK


Using HSI

Start hsi
bash$ hsi
Open the hardware design
hsi% set hwdsgn [open_hw_design <hardware.hdf>]
Generate and build the FSBL
hsi% generate_app -hw $hwdsgn -os standalone -proc ps7_cortexa9_0 -app zynq_fsbl -compile -sw fsbl -dir <dir_for_new_app>

Build Steps


Related Links