<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:x="urn:schemas-microsoft-com:office:excel" 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=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 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="DE" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hello,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-US">I try to register several termios devices in a custom BSP (based on RTEMS 5.1).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I tried to do this in the bsp_start function, but this fails.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">My guess is, that it is because too early in the system initialization as the rtems_filesystem_umask is set, so that no device nodes can be added by rtems_termios_device_install.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">What would be the right time to do that?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Also, I tried to register my driver initialization function using RTEMS_SYSINIT_ITEM, in several phases, but it seems that the function is never linked into the final binary.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Is there some trick I need to know to make this work?:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">RTEMS_SYSINIT_ITEM(<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">    register_additional_termios,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">    RTEMS_SYSINIT_DEVICE_DRIVERS,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">    RTEMS_SYSINIT_ORDER_LAST_BUT_5<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">);<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">It works if I register the additional termios devices in the init task, but I would like to have this added directly in the BSP, not in the user application.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Best regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">    Jan<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-family:"Arial",sans-serif;color:dimgray;mso-fareast-language:AR-SA">Deutsches Zentrum für Luft- und Raumfahrt</span></b><span style="color:dimgray;mso-fareast-language:DE"> e. V. (DLR)</span><span style="color:dimgray;mso-fareast-language:DE"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:dimgray;mso-fareast-language:DE">German Aerospace Center<o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:16.0pt"><span lang="EN-US" style="font-size:8.5pt;font-family:"Arial",sans-serif;color:dimgray;mso-fareast-language:AR-SA">Institute for Software Technology | Software for Space Systems and Interactive Visualization |
 Lilienthalplatz 7 | 38108 Braunschweig | Germany</span><span lang="EN-US" style="font-size:8.5pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:AR-SA"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D;mso-fareast-language:DE"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-family:"Arial",sans-serif;color:dimgray;mso-fareast-language:AR-SA">Jan Sommer</span></b><span lang="EN-US" style="font-size:8.5pt;color:dimgray;mso-fareast-language:DE"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:16.0pt"><span lang="EN-GB" style="font-size:8.5pt;color:dimgray;mso-fareast-language:DE">Telephone +49 531 295-2494 |
</span><span lang="EN-US" style="font-size:8.5pt;color:dimgray;mso-fareast-language:DE">Telefax 0531 295-2767
</span><span lang="EN-GB" style="font-size:8.5pt;color:dimgray;mso-fareast-language:DE">|</span><span lang="EN-GB" style="font-size:8.5pt;color:#1F497D;mso-fareast-language:DE">
</span><span lang="EN-US" style="font-size:8.5pt;color:#1F497D;mso-fareast-language:DE"><a href="mailto:jan.sommer@dlr.de"><span style="color:blue">jan.sommer@dlr.de</span></a></span><span lang="EN-GB" style="color:#1F497D;mso-fareast-language:DE"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D;mso-fareast-language:DE"><a href="http://www.dlr.de/sc"><span lang="EN-US" style="font-size:8.5pt;color:#005AA5">DLR.de/SC</span></a></span><span lang="EN-US" style="color:#1F497D;mso-fareast-language:DE"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>