Skip to content

Commit

Permalink
debian: Updated FX3 FW and FPGA bitstream post-install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Szymaniak committed Jun 29, 2016
1 parent e4e7ef8 commit a865682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions debian/bladerf-firmware-fx3.postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

UPSTREAM='https://www.nuand.com/fx3/bladeRF_fw_v1.9.0.img'
CHECKSUM='9fd35cdced2a33a08a724ee5162ee6b9'
UPSTREAM='https://www.nuand.com/fx3/bladeRF_fw_v2.0.0.img'
CHECKSUM='7b7426c9eb4ccbf0c32e04fd578a75ae'
DATAFILE='/usr/share/Nuand/bladeRF/bladeRF_fw.img'
DESCRIPT='firmware'
MYNAMEIS='bladerf-firmware-fx3'
Expand Down
4 changes: 2 additions & 2 deletions debian/bladerf-fpga-hostedx115.postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

UPSTREAM='https://www.nuand.com/fpga/v0.5.0/hostedx115.rbf'
CHECKSUM='8af6607afdcf9b00ddae8fbd2cf2eafa'
UPSTREAM='https://www.nuand.com/fpga/v0.6.0/hostedx115.rbf'
CHECKSUM='326dc7f8e87b6f38716470b43de8b4e2'
DATAFILE='/usr/share/Nuand/bladeRF/hostedx115.rbf'
DESCRIPT='FPGA bitstream'
MYNAMEIS='bladerf-fpga-hostedx115'
Expand Down
4 changes: 2 additions & 2 deletions debian/bladerf-fpga-hostedx40.postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

UPSTREAM='https://www.nuand.com/fpga/v0.5.0/hostedx40.rbf'
CHECKSUM='af8ea27b4f545113db3d9b6d986f6525'
UPSTREAM='https://www.nuand.com/fpga/v0.6.0/hostedx40.rbf'
CHECKSUM='29a65d08e3a98f16dd26dee5bc9200a1'
DATAFILE='/usr/share/Nuand/bladeRF/hostedx40.rbf'
DESCRIPT='FPGA bitstream'
MYNAMEIS='bladerf-fpga-hostedx40'
Expand Down

0 comments on commit a865682

Please sign in to comment.