B E L K Q u i c k S t a r t G u i d e
v . 1 . 0 . 9
bootloader
bora_wrapper.bit
, which is the bitstream generated by the
Vivado project (Partition Type must be Datafile)
u-boot.elf
, which is the compiled U-Boot with .elf extension
(Partition Type must be Datafile)
●
in
Output path
, select the path for the BOOT.bin file
3.4.3
Building U-Boot
It is assumed that the Zynq development environment has been
set up properly (see section 3.3.2 for more details).
●
start the Linux development server and login into the
system
●
assuming that a local repository has not been created,
clone the remote U-Boot git repository (the “-b” option
is used to automatically checkout the current branch):
git clone
[email protected]:dave/bora/u-boot-xlnx.git -b
bora
●
Setup the server environment (please refer to section
●
enter the source tree directory and run the following
commands:
make bora_qspi
make bora_mmc
make bora_noflash
The available targets are the following:
Target
Description
bora_qspi
this target is available for BORA only.
U-Boot is built to use NOR flashed
based environment
bora_mmc
this target is available for BORA only.
U-Boot environment is placed in
SD/MMC card
March, 2016
46/66