Hi Joe,
It sounds like you wrote a block controller. If not then this will need to
be done. If so, then it is likely UHD is just not loading your block
controller (assuming it is compiled OOT). If you set UHD_MODULE_PATH env
var to point to your dynamic library, then UHD will find it (but you wi
Mistype:
uhd_usrp_probe --interactive-reg-iface 0/Block#0
... also assuming 0/Block#0 and 0/Block#1 are the same and your own custom
blocks.
Unsure if this assumption is correct.
Brian
On Wed, May 3, 2023 at 4:21 PM Brian Padalino wrote:
> Try doing:
>
> uhd_usrp_probe --interactive-ref-
Try doing:
uhd_usrp_probe --interactive-ref-iface 0/Block#0
And inside there, try:
peek32 0
What does it print out? Does it match your NOC_ID in your controller?
Brian
On Wed, May 3, 2023 at 4:03 PM wrote:
> This is the output of uhd_usrp_probe
>
>
> /
>
> | Device: N300-Series Device
This is the output of uhd_usrp_probe
/
| Device: N300-Series Device
| _
|/
| | Mboard: ni-n3xx-3255102
| | dboard_0_pid: 338
| | dboard_0_serial: 3252A17
| | dboard_1_pid: 338
| | dboard_1_serial: 325
On Wed, May 3, 2023 at 2:07 PM wrote:
> Hello,
>
>
> I currently have a custom RFNOC module. When I try to initialize my block
> however, I am unable to find it. I get an error that seems to match up with
> the block id I set on my module, but it still seems that it cannot be
> found. This is the