a-lunev opened a new issue #3663: URL: https://github.com/apache/incubator-nuttx/issues/3663
First I tried to build the current state of the master branch and found that Wi-Fi does not work on Photon board. Then I tested several older NuttX releases to check if some NuttX release normally works. As it turned out, nuttx-8.2 works well, but nuttx-9.0.0 already does not. Thus Wi-Fi functionality of Photon board was broken in NuttX somewhere between nuttx-8.2 and nuttx-9.0.0. Steps to reproduce: <pre> $ git clone https://github.com/apache/incubator-nuttx.git nuttx $ git clone https://github.com/apache/incubator-nuttx-apps apps $ cd nuttx $ ./tools/configure.sh -l photon:wlan $ make menuconfig </pre> Application Configuration → Network Utilities → Network initialization → WAPI Configuration set SSID set Passprhase save, exit <pre> $ make CROSSDEV=arm-none-eabi- $ sudo dfu-util -d 2b04:d006 -a 0 -s 0x08020000 -D nuttx.bin </pre> -- 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]
