Skip to content

Commit 4bbe998

Browse files
authored
Update safetyisland.md
1 parent 58455a9 commit 4bbe998

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If necessary, restart the FVP in the reset state as before, and reconnect `RSE`.
1919
kas shell -c "../layers/meta-arm/scripts/runfvp -t tmux --verbose -- --iris-server --iris-port 7100"
2020
```
2121

22-
Set up the `SI` connection in a similar way as the `RSE` connection. Use the following commands in the `Debugger` pane. This will load debug symbols and performing the necessary path substitution. You can then set a breakpoint on the entry point of the `SI` code, `arch_exception_reset`.
22+
Set up the `SI` connection in a similar way as the `RSE` connection. Use the following commands in the `Debugger` pane. This will load debug symbols and perform the necessary path substitution. You can then set a breakpoint on the entry of the `SI` code, `arch_exception_reset`.
2323

2424
``` text
2525
stop
@@ -44,6 +44,8 @@ The `RSE` code will run until the point that the `SI` is enabled. This is reflec
4444

4545
#### Full output log
4646

47+
The full output lof is shown here for your reference:
48+
4749
``` output
4850
Trying ::1...
4951
Trying 127.0.0.1...

0 commit comments

Comments
 (0)