Re: Porting NuttX - console management trouble

2023-08-20 Thread Philippe Leduc
Hello, > Sounds like the console device is in RAW mode. For proper NSH behavior, > the console TTY must be configured in COOKED mode. That configuration > should occur automatically if the uart was configured as the serial > console. I suppose that could use the termios interfaces to force > CO

Re: Porting NuttX - console management trouble

2023-08-20 Thread Philippe Leduc
> > from NXP. I managed to have a POC that boot and the serial seems to work > > properly. However the console seems to behave strangely: I need to > > configure my > > client to handle the echo and to transform input and output. An example > > with > > > > picocom client: > > picocom -b 115200 --

Re: Small annoyances when building NuttX on FreeBSD

2023-08-20 Thread Nathan Hartman
On Sat, Aug 19, 2023 at 2:22 AM Milan Obuch wrote: > > Note: using 12.0.0 sources, this problem does not occur. It looks like > there was some change in build process after 12.0.0 was released. > Are you able to do git bisect between 12.0.0 and latest master to find which commit introduces the e