On 04/04/2018 06:41 AM, Brian Padalino via USRP-users wrote: > I tried re-building the FPGA and host code for rfnoc-devel last night, > and I received an error about a major compat number being too low in UHD > for the DDC. I linked it to > commit d588005fd87dd2594adb29dbbdcf948bbb0ab0c1, cherry picked it, and > the message went away.
FYI, rfnoc-devel is up to date with master, but currently has an issue with respect to the E310. This particular issue mentioned above, however, is resolved. > Unfortunately, my simple radio code to transmit (even bypassing all DUC > operation and talking to the radio directly, expecting underflows) was > not successful at all. I verified that the same problem existed with > the pre-built FPGA's available from the website. Are there any tests > that are run for TX when new RFNoC images are built up? > > It then led me to see there are only a few RX examples using RFNoC in > the examples directory, and no obvious TX examples. Do you think there > should be some RFNoC TX examples? One thing you can do is use something like tx_samples_from_file, and specify skip_duc=1,skip_dram=1 in the device args, and it'll tx straight to the radio. If you want to do this successfully, you need to resize the input buffers to the radio block. -- M _______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com