~ajk/bsr

Remove the header from a Xilinx FPGA bitstream
9f7ac011 — Andrew Kay 2 years ago
Update project description
9c8efc11 — Andrew Kay 3 years ago
Run cargo fmt
fa3a3ce8 — Andrew Kay 3 years ago
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