Linux application project for zynq7000 in the Xilinx SDK -


i'm trying create linux application run on zynq7020. don't understand how xilinx sdk generate executable file.

when create hello world, instance, creates 1 .elf file , under debug creates 1 object (.o) , 1 dependency (.d). want run under linux running on board, how do it?

thank much.

i want run under linux running on board, how do it?

most likely, need copy/download .elf file target board , run it.

if doesn't work, try editing question supply more info. in particular, commands "create hello world" executes?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -