This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 15a68ccc551ada7a1274870192dbb52f351a41d8 Author: Matteo Golin <[email protected]> AuthorDate: Sat May 30 14:15:53 2026 -0400 docs/raspberrypi-4b: Add nxinit configuration docs Document a new nxinit configuration. Signed-off-by: Matteo Golin <[email protected]> --- .../arm64/bcm2711/boards/raspberrypi-4b/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst index ec58f7fcee9..1e6c90bcdc9 100644 --- a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst +++ b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst @@ -198,6 +198,22 @@ nsh A simple configuration with NSH on the Mini-UART console, accessible using a TTL cable connected to GPIO 14 & 15. +nxinit +------ + +This configuration has the same features as the ``sd`` configuration, but uses +the :doc:`NXInit </applications/system/nxinit/index>` init system instead of NSH +directly. The ``init.rc`` init script is pulled from the SD card. It is +recommended to use the following script: + +.. code:: text + + on boot + start console + service console nsh + class core + restart_period 1000 + coremark --------
