a-lunev opened a new issue #3751: URL: https://github.com/apache/incubator-nuttx/issues/3751
Steps to reproduce: ``` $ mkdir TEST_ROOT $ git clone https://github.com/apache/incubator-nuttx.git TEST_ROOT/nuttx $ git clone https://github.com/apache/incubator-nuttx-apps TEST_ROOT/apps $ cd TEST_ROOT/nuttx $ ./tools/configure.sh -l nucleo-h743zi:elf $ make CROSSDEV=arm-none-eabi- $ sudo openocd -f interface/stlink.cfg \ -f board/st_nucleo_h743zi.cfg \ -c "init" \ -c "reset init" \ -c "flash probe 0" \ -c "flash info 0" \ -c "flash write_image erase nuttx.bin 0x08000000" \ -c "reset run" -c "shutdown" ``` ``` nsh> ls nsh> nsh: nsh_session: readline failed: 13 ``` The last known working pair was: nuttx: 705c64e5ff50df4f7ea202ad870e7106dddd243c (13-Dec-2020) apps: f2100104663704be498179f06bd78adcbe62a809 (17-Dec-2020) Thus the issue has appeared somewhere between 13-Dec-2020 and now. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
