Hey, i have just started working on a Zedboard (http://zedboard.org/product/zedboard) with an Xilinx Zynq XC7Z020 SOC. I have seen that Barebox has an defconfig for the zynq so i tried export ARCH=arm export CROSS_COMPILE=arm-cortexa9-linux-gnueabihf- export PATH=/opt/OSELAS.Toolchain/arm-cortexa9-linux-gnueabihf/bin:$PATH make zynq_defconfig make -j`nproc` which compiles me the image barebox-flash-image -> images/barebox-avnet-zedboard.img when using u-boot i had to generate a BOOT.bin file with Xilinx's ./bootgen tool dev$ bootgen -image bootimage.bif -o i BOOT.bin and .bif file was dev$ cat bootimage.bif //arch = zynq; split = false; format = BIN the_ROM_image: { [bootloader]FSBL.elf design_1_wrapper.bit u-boot.elf } that i copied onto an SD-Card and powed up the board. But since i want to use Barebox how do i produce the BOOT.bin file? and how is the programming of the FPGA Logic done? Best Regards Michael _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox