Hi Alin,
-1
I think we need to fix esp32s3-devkit:wifi before shipping a new release.
$ xtensa-esp32s3-elf-gcc -v
...
gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208)
$ ./tools/configure.sh esp32s3-devkit:wifi
$ make -j
$ esptool.py -c esp32s3 -p /dev/ttyUSB0 -b 921600 write_flash 0x0 nuttx.bin
$ xtensa-esp32s3-elf-size nuttx
text data bss dec hex filename
604065 94624 774660 1473349 167b45 nuttx
nsh> free
total used free maxused maxfree nused nfree name
284448 57472 226976 57840 226736 122 4 Umem
nsh> uname -a
NuttX 13.0.1 b2e43aca88 Aug 23 2026 11:16:36 xtensa esp32s3-devkit
nsh> wapi psk wlan0 Password 3
nsh> wapi essid wlan0 WiFiRouter 1
nsh> renew wlan0
ERROR: netlib_obtain_ipv4addr() failed
nsh>
It is similar to the issue: https://github.com/apache/nuttx/issues/17736
But enabling these parameters:
+CONFIG_NETINIT_DHCPC=y
+CONFIG_NETINIT_WAPI_PASSPHRASE="MyPass"
+CONFIG_NETINIT_WAPI_SSID="MyRouter"
Maybe to boot delay about 10s and it fails to login:
NuttShell (NSH) NuttX-13.0.1
nsh> ifconfig
wlan0 Link encap:Ethernet HWaddr 7c:df:a1:e0:10:dc at RUNNING mtu 1500
inet addr:0.0.0.0 DRaddr:10.0.0.1 Mask:255.255.255.0
nsh> uname -a
NuttX 13.0.1 b2e43aca88 Aug 23 2026 11:31:37 xtensa esp32s3-devkit
The I decided to test my smartphone as Hotspot and it worked:
NuttShell (NSH) NuttX-13.0.1
nsh> ifconfig
wlan0 Link encap:Ethernet HWaddr 7c:df:a1:e0:10:dc at RUNNING mtu 1500
inet addr:10.138.70.200 DRaddr:10.138.70.73 Mask:255.255.255.0
nsh>
BR,
Alan
On Mon, Aug 17, 2026 at 3:47 AM Alin Jerpelea <[email protected]> wrote:
> Hello all,
> Apache NuttX 13.0.1 RC0 has been staged under [1] and it's
> time to vote on accepting it for release. Voting will be open for 72hr.
>
> A minimum of 3 binding +1 votes and more binding +1 than binding -1 are
> required to pass.
>
> The Apache requirements for approving a release can be found here [3]
> "Before voting +1 PMC members are required to download the signed
> source code package, compile it as provided, and test the resulting
> executable on their own platform, along with also verifying that the
> package meets the requirements of the ASF policy on releases."
>
> A document to walk through some of this process has been published on
> our project wiki and can be found here [4].
>
> [ ] +1 accept (indicate what you validated - e.g. performed the non-RM
> items in [4])
> [ ] -1 reject (explanation required)
>
> Thank you all,
> Alin Jerpelea
>
> SCM Information:
> Release tag: nuttx-13.0.1-RC0
> Hash for the release nuttx tag: b2e43aca88ec4b4ded3be5d872a6afdd917ecb0e
> Hash for the release nuttx-apps tag:
> 297b920f709d650f73653c7903a90fb922a548fc
>
> [1] https://dist.apache.org/repos/dist/dev/nuttx/13.0.1-RC0/
> [2]
>
> https://raw.githubusercontent.com/apache/nuttx/nuttx-13.0.1-RC0/ReleaseNotes
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4]
>
> https://cwiki.apache.org/confluence/display/NUTTX/Validating+a+staged+Release
>