- Installed Vivado 2018.2
- Clone u-boot git clone https://github.com/Xilinx/u-boot-xlnx.git
- change directory to u-boot-xlnx
- source /opt/Xilinx/Vivado/2018.2/settings64.sh
- export CROSS_COMPILE=aarch64-linux-gnu-
- export ARCH=aarch64
- make avnet_ultra96_rev1_defconfig
- make
Both u-boot and u-boot.elf appear at the directory, what they are? I want to build a boot.bin from fsbl.elf, xxxx.bit and u-boot.elf with SDK, which file shall I use?
I search the issue on web but get difference answer, someone recommends that rename the u-boot to u-boot.elf and apply it, other says use the u-boot.elf directly.
Your answer is welcome, thanks a lot.