I am following the SpeedWay tutorials and on Lab 1.3 I get trouble when combining FSBL, bitstream and u-boot:
bootgen -image bootimage.bif -o i /zynq/boot files/u-boot.bin
ERROR:BootGen:11 - Unexpected symbol 'files/u-boot.bin', 'a command switch' expected.
bootgen -image bootimage.bif -o i /zynq/boot "files/u-boot.bin"
bootgen -image bootimage.bif -o i /zynq/boot files/u-boot.mcs
ERROR:BootGen:11 - Unexpected symbol 'files/u-boot.mcs', 'a command switch' expected.
bootgen -image bootimage.bif -o i /zynq/boot "files/u-boot.mcs"
What can be wrong?