You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/automotive/zenacssdebug/primarycompute.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ layout: "learningpathall"
12
12
13
13
The Primary Compute application processors (`Cortex-A720AE`) are the final processors to be enabled.
14
14
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.
16
16
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.
18
18
19
19
### Connect debugger to target
20
20
@@ -37,7 +37,7 @@ Run the code to the `bl2_entrypoint` and you can debug as expected.
37
37
38
38
### Debug Linux kernel modules
39
39
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.
41
41
42
42
```text
43
43
stop
@@ -47,7 +47,7 @@ set substitute-path /usr/src/kernel/ /arm-auto-solutions/build/tmp_baremetal/wor
47
47
Run the FVP until the OS prompt appears.
48
48
49
49
{{% 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.
0 commit comments