Skip to content

Commit 2c863fb

Browse files
Merge pull request #2332 from madeline-underwood/fixes
fixes_OpenBMC
2 parents f073e11 + fab9a06 commit 2c863fb

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

content/learning-paths/servers-and-cloud-computing/openbmc-rdv3/2_openbmc_setup.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,24 @@ sudo apt install -y git gcc g++ make file wget gawk diffstat bzip2 cpio chrpath
2525

2626
Now install Docker:
2727

28+
```bash
29+
curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
30+
sudo usermod -aG docker $USER ; newgrp docker
31+
```
32+
33+
{{% notice Note %}}
34+
See the [Docker Install Guide](/install-guides/docker) for further information.
35+
{{% /notice %}}
36+
37+
Next install the `repo` tool:
38+
2839
```bash
2940
mkdir -p ~/.bin
3041
PATH="${HOME}/.bin:${PATH}"
3142
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
3243
chmod a+rx ~/.bin/repo
3344
```
34-
{{% notice Note %}}
35-
See the [Docker Install Guide](/install-guides/docker) for support.
36-
{{% /notice %}}
45+
3746

3847

3948

content/learning-paths/servers-and-cloud-computing/openbmc-rdv3/3_openbmc_simulate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sudo adduser xrdp ssl-cert
2222
sudo systemctl enable --now xrdp
2323
```
2424

25-
If you use GNOME on the server, you may need the networking and GDM tweaks in Step 2 of the RD-V3 Learning Path: [/learning-paths/servers-and-cloud-computing/neoverse-rdv3-swstack/4_rdv3_on_fvp/](/learning-paths/servers-and-cloud-computing/neoverse-rdv3-swstack/4_rdv3_on_fvp/)
25+
If you use GNOME on the server, you may need the networking and GDM tweaks in Step 2 of the [RD-V3 Learning Path](/learning-paths/servers-and-cloud-computing/neoverse-rdv3-swstack/4_rdv3_on_fvp/).
2626

2727
Once connected through Remote Desktop, open a terminal and launch the RD-V3 FVP simulation.
2828

0 commit comments

Comments
 (0)