TregliaRaphael opened a new issue, #6566: URL: https://github.com/apache/incubator-nuttx/issues/6566
Hi, i'm trying to flash default configuration for the NUCLEO-L496ZG-p board but the nsh console is stuck in readline. Let me go in deeper. **Steps:** ``` mkdir folder_test cd folder_test Cloning apps & nuttx repo cd nuttx ./tools/configure.sh -l nucleo-l496zg:nsh make oldconfig make st-flash write nuttx.bin 0x8000000 sudo screen /dev/ttyACM0 115200 ``` **Results**: The board blink correctly and is booting. I'm able to GDB in but i'm stuck in nsh_main readline(). I doesn't do temporary blue blinks like the last example i'hv done on the nucleo-144:f767-nsh (this one was working ez) i tried screen command on the STLINKv2-1 USB directly and on the UART3 as mentionned in the README. I don't have anymore to give except that the Nucleo board i'm using is totally brand new (just few plugs / no burn i promess) Hope anyone can help me or give me advices. I'm know very well nuttx as PX4 user but not as new app creator. Thanks you ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org