-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Oleksandr Grytsov <[email protected]>
- Loading branch information
Showing
2 changed files
with
53 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# HOWTO | ||
|
||
## How to switch between consoles | ||
|
||
After successful boot, the active console is Dom0 Zephyr console. | ||
To switch between Dom0, DomD and Xen consoles press the `Ctrl+a` combination five times. | ||
|
||
Dom0 console displays AosEdge zephyr application logs. Bunch of useful commands are available there. | ||
Try command `help` to see all the supported by zephyr application commands. | ||
|
||
DomD console is general Linux console with all Linux commands provided by DomD. | ||
|
||
## How to access user domain console | ||
|
||
`xu` command in Dom0 allows to see launched user domains, their statuses and allows to attach to their consoles. | ||
Use `xu list` to see list of running domains. Then input `xu console <domid>` to attach to the desired domain console. | ||
`<domid>` is ID of desired domain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters