Hi all,
I’m new to OpenCPI, and I’m progressing through all the material relatively well, however I’ve hit a bit of a wall with the fsk_dig_radio_ctrlr project.
When I try to generate the outputs in the e31x/applications/fsk_dig_radio_ctrlr directory using the command:
ocpidev build --rcc-platform xilinx19_2_aarch32
“target-xilinx19_2_aarch32” does not build, and I get console output messages saying:
Xilinx RCC platform is: xilinx19_2_aarch32. Version is: 19_2. Architecture is: aarch32
No application found when looking for: fsk_dig_radio_ctrlr.xml, fsk_dig_radio_ctrlr.{cc,cxx,cpp}
make: Nothing to be done for `all'.
I did manage to get the FSK app to build by going into the Makefile and changing all instances of “xilinx_13_3” to “xilinx19_2_aarch32”, but it doesn’t seem to help for fsk_dig_radio_ctrlr.
I’ve successfully run the FSK project in standalone mode on the Ettus E310 with the “filerw” option, as I was getting problems with the “txrx” option (as has been discussed at length on this forum previously), so that seems to prove that I’ve built the rest of the opencpi project correctly.
For reference, I’ve been following these guides/tutorials while debugging:
https://opencpi.gitlab.io/v2.4.6/docs/osp_e3xx/FSK_App_Getting_Started_Guide_E31x.pdf
https://opencpi.gitlab.io/v2.4.6/docs/osp_e3xx/FSK_App_E31x.pdf
https://opencpi.gitlab.io/v2.4.6/docs/assets/FSK_App_Getting_Started_Guide.pdf
https://opencpi.gitlab.io/v2.4.6/docs/tutorials/Tutorial_10_App_Development_GUI.pdf2
https://lists.opencpi.org/empathy/thread/CAX3ZW57D3E4IKKFYREFDPQ6QDYTN6A4
https://lists.opencpi.org/empathy/thread/22KJV2BFZ4YVAHEOYKLBUMUGW2WB7YJN
Finally, I’m using opencpi version 2.4.6, if useful to know
Many thanks,
Roland