06-19-2019 10:33 AM
I am using an Ubuntu machine for running petalinux and building projects for my Zedboard. The hardware is being defined in Xilinx Vivado, followed by application projects in Xilinx SDK in C/C++.
I created a petalinux project from the command line and imported the Vivado bitstream, fsbl.elf files, etc to build this project. Alternatively, I also tried creating a Petalinux project from the default Zedboard bsp available in Xilinx downloads. C applications can be developed from the Petalinux SDK interface and can be directly accessed from the Zedboard's /usr/bin directory.
But my objective is to access C files built using Xilinx SDK from the Zedboard linux interface. I could not find a good resource for this. Can someone please help me with this?
06-20-2019 09:45 PM
I dont think we have provision to access the c files in board which you build on SDK.
But if you want to debug your application & want to check the how the code is excuting on board, you can refere this below links.
Thaanks & ergards
Aravind
----------------------------------------------------------------------------------------------
Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful.
Give Kudos to a post which you think is helpful and reply oriented.
----------------------------------------------------------------------------------------------