<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Tw Cen MT";
        panose-1:2 11 6 2 2 1 4 2 6 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:70.85pt 70.85pt 56.7pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">I haven’t used the Q8 board, but I have tested the ZU3EG BSP on at least 3 different processor variants (including the dual-core CG variant) across about 5 boards and it has worked without issue. Be warned that u-boot doesn’t support elf64
 (or didn’t last time I checked), so you’ll need to package it as a raw binary inside a u-boot image. This is the script I use to accomplish that:<o:p></o:p></p>
<p class="MsoNormal">$ cat create_image.sh<o:p></o:p></p>
<p class="MsoNormal">#!/bin/sh<o:p></o:p></p>
<p class="MsoNormal">aarch64-rtems6-objcopy -O binary "$1" rtems.bin<o:p></o:p></p>
<p class="MsoNormal">gzip -f rtems.bin<o:p></o:p></p>
<p class="MsoNormal">ENTRY=`aarch64-rtems6-nm $1 |grep \ _start|sed -e 's/ .*//'`<o:p></o:p></p>
<p class="MsoNormal">mkimage -A arm64 -O rtems -T kernel -C gzip -a 0x$ENTRY -e 0x$ENTRY -n "$(basename $1)" -d rtems.bin.gz rtems.img<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I tend to load the image via TFTP for testing to avoid write cycles on the flash and for faster turnaround during development.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I suspect that the Q8 might have some system control and other interfaces exposed via the FPGA fabric similar to the CFC-400X, so that will need some extra work to support properly.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Let me know if you have any further questions.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Kinsey<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-left:35.4pt"><b>From:</b> users <users-bounces@rtems.org>
<b>On Behalf Of </b>Schweikhardt, Jens (TSPCE6-TL5)<br>
<b>Sent:</b> Thursday, March 30, 2023 4:03 AM<br>
<b>To:</b> users@rtems.org<br>
<b>Subject:</b> Anyone using Xiphos Q8 (Zynq UltraScale+ MPSoc)?<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:35.4pt"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="DE" style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif">Hello, world<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="DE" style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif">Is anyone using Xiphos’s Q8 boards? It features a Zynq UltraScale+ MPSoC and<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif">out of the box comes with an SDK for Yocto Linux 2.5 (sumo).<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif">I realize RTEMS has some support for a BSP using the Zynq UltraScale+.<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif">I wonder what the challenges would be using RTEMS instead of Linux.<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif">Is it more than replacing a Linux rootfs image with an RTEMS application image,<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif">providing a device tree and booting via Xilinx’s uboot?<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span style="font-size:12.0pt;font-family:"Tw Cen MT",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="DE" style="mso-fareast-language:DE">Regards,<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="DE" style="mso-fareast-language:DE">Jens<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="DE"><o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="DE"><o:p> </o:p></span></p>
<div class="MsoNormal" align="center" style="margin-left:35.4pt;text-align:center">
<span lang="DE">
<hr size="2" width="100%" align="center">
</span></div>
<p class="MsoNormal" style="margin-left:35.4pt"><span lang="DE" style="font-size:7.5pt;font-family:"Arial",sans-serif;color:gray"><br>
Tesat-Spacecom GmbH & Co. KG<br>
Sitz: Backnang; Registergericht: Amtsgericht Stuttgart HRA 270977<br>
Persoenlich haftender Gesellschafter: Tesat-Spacecom Geschaeftsfuehrungs GmbH;<br>
Sitz: Backnang; Registergericht: Amtsgericht Stuttgart HRB 271658;<br>
Geschaeftsfuehrung: Thomas Reinartz, Kerstin Basche, Ralph Schmid<br>
</span><span lang="DE"><br>
</span><span lang="DE"><img width="680" height="194" style="width:7.0833in;height:2.0208in" id="_x0000_i1026" src="https://www.tesat.de/images/footer.jpg" alt="banner"></span><span lang="DE"><o:p></o:p></span></p>
</div>
</body>
</html>