Skip to content

Commit da24ef9

Browse files
committed
fix
1 parent a114477 commit da24ef9

File tree

1 file changed

+49
-44
lines changed

1 file changed

+49
-44
lines changed

docs/software/devtools/debug/linaro.md

Lines changed: 49 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,23 @@ interface or from the command-line.
1414

1515
Linaro Forge is available on Alps through a [uenv][ref-uenv].
1616
The name of the uenv image is `linaro-forge`, and the available versions can be
17-
determined using the `uenv image find` command, for example:
17+
determined using the `uenv image find` command.
1818

19-
```
20-
> uenv --version
21-
7.0.0
19+
??? example
2220

23-
> uenv image find linaro-forge
24-
uenv arch system id size(MB) date
25-
linaro-forge/24.1.1:v1 gh200 daint e0e79f5c3e6a8ee0 365 2025-02-12
21+
Available `linaro-forge` uenv
2622

27-
> uenv image pull linaro-forge/24.1.1:v1
28-
pulling e0e79f5c3e6a8ee0 100.00% --- 365/365 (0.00 MB/s)
29-
```
23+
```
24+
> uenv --version
25+
7.0.0
26+
27+
> uenv image find linaro-forge
28+
uenv arch system id size(MB) date
29+
linaro-forge/24.1.1:v1 gh200 daint e0e79f5c3e6a8ee0 365 2025-02-12
30+
31+
> uenv image pull linaro-forge/24.1.1:v1
32+
pulling e0e79f5c3e6a8ee0 100.00% --- 365/365 (0.00 MB/s)
33+
```
3034

3135
This uenv is configured to be mounted in the `/user-tools` path so that
3236
they can be used alongside application and development uenv mounted at
@@ -143,40 +147,41 @@ Next, configure a connection to the target system.
143147
Open the *Remote Launch* menu and click on *configure* then *Add*.
144148
Examples of the settings are below.
145149

146-
=== "Daint"
147-
148-
| Field | Value |
149-
| ----------- | --------------------------------------- |
150-
| Connection | `daint` |
151-
152-
| Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
153-
154-
=== "Santis"
155-
156-
| Field | Value |
157-
| ----------- | --------------------------------------- |
158-
| Connection | `santis` |
159-
160-
| Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
161-
| Private Key | `$HOME/.ssh/cscs-key` |
162-
163-
=== "Clariden"
164-
165-
| Field | Value |
166-
| ----------- | --------------------------------------- |
167-
| Connection | `clariden` |
168-
169-
| Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
170-
| Private Key | `$HOME/.ssh/cscs-key` |
171-
172-
=== "Eiger"
173-
174-
| Field | Value |
175-
| ----------- | --------------------------------------- |
176-
| Connection | `eiger` |
177-
178-
| Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
179-
| Private Key | `$HOME/.ssh/cscs-key` |
150+
??? example
151+
152+
=== "Daint"
153+
154+
| Field | Value |
155+
| ----------- | --------------------------------------- |
156+
| Connection | `daint` |
157+
158+
| Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
159+
160+
=== "Santis"
161+
162+
| Field | Value |
163+
| ----------- | --------------------------------------- |
164+
| Connection | `santis` |
165+
166+
| Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
167+
168+
=== "Clariden"
169+
170+
| Field | Value |
171+
| ----------- | --------------------------------------- |
172+
| Connection | `clariden` |
173+
174+
| Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
175+
176+
=== "Eiger"
177+
178+
| Field | Value |
179+
| ----------- | --------------------------------------- |
180+
| Connection | `eiger` |
181+
182+
| Remote Installation Directory | `uenv run linaro-forge/24.1.1:/user-tools -- /user-tools/env/forge/` |
183+
184+
[//]: <> ( | Private Key | `$HOME/.ssh/cscs-key` |)
180185

181186
Some notes on the examples above:
182187

0 commit comments

Comments
 (0)