acassis commented on issue #6938: URL: https://github.com/apache/incubator-nuttx/issues/6938#issuecomment-1242744379
Hi @greg5678 I did a little investigation today and it seems that some modification break the network support: ``` ABCDF netdev_register: Registered MAC: 00:00:00:00:00:00 as dev: wlan0 netdev_ifr_ioctl: cmd: 1794 netdev_ifr_ioctl: cmd: 1796 netdev_ifr_ioctl: cmd: 1800 netdev_ifr_ioctl: cmd: 1818 nsh_telnetstart: Starting the Telnet daemon telnetd_daemon: Accepting connections on port 23 ``` You can see it if you enable: Device Drivers -> Serial Driver Support -> Serial Console = USART1 and Build Setup -> Debug Options -> Enable Debug Features (En. Error, Warn and Info) and Network Debug Features (Error, Warn and Info). Then use a USB/Serial 3.3V connected to TX/RX/GND pins of the board and use a serial console terminal (i.e. minicom) configured to 115200. If you download some previous NuttX version you will see it was working, I suspect some recent modification on network generated this issue. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org