Skip to content

Commit 7fb0a05

Browse files
authored
Update primarycompute.md
1 parent 4bbe998 commit 7fb0a05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/learning-paths/automotive/zenacssdebug/primarycompute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ layout: "learningpathall"
1212

1313
The Primary Compute application processors (`Cortex-A720AE`) are the final processors to be enabled.
1414

15-
As before we can connect whilst powered down and monitor the point that they are enabled.
15+
As before, you can connect whilst powered down and monitor the point that they are enabled.
1616

17-
You can debug the initialization code and/or the final Linux Operating System (OS) threads.
17+
You can debug the initialization code and the final Linux Operating System (OS) threads.
1818

1919
### Connect debugger to target
2020

@@ -37,7 +37,7 @@ Run the code to the `bl2_entrypoint` and you can debug as expected.
3737

3838
### Debug Linux kernel modules
3939

40-
To make use of the OS awareness, disconnect `Primary_init` and connect to `Primary_Linux` as created previously. Load the symbols from `vmlinux` image.
40+
To make use of the OS awareness feature, disconnect `Primary_init` and connect to `Primary_Linux` as created previously. Load the symbols from the `vmlinux` image.
4141

4242
``` text
4343
stop
@@ -47,7 +47,7 @@ set substitute-path /usr/src/kernel/ /arm-auto-solutions/build/tmp_baremetal/wor
4747
Run the FVP until the OS prompt appears.
4848

4949
{{% notice %}}
50-
If only interested in kernel debug, modify the launch command for the FVP to include `--run` to start execution immediately.
50+
If you are only interested in kernel debug, modify the launch command for the FVP to include `--run` to start execution immediately.
5151

5252
``` command
5353
kas shell -c "../layers/meta-arm/scripts/runfvp -t tmux --verbose -- --iris-server --iris-port 7100 --run"

0 commit comments

Comments
 (0)