Skip to content

Commit 99d55e5

Browse files
Jiafei PanChromeos LUCI
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. (cherry picked from commit cfc6527) Original-Signed-off-by: Jiafei Pan <[email protected]> GitOrigin-RevId: cfc6527 Cr-Build-Id: 8711840798614211969 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8711840798614211969 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I4fe5e3ce62a3dd4f5629dda038cb895ee3413347 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6650437 Tested-by: ChromeOS Copybot <[email protected]> Commit-Queue: Yuval Peress <[email protected]> Reviewed-by: Yuval Peress <[email protected]> Tested-by: Yuval Peress <[email protected]>
1 parent ab19b63 commit 99d55e5

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)