~ajk/bsr

Remove the header from a Xilinx FPGA bitstream
9f7ac011 — Andrew Kay 1 year, 1 month ago
Update project description
Run cargo fmt
Update documentation

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ajk/bsr
read/write
git@git.sr.ht:~ajk/bsr

You can also use your local clone with git send-email.

#bsr

Remove the header from a Xilinx FPGA bitstream.

I believe you can achieve something similar using:

  • The write_bitstream Tcl command -bin_file option
  • The Xilinx Bootgen tool

Really, this was just an excuse to try writing a utility using Rust.

#Usage

Okay, so you still want to use it? I've found it useful for uploading a bitstream using the Linux FPGA manager:

bsr -i design_1_wrapper.bit > /lib/firmware/design_1_wrapper.bit.bin