Changes between Version 55 and Version 56 of DSC/QandA
- Timestamp:
- Aug 18, 2013, 4:08:03 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/QandA
v55 v56 4 4 5 5 == Tournament Q&A == 6 1. Q:'''We tried to use the zdc_framework with our code in a 64-bit kernel. The zdc_framework kept saying that the nodes (with the 64-bit kernel) were not on. We didn't have the problem when a 32-bit kernel was used. Could you help us on this?''' [[BR]] 7 A: The problem is most likely related to outdated OMF Resource Controller package on the image. Just upgrading the omf-resctl-5.4 should fix the issue: 8 {{{ 9 apt-get update 10 apt-get install omf-resctl-5.4 11 }}} 12 Alternatively, one can do the full upgrade: 13 {{{ 14 apt-get update 15 apt-get upgrade 16 }}} 17 to bring all the packages to their latest versions. 6 18 1. Q:'''We couldn't find the USRP on nodeX-Y. Tried uhd_find_devices, uhd_usrp_probe, and ping. None work. Is it power-on?''' [[BR]] 7 A: The USRPs in ORBIT share power supply with the node so that power-cycling the node will also restart the USRP. Please use '''"omf tell -a offh -t nodeX-Y"''' followed with, after a few seconds, '''"omf tell -a on -t nodeX-Y"''' (just resetting the node will '''NOT''' reset the USRP).19 A: The USRPs in ORBIT share power supply with the node so that power-cycling the node will also restart the USRP. Please use '''"omf tell -a offh -t nodeX-Y"''' followed with, after a few seconds, '''"omf tell -a on -t nodeX-Y"''' (just resetting the node "omf tell -a reset" will '''NOT''' reset the USRP). 8 20 1. Q:'''So the competition frequency range is only upto 1 GHz?''' [[BR]] 9 21 A: The center frequency for the Preliminary tournament would be between 550-650 MHz.