Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: rtx on December 09, 2021, 06:07:34 PM

Title: How to build BOOT.bin in Vitis?
Post by: rtx on December 09, 2021, 06:07:34 PM
Hi,

I'm trying to build BOOT.bin manually for reference design (zynq) instead of using TE::sw_run_vitis -all :
https://wiki.trenz-electronic.de/display/PD/Vitis (https://wiki.trenz-electronic.de/display/PD/Vitis)
After 'Build Platform Project' step, I have fsbl.elf and <project_name>.bif files. But I can't find information how to create BOOT.bin from these files? I read "Note: for Linux additional files must be add (BIF, boot files(u-boot.elf) and linux image (image.ub) from petalinux,)" I have u-boot.elf and image.ub from PetaLinux, but I can't understand how and where should I add these files to build BOOT.bin?
Title: Re: How to build BOOT.bin in Vitis?
Post by: JH on December 10, 2021, 06:55:47 AM
Hello,
create a simple hello world project with vitits , compile and select create boot image.
instead of the given bif file, select the *.bif from our prebuilt folder. it it includes als need files.
If you want you can change file path to your own one or generate your own bif file but this must be like this one from the prebuilt folder.
br
John