File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Or kick SMP zephyr.bin:
88
88
89
89
.. code-block :: console
90
90
91
- mw 303d0518 f 1; fatload mmc 1:1 0x93c00000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; cpu release 2 0x93c00000
91
+ mw 303d0518 f 1; fatload mmc 1:1 0x93c00000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; cpu 2 release 0x93c00000
92
92
93
93
94
94
Use this configuration to run basic Zephyr applications and kernel tests,
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Or kick SMP zephyr.bin:
88
88
89
89
.. code-block :: console
90
90
91
- mw 303d0518 f 1; fatload mmc 1:1 0x93c00000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; cpu release 2 0x93c00000
91
+ mw 303d0518 f 1; fatload mmc 1:1 0x93c00000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; cpu 2 release 0x93c00000
92
92
93
93
94
94
Use this configuration to run basic Zephyr applications and kernel tests,
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Or kick SMP zephyr.bin:
88
88
89
89
.. code-block :: console
90
90
91
- mw 303d0518 f 1; fatload mmc 1:1 0xc0000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; cpu release 2 0xc0000000
91
+ mw 303d0518 f 1; fatload mmc 1:1 0xc0000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; cpu 2 release 0xc0000000
92
92
93
93
Use this configuration to run basic Zephyr applications and kernel tests,
94
94
for example, with the :ref: `synchronization_sample `:
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Use U-Boot to load and kick zephyr.bin to Cortex-A55 Core1:
86
86
87
87
.. code-block :: console
88
88
89
- fatload mmc 1:1 0xc0000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; cpu release 1 0xc0000000
89
+ fatload mmc 1:1 0xc0000000 zephyr.bin; dcache flush; icache flush; dcache off; icache off; cpu 1 release 0xc0000000
90
90
91
91
92
92
Or use the following command to kick zephyr.bin to Cortex-A55 Core0:
You can’t perform that action at this time.
0 commit comments