Re: [USRP-users] XCVR2450 with X310

2017-08-08 Thread Robin Coxe via USRP-users
Hi Jon.  The XCVR2450 has been EOLed by Ettus Research.   We will never
have official X310 support for this board, as it is an obsolete product.
The XCVR2450 will work with the USRP N210 or the USRP1.

Alternatively, the UBX, SBX, or CBX daughterboards will cover that same
frequency range and will function with the X300/X310.

-Robin




On Tue, Aug 8, 2017 at 3:26 AM, Derek Kozel via USRP-users <
usrp-users@lists.ettus.com> wrote:

> Hello Jon,
>
> As you have found in the documentation and see in the output of
> uhd_usrp_probe, the XCVR2450 is not supported on the X3x0 family. We are
> sorry this is true, but we do not have any current timeline for adding this
> support nor do we have any advice right now to give for what changes would
> be needed to add the support. The architecture of the second and third
> generation USRPs differ in a few ways which mean that the daughterboards
> are not always plug and play between the generations. The error you are
> seeing has to do with the frequency reference clock being sent to the
> daughterboard.
>
> Regards,
> Derek
>
> On Tue, Aug 8, 2017 at 4:56 AM, liu Jong via USRP-users <
> usrp-users@lists.ettus.com> wrote:
>
>> HI all,
>> We run command uhd_usrp_probe,output as below:
>>
>> -- X300 initialization sequence...
>> -- Determining maximum frame size... 1472 bytes.
>> -- Setup basic communication...
>> -- Loading values from EEPROM...
>> -- Setup RF frontend clocking...
>> -- Radio 1x clock:200
>> -- [DMA FIFO] Running BIST for FIFO 0... pass (Throughput: 1185.3MB/s)
>> -- [DMA FIFO] Running BIST for FIFO 1... pass (Throughput: 1176.6MB/s)
>> -- [RFNoC Radio] Performing register loopback test... pass
>> -- [RFNoC Radio] Performing register loopback test... pass
>> -- [RFNoC Radio] Performing register loopback test... pass
>> -- [RFNoC Radio] Performing register loopback test... pass
>>
>> UHD Error:
>> The daughterboard manager encountered a recoverable error in init.
>> Loading the "unknown" daughterboard implementations to continue.
>> The daughterboard cannot operate until this error is resolved.
>> RuntimeError: NotImplementedError: x3xx set dboard clock rate does
>> not support changing the clock rate
>> -- Performing timer loopback test... pass
>>
>> UHD Error:
>> The daughterboard manager encountered a recoverable error in init.
>> Loading the "unknown" daughterboard implementations to continue.
>> The daughterboard cannot operate until this error is resolved.
>> RuntimeError: NotImplementedError: x3xx set dboard clock rate does
>> not support changing the clock rate
>> -- Performing timer loopback test... pass
>>  _
>>  /
>> |   Device: X-Series Device
>> | _
>> |/
>> |   |   Mboard: X310
>> |   |   revision: 24
>> |   |   revision_compat: 7
>> |   |   product: 30818
>> |   |   mac-addr0: 00:80:2f:23:41:c5
>> |   |   mac-addr1: 00:80:2f:23:41:c6
>> |   |   gateway: 192.168.10.1
>> |   |   ip-addr0: 192.168.100.2
>> |   |   subnet0: 255.255.255.0
>> |   |   ip-addr1: 192.168.20.2
>> |   |   subnet1: 255.255.255.0
>> |   |   ip-addr2: 192.168.30.2
>> |   |   subnet2: 255.255.255.0
>> |   |   ip-addr3: 192.168.40.2
>> |   |   subnet3: 255.255.255.0
>> |   |   serial: 30B867A
>> |   |   FW Version: 5.0
>> |   |   FPGA Version: 33.0
>> |   |   RFNoC capable: Yes
>> |   |
>> |   |   Time sources:  internal, external, gpsdo
>> |   |   Clock sources: internal, external, gpsdo
>> |   |   Sensors: ref_locked
>> |   | _
>> |   |/
>> |   |   |   RX Dboard: A
>> |   |   |   ID: XCVR2450, XCVR2450 - r2.1 (0x0061)
>> |   |   |   Serial: 30656DD
>> |   |   | _
>> |   |   |/
>> |   |   |   |   RX Frontend: 0
>> |   |   |   |   Name: Unknown (0x) - 0
>> |   |   |   |   Antennas:
>> |   |   |   |   Sensors:
>> |   |   |   |   Freq range: 0.000 to 0.000 MHz
>> |   |   |   |   Gain Elements: None
>> |   |   |   |   Bandwidth range: 0.0 to 0.0 step 0.0 Hz
>> |   |   |   |   Connection Type: IQ
>> |   |   |   |   Uses LO offset: No
>> |   |   | _
>> |   |   |/
>> |   |   |   |   RX Codec: A
>> |   |   |   |   Name: ads62p48
>> |   |   |   |   Gain range digital: 0.0 to 6.0 step 0.5 dB
>>
>>
>>
>> uhd version:003.010.001.000
>>
>> Any suggestion is welcome
>>
>> thank you.
>>
>> best regards
>> Jon
>>
>>
>>
>>
>>
>> ___
>> USRP-users mailing list
>> USRP-users@lists.ettus.com
>> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>>
>>
>
> ___
> USRP-users mailing list
> USRP-users@lists.ettus.com
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
>
___
USRP-users mail

Re: [USRP-users] XCVR2450 with X310

2017-08-08 Thread Derek Kozel via USRP-users
Hello Jon,

As you have found in the documentation and see in the output of
uhd_usrp_probe, the XCVR2450 is not supported on the X3x0 family. We are
sorry this is true, but we do not have any current timeline for adding this
support nor do we have any advice right now to give for what changes would
be needed to add the support. The architecture of the second and third
generation USRPs differ in a few ways which mean that the daughterboards
are not always plug and play between the generations. The error you are
seeing has to do with the frequency reference clock being sent to the
daughterboard.

Regards,
Derek

On Tue, Aug 8, 2017 at 4:56 AM, liu Jong via USRP-users <
usrp-users@lists.ettus.com> wrote:

> HI all,
> We run command uhd_usrp_probe,output as below:
>
> -- X300 initialization sequence...
> -- Determining maximum frame size... 1472 bytes.
> -- Setup basic communication...
> -- Loading values from EEPROM...
> -- Setup RF frontend clocking...
> -- Radio 1x clock:200
> -- [DMA FIFO] Running BIST for FIFO 0... pass (Throughput: 1185.3MB/s)
> -- [DMA FIFO] Running BIST for FIFO 1... pass (Throughput: 1176.6MB/s)
> -- [RFNoC Radio] Performing register loopback test... pass
> -- [RFNoC Radio] Performing register loopback test... pass
> -- [RFNoC Radio] Performing register loopback test... pass
> -- [RFNoC Radio] Performing register loopback test... pass
>
> UHD Error:
> The daughterboard manager encountered a recoverable error in init.
> Loading the "unknown" daughterboard implementations to continue.
> The daughterboard cannot operate until this error is resolved.
> RuntimeError: NotImplementedError: x3xx set dboard clock rate does not
> support changing the clock rate
> -- Performing timer loopback test... pass
>
> UHD Error:
> The daughterboard manager encountered a recoverable error in init.
> Loading the "unknown" daughterboard implementations to continue.
> The daughterboard cannot operate until this error is resolved.
> RuntimeError: NotImplementedError: x3xx set dboard clock rate does not
> support changing the clock rate
> -- Performing timer loopback test... pass
>  _
>  /
> |   Device: X-Series Device
> | _
> |/
> |   |   Mboard: X310
> |   |   revision: 24
> |   |   revision_compat: 7
> |   |   product: 30818
> |   |   mac-addr0: 00:80:2f:23:41:c5
> |   |   mac-addr1: 00:80:2f:23:41:c6
> |   |   gateway: 192.168.10.1
> |   |   ip-addr0: 192.168.100.2
> |   |   subnet0: 255.255.255.0
> |   |   ip-addr1: 192.168.20.2
> |   |   subnet1: 255.255.255.0
> |   |   ip-addr2: 192.168.30.2
> |   |   subnet2: 255.255.255.0
> |   |   ip-addr3: 192.168.40.2
> |   |   subnet3: 255.255.255.0
> |   |   serial: 30B867A
> |   |   FW Version: 5.0
> |   |   FPGA Version: 33.0
> |   |   RFNoC capable: Yes
> |   |
> |   |   Time sources:  internal, external, gpsdo
> |   |   Clock sources: internal, external, gpsdo
> |   |   Sensors: ref_locked
> |   | _
> |   |/
> |   |   |   RX Dboard: A
> |   |   |   ID: XCVR2450, XCVR2450 - r2.1 (0x0061)
> |   |   |   Serial: 30656DD
> |   |   | _
> |   |   |/
> |   |   |   |   RX Frontend: 0
> |   |   |   |   Name: Unknown (0x) - 0
> |   |   |   |   Antennas:
> |   |   |   |   Sensors:
> |   |   |   |   Freq range: 0.000 to 0.000 MHz
> |   |   |   |   Gain Elements: None
> |   |   |   |   Bandwidth range: 0.0 to 0.0 step 0.0 Hz
> |   |   |   |   Connection Type: IQ
> |   |   |   |   Uses LO offset: No
> |   |   | _
> |   |   |/
> |   |   |   |   RX Codec: A
> |   |   |   |   Name: ads62p48
> |   |   |   |   Gain range digital: 0.0 to 6.0 step 0.5 dB
>
>
>
> uhd version:003.010.001.000
>
> Any suggestion is welcome
>
> thank you.
>
> best regards
> Jon
>
>
>
>
>
> ___
> USRP-users mailing list
> USRP-users@lists.ettus.com
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
>
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


Re: [USRP-users] XCVR2450 with X310

2017-08-07 Thread liu Jong via USRP-users
HI all,
We run command uhd_usrp_probe,output as below:

-- X300 initialization sequence...
-- Determining maximum frame size... 1472 bytes.
-- Setup basic communication...
-- Loading values from EEPROM...
-- Setup RF frontend clocking...
-- Radio 1x clock:200
-- [DMA FIFO] Running BIST for FIFO 0... pass (Throughput: 1185.3MB/s)
-- [DMA FIFO] Running BIST for FIFO 1... pass (Throughput: 1176.6MB/s)
-- [RFNoC Radio] Performing register loopback test... pass
-- [RFNoC Radio] Performing register loopback test... pass
-- [RFNoC Radio] Performing register loopback test... pass
-- [RFNoC Radio] Performing register loopback test... pass

UHD Error:
The daughterboard manager encountered a recoverable error in init.
Loading the "unknown" daughterboard implementations to continue.
The daughterboard cannot operate until this error is resolved.
RuntimeError: NotImplementedError: x3xx set dboard clock rate does not
support changing the clock rate
-- Performing timer loopback test... pass

UHD Error:
The daughterboard manager encountered a recoverable error in init.
Loading the "unknown" daughterboard implementations to continue.
The daughterboard cannot operate until this error is resolved.
RuntimeError: NotImplementedError: x3xx set dboard clock rate does not
support changing the clock rate
-- Performing timer loopback test... pass
 _
 /
|   Device: X-Series Device
| _
|/
|   |   Mboard: X310
|   |   revision: 24
|   |   revision_compat: 7
|   |   product: 30818
|   |   mac-addr0: 00:80:2f:23:41:c5
|   |   mac-addr1: 00:80:2f:23:41:c6
|   |   gateway: 192.168.10.1
|   |   ip-addr0: 192.168.100.2
|   |   subnet0: 255.255.255.0
|   |   ip-addr1: 192.168.20.2
|   |   subnet1: 255.255.255.0
|   |   ip-addr2: 192.168.30.2
|   |   subnet2: 255.255.255.0
|   |   ip-addr3: 192.168.40.2
|   |   subnet3: 255.255.255.0
|   |   serial: 30B867A
|   |   FW Version: 5.0
|   |   FPGA Version: 33.0
|   |   RFNoC capable: Yes
|   |
|   |   Time sources:  internal, external, gpsdo
|   |   Clock sources: internal, external, gpsdo
|   |   Sensors: ref_locked
|   | _
|   |/
|   |   |   RX Dboard: A
|   |   |   ID: XCVR2450, XCVR2450 - r2.1 (0x0061)
|   |   |   Serial: 30656DD
|   |   | _
|   |   |/
|   |   |   |   RX Frontend: 0
|   |   |   |   Name: Unknown (0x) - 0
|   |   |   |   Antennas:
|   |   |   |   Sensors:
|   |   |   |   Freq range: 0.000 to 0.000 MHz
|   |   |   |   Gain Elements: None
|   |   |   |   Bandwidth range: 0.0 to 0.0 step 0.0 Hz
|   |   |   |   Connection Type: IQ
|   |   |   |   Uses LO offset: No
|   |   | _
|   |   |/
|   |   |   |   RX Codec: A
|   |   |   |   Name: ads62p48
|   |   |   |   Gain range digital: 0.0 to 6.0 step 0.5 dB



uhd version:003.010.001.000

Any suggestion is welcome

thank you.

best regards
Jon
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


Re: [USRP-users] XCVR2450 with X310

2017-08-06 Thread liu Jong via USRP-users
Could we changed some code uhd for support this?

2017-08-07 9:29 GMT+08:00 liu Jong :

> Hi all,
> From the https://kb.ettus.com/X300/X310,we know that XCVR2450 was not 
> compatible
> with X310.Do you have any advice for this?
>
> best regards
> Jon
>
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


[USRP-users] XCVR2450 with X310

2017-08-06 Thread liu Jong via USRP-users
Hi all,
>From the https://kb.ettus.com/X300/X310,we know that XCVR2450 was not
compatible
with X310.Do you have any advice for this?

best regards
Jon
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com