[USRP-users] Re: Running user application in X410

2025-01-05 Thread Piotr Krysik
Hi Sakthivel, As Marcus said you can run compilation of C++/UHD programs directly on USRP X410 as it has all what is needed. If you need a setup that is easier to integrate with DevOps you can generate SDK for use on your PC usingĀ  infrastructure provided by yocto. How to do that I've writte

[USRP-users] Re: Running user application in X410

2025-01-02 Thread Marcus D. Leech
On 02/01/2025 13:56, Sakthivel Velumani wrote: Hi Marcus, Thanks for the pointers. I am looking to offload all the DSP work to the RFNoC and have the CPUs do trivial tasks like sequence generation so that I don't have to write HDL for everything. I am still not entirely sure of how this can b

[USRP-users] Re: Running user application in X410

2025-01-02 Thread Marcus D. Leech
On 02/01/2025 13:56, Sakthivel Velumani wrote: Hi Marcus, Thanks for the pointers. I am looking to offload all the DSP work to the RFNoC and have the CPUs do trivial tasks like sequence generation so that I don't have to write HDL for everything. I am still not entirely sure of how this can b

[USRP-users] Re: Running user application in X410

2025-01-02 Thread Sakthivel Velumani
Hi Marcus, Thanks for the pointers. I am looking to offload all the DSP work to the RFNoC and have the CPUs do trivial tasks like sequence generation so that I don't have to write HDL for everything. I am still not entirely sure of how this can be done but I found a software development guide

[USRP-users] Re: Running user application in X410

2025-01-02 Thread Marcus D. Leech
On 02/01/2025 12:56, Sakthivel Velumani wrote: Hi, I am wondering if the user can run a custom linux application on the ARM cores that can offload certain tasks to the PL? or does the RFNoC core implementation allow a RFNoC block to interact with an application on the PS via the AXI interface