ZedBoard Booting and Configuration Guide
ISE Design Suite 14.1
25
2.
There are a few tasks we need to do while in this window. The PL bitstream and
GPIO test application elf file are added in the order they are needed during boot.
Since the PL needs to be configured before the PS runs the application executable the
PL bitstream is added first:
a.
Accept the
Bif
file
default
Create a new bif file…
The Bif file is a text file that
describes the contents of the boot image. This file can subsequently be used to
recreate or modify the BOOT.BIN boot image file
b.
To specify the
FSBL elf
file click on
Browse
and navigate to
<installation>\pa\project_1\project_1.sdk\SDK\SDK_Export\zynq_fsbl_0\Debug
and select the
zynq_fsbl_0.elf
file.
c.
To add the PL bitstream click on
Add
and navigate to
<installation>\pa\project_1\project_1.sdk\SDK\SDK_Export\system_hw_platform
and select the
system.bit
file.
d.
To add the GPIO test software application executable click on
Add
again and navigate to
<installation>\pa\project_1\project_1.sdk\SDK\SDK_Export\gpio_test_0\Debug
and
select the
gpio_test_0.elf
file.
e.
To specify the
Output file
click on
Browse
and navigate to
<installation>\boot_image
and name the file
BOOT.BIN
.
f.
Click
Create Image
to continue: