Skip to content

Commit

Permalink
hdl/libbladeRF/debian: Bumping FPGA v.0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpadalino committed Jul 20, 2014
1 parent c548e97 commit c3bd0f2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions debian/bladerf-fpga-hostedx115.postinst
@@ -1,7 +1,7 @@
#!/bin/sh -e #!/bin/sh -e


UPSTREAM='http://nuand.com/fpga/v0.0.5/hostedx115.rbf' UPSTREAM='http://nuand.com/fpga/v0.0.6/hostedx115.rbf'
CHECKSUM='d3ca5dc09115daf0bab731744b081165' CHECKSUM='eb91ecda1d1203750f0f2b9859c9c20f'
RBFFILE=/usr/share/Nuand/bladeRF/hostedx115.rbf RBFFILE=/usr/share/Nuand/bladeRF/hostedx115.rbf


checkfile () { checkfile () {
Expand Down
4 changes: 2 additions & 2 deletions debian/bladerf-fpga-hostedx40.postinst
@@ -1,7 +1,7 @@
#!/bin/sh -e #!/bin/sh -e


UPSTREAM='http://nuand.com/fpga/v0.0.5/hostedx40.rbf' UPSTREAM='http://nuand.com/fpga/v0.0.6/hostedx40.rbf'
CHECKSUM='a474050c832cbe528fb8635b36c36a34' CHECKSUM='85b91b0caeb64750e8d0ca8dd3358992'
RBFFILE=/usr/share/Nuand/bladeRF/hostedx40.rbf RBFFILE=/usr/share/Nuand/bladeRF/hostedx40.rbf


checkfile () { checkfile () {
Expand Down
3 changes: 3 additions & 0 deletions hdl/CHANGELOG
Expand Up @@ -4,6 +4,9 @@ bladeRF HDL Change Log Summary
For more detailed information, please see the git change log and issue tracker For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================ ================================================================================
v0.0.6 (2014-07-20)
--------------------------------
* Fixed FPGA correction for gain/phase


v0.0.5 (2014-06-21) v0.0.5 (2014-06-21)
-------------------------------- --------------------------------
Expand Down
Expand Up @@ -47,7 +47,7 @@
#define FPGA_VERSION_ID 0x7777 #define FPGA_VERSION_ID 0x7777
#define FPGA_VERSION_MAJOR 0 #define FPGA_VERSION_MAJOR 0
#define FPGA_VERSION_MINOR 0 #define FPGA_VERSION_MINOR 0
#define FPGA_VERSION_PATCH 5 #define FPGA_VERSION_PATCH 6
#define FPGA_VERSION (FPGA_VERSION_MAJOR | (FPGA_VERSION_MINOR << 8) | (FPGA_VERSION_PATCH << 16)) #define FPGA_VERSION (FPGA_VERSION_MAJOR | (FPGA_VERSION_MINOR << 8) | (FPGA_VERSION_PATCH << 16))


#define TIME_TAMER TIME_TAMER_0_BASE #define TIME_TAMER TIME_TAMER_0_BASE
Expand Down
1 change: 1 addition & 0 deletions host/libraries/libbladeRF/src/version_compat.c
Expand Up @@ -48,6 +48,7 @@ static const struct compat fw_compat_tbl[] = {


static const struct compat fpga_compat_tbl[] = { static const struct compat fpga_compat_tbl[] = {
/* FPGA requires >= Firmware */ /* FPGA requires >= Firmware */
{ VERSION(0, 0, 6), VERSION(1, 6, 1) },
{ VERSION(0, 0, 5), VERSION(1, 6, 1) }, { VERSION(0, 0, 5), VERSION(1, 6, 1) },
{ VERSION(0, 0, 4), VERSION(1, 6, 1) }, { VERSION(0, 0, 4), VERSION(1, 6, 1) },
{ VERSION(0, 0, 3), VERSION(1, 6, 1) }, { VERSION(0, 0, 3), VERSION(1, 6, 1) },
Expand Down

0 comments on commit c3bd0f2

Please sign in to comment.