bootgen has the option --process_bitstream which converts a .bit-format bitstream to the raw byte-swapped format that is also used in a normal boot image, but without all the headers of a normal boot image (see http://www.wiki.xilinx.com/Solution+Zynq+PL+Programming+With+FPGA+Manager for a complete example). This is the format used by the mainline linux zynq support for programming the fpga and it would be useful to have this option in zynq-mkbootimage aswell.
All the necessary code is already there (basicly write only the data generated by bitstream_append to a file), however I'm not sure where in the code you would want to integrate this.
If you tell me how want this integrated (if at all) I would be happy to implement it.
bootgenhas the option--process_bitstreamwhich converts a.bit-format bitstream to the raw byte-swapped format that is also used in a normal boot image, but without all the headers of a normal boot image (see http://www.wiki.xilinx.com/Solution+Zynq+PL+Programming+With+FPGA+Manager for a complete example). This is the format used by the mainline linux zynq support for programming the fpga and it would be useful to have this option inzynq-mkbootimageaswell.All the necessary code is already there (basicly write only the data generated by
bitstream_appendto a file), however I'm not sure where in the code you would want to integrate this.If you tell me how want this integrated (if at all) I would be happy to implement it.