CentOS 6.5マシン64ビットでRedhawk 1.10.0とUHDドライバー3.7.2を搭載したUSRP b100を使用しています。USRP b100 はシステムによって正しく認識されます。USBデバイスです。UHD_USRP Device ver.の最新版をダウンロードしました。REDHAWK 用の 3.0 と、GPP および UHD_USRP デバイスを含むノードを作成しました。ノードは問題なく開始されますが、簡単な波形を実行して USRP から RX_DIGITIZER としてデータを読み取ると、次のエラーが発生しました。
Failed to create application: usrp_test_248_173059195 Failed to satisfy 'usesdevice'
dependencies DCE:18964b3d-392e-4b98-a90d-0569b5d46ffefor application 'usrp_test_248_173059195'
IDL:CF/ApplicationFactory/CreateApplicationError:1.0
Device Manager のログには、次のことが報告されています。
2014-09-05 17:31:03 TRACE FrontendTunerDevice:369 - CORBA::Boolean frontend::FrontendTunerDevice<TunerStatusStructType>::allocateCapacity(const CF::Properties&) [with TunerStatusStructType = frontend_tuner_status_struct_struct]
2014-09-05 17:31:03 INFO FrontendTunerDevice:502 - allocateCapacity: NO AVAILABLE TUNER. Make sure that the device has an initialized frontend_tuner_status
2014-09-05 17:31:03 TRACE FrontendTunerDevice:578 - void frontend::FrontendTunerDevice<TunerStatusStructType>::deallocateCapacity(const CF::Properties&) [with TunerStatusStructType = frontend_tuner_status_struct_struct]
2014-09-05 17:31:03 DEBUG FrontendTunerDevice:603 - ALLOCATION_ID NOT FOUND: [usrpAllocation]
2014-09-05 17:31:03 DEBUG FrontendTunerDevice:637 - ERROR WHEN DEALLOCATING. SKIPPING...
ノード コンソール:
2014-09-05 17:31:39 TRACE ApplicationFactory_impl:2132 - Done building Component Info From SPD File
2014-09-05 17:31:39 TRACE ApplicationFactory_impl:1040 - Application has 1 usesdevice dependencies
2014-09-05 17:31:39 TRACE prop_utils:509 - setting struct item FRONTEND::tuner_allocation::allocation_id
2014-09-05 17:31:39 TRACE prop_utils:509 - setting struct item FRONTEND::tuner_allocation::bandwidth
2014-09-05 17:31:39 TRACE prop_utils:509 - setting struct item FRONTEND::tuner_allocation::center_frequency
2014-09-05 17:31:39 TRACE prop_utils:509 - setting struct item FRONTEND::tuner_allocation::group_id
2014-09-05 17:31:39 TRACE prop_utils:509 - setting struct item FRONTEND::tuner_allocation::rf_flow_id
2014-09-05 17:31:39 TRACE prop_utils:509 - setting struct item FRONTEND::tuner_allocation::sample_rate
2014-09-05 17:31:39 TRACE prop_utils:509 - setting struct item FRONTEND::tuner_allocation::tuner_type
2014-09-05 17:31:39 TRACE AllocationManager_impl:134 - Servicing 1 allocation request(s)
2014-09-05 17:31:39 TRACE AllocationManager_impl:144 - Allocation request DCE:18964b3d-392e-4b98-a90d-0569b5d46ffe contains 3 properties
2014-09-05 17:31:39 TRACE AllocationManager_impl:243 - Allocating against device uhd_node:USRP_UHD_1
2014-09-05 17:31:39 TRACE AllocationManager_impl:353 - Matching DCE:cdc5ee18-7ceb-4ae6-bf4c-31f983179b4d 'FRONTEND::TUNER' eq 'FRONTEND::TUNER'
2014-09-05 17:31:39 TRACE AllocationManager_impl:353 - Matching DCE:0f99b2e4-9903-4631-9846-ff349d18ecfb 'USRP' eq 'USRP'
2014-09-05 17:31:39 TRACE AllocationManager_impl:395 - Adding external property FRONTEND::tuner_allocation
2014-09-05 17:31:39 TRACE AllocationManager_impl:407 - Matched 2 properties
2014-09-05 17:31:39 TRACE AllocationManager_impl:264 - Allocating 1 properties (1 calls)
2014-09-05 17:31:39 TRACE AllocationManager_impl:267 - Device lacks sufficient capacity
2014-09-05 17:31:39 TRACE AllocationManager_impl:243 - Allocating against device uhd_node:GPP_1
2014-09-05 17:31:39 TRACE AllocationManager_impl:353 - Matching DCE:cdc5ee18-7ceb-4ae6-bf4c-31f983179b4d 'GPP' eq 'FRONTEND::TUNER'
2014-09-05 17:31:39 TRACE AllocationManager_impl:248 - Matching failed
2014-09-05 17:31:39 DEBUG ApplicationFactory_impl:1060 - Failed to satisfy 'usesdevice' dependencies DCE:18964b3d-392e-4b98-a90d-0569b5d46ffefor application 'usrp_test_248_173059195'
2014-09-05 17:31:39 TRACE ApplicationFactory_impl:528 - Unbinding the naming context
2014-09-05 17:31:39 TRACE Properties:85 - Destruction for properties
2014-09-05 17:31:39 TRACE PRF:312 - Deleting PRF containing 4 properties
次のパラメーターを使用しました。
<usesdevicedependencies>
<usesdevice id="DCE:18964b3d-392e-4b98-a90d-0569b5d46ffe"
type="usesUSRP">
<propertyref refid="DCE:cdc5ee18-7ceb-4ae6-bf4c-31f983179b4d"
value="FRONTEND::TUNER" />
<propertyref refid="DCE:0f99b2e4-9903-4631-9846-ff349d18ecfb"
value="USRP" />
<structref refid="FRONTEND::tuner_allocation">
<simpleref refid="FRONTEND::tuner_allocation::tuner_type"
value="RX_DIGITIZER" />
<simpleref refid="FRONTEND::tuner_allocation::allocation_id"
value="usrpAllocation" />
<simpleref refid="FRONTEND::tuner_allocation::center_frequency"
value="102500000" />
<simpleref refid="FRONTEND::tuner_allocation::bandwidth"
value="320000" />
<simpleref refid="FRONTEND::tuner_allocation::sample_rate"
value="250000" />
<simpleref refid="FRONTEND::tuner_allocation::group_id"
value="" />
<simpleref refid="FRONTEND::tuner_allocation::rf_flow_id"
value="" />
</structref>
</usesdevice>
</usesdevicedependencies>
b100 の構成は次のとおりです。
-- USRP-B100 クロック制御: 10 -- r_カウンター: 2 --_カウンター: 0 -- b_カウンター: 20 -- プリスケーラ: 8 -- vco_divider: 5 -- chan_divider: 5 -- vco_rate: 1600.000000MHz -- chan_rate: 320.000000MHz -- out_rate: 64.000000MHz -- ____________________________________________________ / | | デバイス: B シリーズ デバイス | | ____________________________________________________ | | / | | | | マザーボード: B100 | | | | リビジョン: 8192 | | | | シリアル:E5R10Z1B1 | | | | ファームウェア バージョン: 4.0 | | | | FPGA バージョン: 11.4 | | | | | | | | タイム ソース: なし、外部、_external_ | | | | クロック ソース: 内部、外部、自動 | | | | センサー: ref_locked | | | | ____________________________________________________ | | | | / | | | | | | 受信 DSP: 0 | | | | | | 周波数範囲: -32.000 ~ 32.000 Mhz | | | | ____________________________________________________ | | | | / | | | | | | RX Dボード: A | | | | | | ID: WBX v3、WBX v3 + シンプル GDB (0x0057) | | | | | | シリアル: E5R1BW6XW | | | | | | ____________________________________________________ | | | | | | / | | | | | | | | RX フロントエンド: 0 | | | | | | | | 名前: WBXv3 RX+GDB | | | | | | | | アンテナ: TX/RX、RX2、CAL | | | | | | | | センサー: lo_locked | | | | | | | | 周波数範囲: 68.750 ~ 2200.000 Mhz | | | | | | | | ゲイン範囲 PGA0: 0.0 ~ 31.5 step 0.5 dB | | | | | | | | 接続タイプ: IQ | | | | | | | | LO オフセットの使用: いいえ | | | | | | ____________________________________________________ | | | | | | / | | | | | | | | RXコーデック:A | | | | | | | | 名前: ad9522 | | | | | | | | ゲイン範囲 pga: 0.0 ~ 20.0 ステップ 1.0 dB | | | | ____________________________________________________ | | | | / | | | | | | 送信 DSP: 0 | | | | | | 周波数範囲: -32.000 ~ 32.000 Mhz | | | | ____________________________________________________ | | | | / | | | | | | TX Dボード: A | | | | | | ID: WBX v3 (0x0056) | | | | | | シリアル: E5R1BW6XW | | | | | | ____________________________________________________ | | | | | | / | | | | | | | | TX フロントエンド: 0 | | | | | | | | 名前: WBXv3 TX+GDB | | | | | | | | アンテナ: TX/RX、CAL | | | | | | | | センサー: lo_locked | | | | | | | | 周波数範囲: 68.750 ~ 2200.000 Mhz | | | | | | | | ゲイン範囲 PGA0: 0.0 ~ 31.0 step 1.0 dB | | | | | | | | 接続タイプ: IQ | | | | | | | | LO オフセットの使用: いいえ | | | | | | ____________________________________________________ | | | | | | / | | | | | | | | 送信コーデック: A | | | | | | | | 名前: ad9522 | | | | | | | | ゲイン範囲 pga: -20.0 ~ 0.0 ステップ 0.1 dB
私のせいはどこですか?助けてくれてありがとう。