File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
boards/st/stm32n6570_dk/doc Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,10 @@ Board variants
182
182
Three variants are available with STM32N6570_DK:
183
183
184
184
- Default variant. Available as a chainloaded application which should be loaded by a
185
- Boot Loader, it has access to the whole AXISRAM1 and AXISRAM2 regions.
185
+ bootloader, it has access to the whole AXISRAM1 and AXISRAM2 regions. It is expected to
186
+ be built using ``--sysbuild `` option exclusively.
186
187
- ``fsbl ``: First Stage Boot Loader (FSBL) which is available as an application loaded by the
187
- Boot ROM and flashed using ST-Link. This is typically a Boot Loader image. It runs
188
+ Boot ROM and flashed using ST-Link. This is typically a bootloader image. It runs
188
189
in RAM LOAD mode on second half of AXISRAM2. 511K are available for the whole image.
189
190
- ``sb ``: First Stage Boot Loader - Serial Boot. Equivalent to the FSBL image, but could be
190
191
loaded using USB and doesn't require switching the bootpins. This is the most practical
Original file line number Diff line number Diff line change @@ -88,6 +88,12 @@ Boards
88
88
instead of ``openocd.board.cmake ``. The ``openocd-stm32.board.cmake `` file extends the default
89
89
OpenOCD runner with manufacturer-specific configuration like STM32 mass erase commands.
90
90
91
+ * STM32N6570-DK boards's default variant (``stm32n6570_dk/stm32n657xx ``) is now supposed to be a
92
+ chainloaded application and should be built using ``--sysbuild ``. The old default,
93
+ which built applications to run as First Stage BootLoader, is now available as a dedicated
94
+ variant (``stm32n6570_dk/stm32n657xx/fsbl ``) that must be selected explicitly.
95
+ See board documentation for more information about these variants.
96
+
91
97
Device Drivers and Devicetree
92
98
*****************************
93
99
You can’t perform that action at this time.
0 commit comments