<div dir="ltr"><div>Doing a bit more investigation this evening and it appears that the console driver for the Beaglebone BSP isn't really implemented properly. Comparing it with the raspraspberrypi and other bsps the console/console-config.c file looks very different and doesn't implement the POSIX Termios support per the latest documentation <a href="https://docs.rtems.org/docs/main/bsp-howto/console.html">https://docs.rtems.org/docs/main/bsp-howto/console.html</a></div><div><br></div><div>When I change my test application to use #define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER instead of #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER it does accept input (albeit very unreliably).</div><div><br></div><div>It looks like if I want console input support for the Beaglebone BSP I am going to have to implement a better console driver :-/</div><div><br></div><div>Cheers,</div><div>James</div><div><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, 28 Apr 2025 at 13:30, James Fitzsimons <<a href="mailto:james.fitzsimons@gmail.com">james.fitzsimons@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div>Hi Chris,</div><div dir="auto"><br></div><div dir="auto">Thanks for your reply.<br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Mon, Apr 28, 2025, 09:50 Chris Johns <<a href="mailto:chrisj@rtems.org" rel="noreferrer noreferrer" target="_blank">chrisj@rtems.org</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I suggest you see if the `hello.exe` sample program runs? It would check the low<br>
level hardware interface.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The helloworld example works as expected. I actually have a fair amount of tracing data printing to the console just fine. It's only when I wanted to start reading input (to set some PID parameters) that I encountered problems.</div><div dir="auto"><br></div><div dir="auto">The fgets function just returns immediately with no content.</div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto">JamesĀ </div><div dir="auto"><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div></div></div>
</blockquote></div></div>