Hi, I have enabled nxterm functionality on my board with a 400x240 display and I am using an USB console. When starting nxterm example in nsh, I am seeing the nxterm booting and setting the display, but when it should redirect stdout to nxterm, it doesn't. I am still in USB console. Looking the code I see that nsh_consolemain function is called from nsh_usbconsole.c, because of USB console set in KConfig. Later it is calling nsh_configstdio which duplicates stdio again and I think this is the reason for nxterm stdout not working. How can I get around this problem?
Thanks, Jernej