fix bladeRF FPGA loading
This commit is contained in:
parent
9ec7c5e794
commit
52e560c090
|
@ -0,0 +1 @@
|
||||||
|
bladerf.conf
|
|
@ -1 +0,0 @@
|
||||||
biastee_rx on
|
|
|
@ -39,7 +39,10 @@ in
|
||||||
wrapQtApp "$out/bin/python"
|
wrapQtApp "$out/bin/python"
|
||||||
'';
|
'';
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
${pkgs.libbladeRF}/bin/bladeRF-cli -l ${bitstream}
|
cat > bladerf.conf << EOF
|
||||||
|
fpga ${bitstream}
|
||||||
|
biastee_rx on
|
||||||
|
EOF
|
||||||
'';
|
'';
|
||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "wayland";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue