In the Vitis IDE, select File → New → Application Project to open the New Project wizard.
Use the information in the table below to make your selections in the wizard.
Screen
System Properties
Settings
Platform
Select platform from repository
edt_zcu102_wrapper
Application project details
Application project name
fsbl_usb_boot
System project name
fsbl_usb_boot_system
Target processor
psu_cortexa53_0
Domain
Domain
standalone on psu_cortexa53_0
Templates
Available templates
Zynq MP FSBL
Click Finish.
In the Explorer view, expand the fsbl_usb_boot project and open xfsbl_config.h from fsbl_usb_boot→ src→xfsbl_config.h.
In
xfsbl_config.h
change or set following settings:#define FSBL_QSPI_EXCLUDE_VAL (1U) #define FSBL_SD_EXCLUDE_VAL (1U) #define FSBL_USB_EXCLUDE_VAL (0U)
Press Ctrl+S to save these changes.
Build FSBL (
fsbl_usb_boot
).