cederom opened a new pull request, #18879: URL: https://github.com/apache/nuttx/pull/18879
## Summary * NuttX supports ESP32-P4 >= v3.0 by default. * In order to run on older chips configuration tuning is required. * Without configutation tune boot loop happens on older chips. * Added note on WaveShare ESP32-P4-Nano board that is almost identical to existing ESP32-P4-Function-EV-Board board, so configs are compatible, but it has v1.3 chip, thus config tune is required as documented above. * Added cross-file reference label to esp32p4-function-ev-board. ## Impact * Documentation now contains information on possible boot loop cause and fix on the different ESP32-P4 chip revisions. ## Testing ``` % uname -a FreeBSD hexagon 14.4-RELEASE-p3 FreeBSD 14.4-RELEASE-p3 GENERIC amd64 % cd Documentation % pipenv shell % sphinx-autobuild --delay=15 . /tmp/nuttx/doc/html Running Sphinx v7.3.7 loading pickled environment... done (..) build succeeded. The HTML pages are in ../XXX/tmp/nuttx/doc/html. [sphinx-autobuild] Serving on http://127.0.0.1:8000 ``` <img width="869" height="1395" alt="shot-2026-05-14_05-14-31" src="https://github.com/user-attachments/assets/522dedff-4ff8-46b1-9608-2279bc3310bf" /> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
