You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already installed the fpga bitstream to a pluto adalm v0.34, and compiled the srsenb, and set cpu scaling to performance. But when starting srsenb I get an error when trying to create the TX buffer:
$ srsenb
Active RF plugins: libsrsran_rf_uhd.so libsrsran_rf_blade.so libsrsran_rf_iio.so
Inactive RF plugins:
--- Software Radio Systems LTE eNodeB ---
Reading configuration file /etc/srsran/enb.conf /etc/srsran/sib.conf /etc/srsran/rr.conf /etc/srsran/rb.conf
Built in Release mode using commit 254cc719a on branch HEAD.
Opening 1 channels in RF device=iio with args=context=usb:
Supported RF device list: UHD bladeRF iio file
CH0 context=usb:
app/srsRAN/lib/src/phy/rf/rf_iio_imp.c:542: Could not create TX buffer (pretended size:1928) errno=2
==== eNodeB started ===
Type to view trace
Setting frequency: DL=2680.0 Mhz, UL=2560.0 MHz for cc_idx=0 nof_prb=6
Any clues for this error in the iio_device_create_buffer(...) function?
The text was updated successfully, but these errors were encountered:
Update to last message:
I also tested the bitstream on another program doing TX and RX in pluto-adalm, while the new bitstream was installed, I get the same iio_device_create_buffer(...) error, both for TX and for RX.
And same error also when trying to run txrx_test.
So I guess it is not a srsenb problem but a bitstream problem.
I have already installed the fpga bitstream to a pluto adalm v0.34, and compiled the srsenb, and set cpu scaling to performance. But when starting srsenb I get an error when trying to create the TX buffer:
$ srsenb
Active RF plugins: libsrsran_rf_uhd.so libsrsran_rf_blade.so libsrsran_rf_iio.so
Inactive RF plugins:
--- Software Radio Systems LTE eNodeB ---
Reading configuration file /etc/srsran/enb.conf /etc/srsran/sib.conf /etc/srsran/rr.conf /etc/srsran/rb.conf
Built in Release mode using commit 254cc719a on branch HEAD.
Opening 1 channels in RF device=iio with args=context=usb:
Supported RF device list: UHD bladeRF iio file
CH0 context=usb:
app/srsRAN/lib/src/phy/rf/rf_iio_imp.c:542: Could not create TX buffer (pretended size:1928) errno=2
==== eNodeB started ===
Type to view trace
Setting frequency: DL=2680.0 Mhz, UL=2560.0 MHz for cc_idx=0 nof_prb=6
Any clues for this error in the iio_device_create_buffer(...) function?
The text was updated successfully, but these errors were encountered: