From 8022e29c0c3a85b2ca90ef1e46ea2f7ddc0db495 Mon Sep 17 00:00:00 2001 From: Derek Snell Date: Wed, 16 Jul 2025 16:28:26 -0400 Subject: [PATCH] doc: boards: nxp: mimxrt700_evk: add boot switch details Document SW10 to boot from default flash. Signed-off-by: Derek Snell --- boards/nxp/mimxrt700_evk/doc/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/nxp/mimxrt700_evk/doc/index.rst b/boards/nxp/mimxrt700_evk/doc/index.rst index a02f8a1c705..3d2ddb0d978 100644 --- a/boards/nxp/mimxrt700_evk/doc/index.rst +++ b/boards/nxp/mimxrt700_evk/doc/index.rst @@ -175,6 +175,9 @@ Connect a USB cable from your PC to J54, and use the serial terminal of your cho Flashing ======== +The DIP switch SW10 selects the boot options. Set SW10 to Off-On (01) to boot from the default +external flash on XSPI0. + Here is an example for the :zephyr:code-sample:`hello_world` application. This example uses the :ref:`jlink-debug-host-tools` as default.