Jump to content
  • 0

File directory when using linux debug


hengzhao

Question

3 answers to this question

Recommended Posts

Are you talking about a Linux or baremetal Xilinx SDK application?

Typically how that works in Linux is that you are just passing the location of the file as a command line argument, so it doesn't really matter where it is as long as you provide the correct location. On Zynq systems, I would typically do this by putting both files on the FAT partition of the SD card, and running something like:

mount /dev/mmcblk0p1 /mnt
cd /mnt
./myelf.elf "./myconfig.cfg"

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...