File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
boards/nxp/imx943_evk/doc Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 8383
8484The default runner for the board is JLink, connect the EVK board's JTAG connector to
8585the 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
9389image from the host computer and start the Zephyr application on A55 core0.
9490
9591Flash 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
You can’t perform that action at this time.
0 commit comments