acassis commented on issue #6938: URL: https://github.com/apache/incubator-nuttx/issues/6938#issuecomment-1242758260
Ok, I found an old version that worked fine for me. It was from 2018! For some reason DHCP didn't work with my router, then I setup it fixed to 192.168.0.16. You can find my saved defconfig here: https://pastebin.com/raw/V33BnMVv If you want to test the binary, just flash it on your board and configure a wifi router (or phone with hotspot) with SSID: DLINK and password: dlinkphoto More info here: https://acassis.wordpress.com/2022/09/10/nuttx-binary-to-test-particle-photon-board/ ``` $ telnet 192.168.0.16 Trying 192.168.0.16... Connected to 192.168.0.16. Escape character is '^]'. NuttShell (NSH) nsh> uname NuttX nsh> ? help usage: help [-v] [<cmd>] [ cmp free mb pwd time ? dirname help mkdir rm true arp dd hexdump mh rmdir uname basename df ifconfig mount set umount break echo ifdown mv sh unset cat exec ifup mw sleep usleep cd exit kill nslookup test xd cp false ls ps telnetd Builtin Apps: wapi nsh> ``` -- 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