antmicro / zynq-mkbootimage

An open source replacement of the Xilinx bootgen application.
BSD 2-Clause "Simplified" License
93 stars 47 forks source link

File path support? #22

Closed sergachev closed 2 years ago

sergachev commented 2 years ago

A normal bif file containing a path to input file like [offset=0x0, bootloader] build/boot.bin causes mkbootimage to complain:

mkbootimage 2.3-0f5ba31
error: digilent_zedboard/boot.bif:2:41: expected '}' operator, got '/' operator

Xilinx's bootgen supports paths.

tgorochowik commented 2 years ago

Thanks for the report! This has been fixed by #23