I was refering to ALT CONSOLE, it could be used to any other device. Not only SLCD :-)
Maybe it was removed because now there is another alternative to Alternative Console, hehehe. I need to check. On 9/27/22, Jernej Turnsek <jernej.turn...@gmail.com> wrote: > Hi Alan, > > what do you mean about someone removing the nsh console. It is still in > apps repo. Your video was actually using a different slcd console which is > available for alphanumeric lcd displays. > > Regards, > Jernej > > On Tue, Sep 27, 2022 at 3:05 PM Alan C. Assis <acas...@gmail.com> wrote: > >> Hi Jernej, >> >> NSH used to be an Alternative Console, but I think someone removed it >> few months ago, probably now my video tutorial explaning show to put >> the NSH terminal in a matrix display will not work see: >> >> https://www.youtube.com/watch?v=4za1lhfsct8 >> >> Maybe someone who removed it could help us :-) >> >> BR, >> >> Alan >> >> On 9/27/22, Jernej Turnsek <jernej.turn...@gmail.com> wrote: >> > 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 >> > >> >