I have Adalm Pluto and Using Xilinx Vitis 2022.2
When I was trying to run the example code of the libiio I am getting 2 error which ar
I have Adalm Pluto and Using Xilinx Vitis 2022.2
When I was trying to run the example code of the libiio I am getting 2 error which ar
srimoyi - Moved from Design Support AD9361/AD9363/AD9364 to Virtual Classroom for ADI University Program. Post date updated from Sunday, April 21, 2024 9:36 PM UTC to Monday, April 22, 2024 10:29 AM UTC to reflect the move.
srimoyi - Moved from Design Support AD9361/AD9363/AD9364 to Virtual Classroom for ADI University Program. Post date updated from Monday, April 22, 2024 10:29 AM UTC to Monday, April 22, 2024 10:29 AM UTC to reflect the move.
Moving to appropriate forum for comments on Pluto.
I have the same problem!
Hi,
Could you provide more details and context to your issue:
- What example are you trying to build?
- What was the log of the build up to this point?
Thanks,
Dumitru
The code is . Here is the link: https://wiki.analog.com/university/tools/pluto/controlling_the_transceiver_and_transferring_data
Also we tried the example code of libiio library ad9361-iiostream.c the link is:
https://github.com/analogdevicesinc/libiio/blob/main/examples/ad9361-iiostream.c
Log file:
What should we do?
Thanks.
Alright, I can see now that the relevant error is "cannot find -I/hme/deniz/libiio"
From what I can see, the build log tries to use the cross compiler but searches for the libiio locally.
Now, the question is, are you trying to run the examples directly on the pluto as a standalone application
Or locally, as suggested in the wiki page
Both are valid options, but running the examples locally is easier.
The solution (for running locally) would be to install libiio, and build the examples with the local compiler.
If you need further help/guidance let me know.
We want to work on Vitis (since we can configure ad9361 with zynq). We want to run the examples on Pluto as standalone app. Because our goal is to flash the program it could be start every time we plug in.
And If we want to use it as a standalone application what will be the solution?
Follow the instructions regarding building standalone applications:
https://wiki.analog.com/university/tools/pluto/devs/embedded_code
The building process will cross-compile the source file using the linaro toolchain and the pluto sysroot.
what about flashing from nor memory? is it achiavable