From 1bf218bf284540382831eaf4e347e5e8e72cfbca Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Tue, 17 Jul 2018 14:06:21 -0500 Subject: lora: update spectral scan to skip FPGA reset for v31 --- .../lora-gateway-spectral-scan-skip-fpga-reset.patch | 14 ++++++++++++++ recipes-connectivity/lora/lora-gateway_5.0.1.bb | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 recipes-connectivity/lora/lora-gateway/lora-gateway-spectral-scan-skip-fpga-reset.patch (limited to 'recipes-connectivity') diff --git a/recipes-connectivity/lora/lora-gateway/lora-gateway-spectral-scan-skip-fpga-reset.patch b/recipes-connectivity/lora/lora-gateway/lora-gateway-spectral-scan-skip-fpga-reset.patch new file mode 100644 index 0000000..6e64ea6 --- /dev/null +++ b/recipes-connectivity/lora/lora-gateway/lora-gateway-spectral-scan-skip-fpga-reset.patch @@ -0,0 +1,14 @@ +diff --git a/util_spectral_scan/src/util_spectral_scan.c b/util_spectral_scan/src/util_spectral_scan.c +index d2aecda..f070f4b 100644 +--- a/util_spectral_scan/src/util_spectral_scan.c ++++ b/util_spectral_scan/src/util_spectral_scan.c +@@ -264,7 +264,7 @@ int main( int argc, char ** argv ) + printf("ERROR: Failed to disconnect from FPGA\n"); + return EXIT_FAILURE; + } +- x = lgw_connect(false, LGW_DEFAULT_NOTCH_FREQ); /* FPGA reset/configure */ ++ x = lgw_connect(true, LGW_DEFAULT_NOTCH_FREQ); /* FPGA reset/configure */ + if(x != 0) { + printf("ERROR: Failed to connect to FPGA\n"); + return EXIT_FAILURE; + diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index 9a471ac..5a7c758 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -6,7 +6,7 @@ SECTION = "console/utils" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "" -PR = "r10" +PR = "r11" SRCREV = "v${PV}" SRC_URI = "git://github.com/Lora-net/lora_gateway.git;protocol=git \ @@ -16,6 +16,7 @@ SRC_URI = "git://github.com/Lora-net/lora_gateway.git;protocol=git \ file://ln-lora-spi-dev.sh \ file://lora-gateway-change-util-tx-continuous-clksrc.patch \ file://lora-gateway-v28-skip-IQ-invert.patch \ + file://lora-gateway-spectral-scan-skip-fpga-reset.patch \ " SRC_URI[md5sum] = "9e06a3733a9fea39a3d61f77b412badf" -- cgit v1.2.3