In where helloworld.elf file will be stored in zedboard. After running the project how can i see that .elf file in zedboard by using teraterm terminal window??
In where helloworld.elf file will be stored in zedboard. After running the project how can i see that .elf file in zedboard by using teraterm terminal window??
Please do not make duplicate posts of the same question. I have deleted the duplicate post.
The executable code loaded from the .elf file will be loaded to the memory location specified by the linker script. You would need to use the debugger within the SDK to examine the memory.
There are several tutorials and blogs that explain many of the basic concepts and tools used in developing Zynq projects and programs. I suggest you work through one of these with your ZedBoard.
The Avnet Zynq Speedway Workshops have presentations and labs that target the Zedboard. I would suggest that you start with the Zynq Software Workshop and then work through the Zynq Hardware Workshop as well. They can be downloaded here: http://www.zedboard.org/support/trainings-and-videos
I would also recommend Sven Anderson's blog that goes through getting started with the Xilinx Vivado tools using a Zedboard here: http://svenand.blogdrive.com/archive/160.html#.U9uYcvldU40
-Gary
Thank you for your information. I connected SD card to my zedboard and how can i see the file system using teraterm terminal window. starting with
zynq>
If you are at the "zynq>" prompt then you can use standard Linux commands, such as "ls", to explore the contents of the SD Card.
-Gary