Skip to content

Commit a17a0cf

Browse files
After final review
1 parent 29fb7a3 commit a17a0cf

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
@@ -1,6 +1,6 @@
11
---
22
# User change
3-
title: "Debug Primary Compute and Linux OS"
3+
title: "Debug Primary Compute and Linux"
44

55
weight: 8 # 1 is first, 2 is second, etc.
66

@@ -14,15 +14,15 @@ The Primary Compute application processors (`Cortex-A720AE`) are the final proce
1414

1515
As before we 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 operating system threads.
17+
You can debug the initialization code and/or the final Linux Operating System (OS) threads.
1818

1919
### Connect debugger to target
2020

2121
Use the following debugger commands in the `Primary_init.launch` to load the symbols for the `BL2` initialization code, setting a breakpoint at `bl2_entrypoint`.
2222

23-
Note that an address "offset" is used to specify the exception level that the image are relevant to. If code changes exception level, debug info would need to also be loaded to the corresponding EL address space.
23+
Note that an address "offset" is used to specify the exception level that the image is relevant to. If the processor changes exception level, the debug information would need to also be loaded to the corresponding EL address space.
2424

25-
For example the processors start in `EL3` and moves to `EL2N` when the Linux kernel is enabled.
25+
For example the processors start in `EL3` and move to `EL2N` when the Linux kernel is enabled.
2626

2727
``` text
2828
stop

0 commit comments

Comments
 (0)