Skip to content

Commit

Permalink
docs: update nvidia howto
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed May 31, 2024
1 parent a23f3a7 commit 0dfffa8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lab/hardware/dh2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,18 @@ DEV_NAME pcie-0000:0f:00.2
DEV_INFO BlueField-2(Rev 1)
OPN_STR N/A
```

ssh over rshim

```bash
root@dh2:~# ifconfig tmfifo_net0 192.168.100.1/30 up
root@dh2:~# ping 192.168.100.2
root@dh2:~# ssh ubuntu@192.168.100.2
```

flush new BFB image

```bash
root@dh2:~# wget https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-2.7.0-33_24.04_ubuntu-22.04_prod.bfb
root@dh2:~# cat bf-bundle-2.7.0-33_24.04_ubuntu-22.04_prod.bfb > /dev/rshim0/boot
```

0 comments on commit 0dfffa8

Please sign in to comment.