USRP X410 Configuration Issues with srsRAN #152
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am currently attempting to configure and run srsRAN with a USRP X410 device. I modified the official USRP N310 configuration file since there is no dedicated configuration file for the X410. The specific configuration file is gnb_rf_n310_fdd_n3_20mhz.yml, and I changed
'type=n3xx'
to'type=x4xx'
.When I run the command sudo gnb -c gnb_rf_n310_fdd_n3_20mhz.yml, I encounter an error stating that the attempted master clock rate of 491.52 MHz is not compatible with the FPGA on the USRP X410, which expects a decimation of 2.
The error message is as follows:
I am quite confused about this error, especially since I am using the official configuration files as a basis. Could anyone please provide some guidance on how to adjust the configuration for the USRP X410? Are there any specific parameters that need to be adjusted to be compatible with the X410's FPGA requirements?
Beta Was this translation helpful? Give feedback.
All reactions