<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hey all!<br>
<br>
I'm trying to run a simple RTEMS program in my Zedboard, and I'm having some issues figuring out how to actually run my program on the board.<br>
I have my program successfully compiled with the ARM cross-compiling tool and the appropriate BSP ('Xilinx_zynq_zedboard').<br>
However, the only way I know to actually upload the executables to Zynq devices is through the Xilinx tool-chain, which already provides its own BSP based on the CPU+FPGA bistream file created.</p>
<p><br>
</p>
<p>I've tried to create a small baremetal application for the Zedboard and somewhat blindly replace the generated .elf with my RTEMS executable. Obviously this didn't work... :)<br>
</p>
<p><br>
</p>
<p>As I've read throughout some posts in the mailing list, it is advised to keep the hardware and software development workflows separated. But at some point I'll have to upload my software to the device. Is there a straightforward way to accomplish this? I'm
 a bit lost at this point...</p>
<p><br>
</p>
<p>Thanks in advance!<br>
</p>
</div>
</body>
</html>