Skip to content

Commit c3bd0f2

Browse files
committed
hdl/libbladeRF/debian: Bumping FPGA v.0.0.6.
1 parent c548e97 commit c3bd0f2

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

debian/bladerf-fpga-hostedx115.postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -e
22

3-
UPSTREAM='http://nuand.com/fpga/v0.0.5/hostedx115.rbf'
4-
CHECKSUM='d3ca5dc09115daf0bab731744b081165'
3+
UPSTREAM='http://nuand.com/fpga/v0.0.6/hostedx115.rbf'
4+
CHECKSUM='eb91ecda1d1203750f0f2b9859c9c20f'
55
RBFFILE=/usr/share/Nuand/bladeRF/hostedx115.rbf
66

77
checkfile () {

debian/bladerf-fpga-hostedx40.postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -e
22

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

77
checkfile () {

hdl/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ bladeRF HDL Change Log Summary
44
For more detailed information, please see the git change log and issue tracker
55
hosted on GitHub: https://github.com/nuand/bladeRF
66
================================================================================
7+
v0.0.6 (2014-07-20)
8+
--------------------------------
9+
* Fixed FPGA correction for gain/phase
710

811
v0.0.5 (2014-06-21)
912
--------------------------------

hdl/fpga/ip/altera/nios_system/software/lms_spi_controller/lms_spi_controller.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define FPGA_VERSION_ID 0x7777
4848
#define FPGA_VERSION_MAJOR 0
4949
#define FPGA_VERSION_MINOR 0
50-
#define FPGA_VERSION_PATCH 5
50+
#define FPGA_VERSION_PATCH 6
5151
#define FPGA_VERSION (FPGA_VERSION_MAJOR | (FPGA_VERSION_MINOR << 8) | (FPGA_VERSION_PATCH << 16))
5252

5353
#define TIME_TAMER TIME_TAMER_0_BASE

host/libraries/libbladeRF/src/version_compat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static const struct compat fw_compat_tbl[] = {
4848

4949
static const struct compat fpga_compat_tbl[] = {
5050
/* FPGA requires >= Firmware */
51+
{ VERSION(0, 0, 6), VERSION(1, 6, 1) },
5152
{ VERSION(0, 0, 5), VERSION(1, 6, 1) },
5253
{ VERSION(0, 0, 4), VERSION(1, 6, 1) },
5354
{ VERSION(0, 0, 3), VERSION(1, 6, 1) },

0 commit comments

Comments
 (0)