Skip to content

Commit cfc6527

Browse files
JiafeiPankartben
authored andcommitted
boards: imx943_evk: a55: update document about dcache
Update board document to remove dcache off command under U-Boot as CONFIG_ARM64_BOOT_DISABLE_DCACHE has been enabled. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent dc68d1b commit cfc6527

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

boards/nxp/imx943_evk/doc/index.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,9 @@ Setup
8383

8484
The default runner for the board is JLink, connect the EVK board's JTAG connector to
8585
the host computer using a J-Link debugger, power up the board and stop the board at
86-
U-Boot command line, execute the following U-boot command to disable D-Cache:
86+
U-Boot command line.
8787

88-
.. code-block:: console
89-
90-
dcache off
91-
92-
then use "west flash" or "west debug" command to load the zephyr.bin
88+
Then use "west flash" or "west debug" command to load the zephyr.bin
9389
image from the host computer and start the Zephyr application on A55 core0.
9490

9591
Flash and Run
@@ -168,7 +164,7 @@ Use the following command to boot Zephyr on the core0:
168164

169165
.. code-block:: console
170166
171-
dcache off; icache flush; go 0xd0000000;
167+
dcache flush; icache flush; go 0xd0000000;
172168
173169
Then the following log could be found on UART1 console:
174170

0 commit comments

Comments
 (0)