Skip to content

Converting a bitstream to raw byte-swapped format #10

@rroohhh

Description

@rroohhh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions