Revert "fix bladeRF FPGA loading"

This reverts commit 52e560c090.
master
Sebastien Bourdeauducq 2020-08-16 15:56:29 +08:00
parent 52e560c090
commit cd58894f3c
3 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
bladerf.conf

1
bladerf.conf Normal file
View File

@ -0,0 +1 @@
biastee_rx on

View File

@ -39,10 +39,7 @@ in
wrapQtApp "$out/bin/python"
'';
shellHook = ''
cat > bladerf.conf << EOF
fpga ${bitstream}
biastee_rx on
EOF
${pkgs.libbladeRF}/bin/bladeRF-cli -l ${bitstream}
'';
QT_QPA_PLATFORM = "wayland";
}