Skip to content

Commit 8ecf15d

Browse files
authored
Merge branch 'main' into track/embedded
2 parents 83a658a + c4d9aa1 commit 8ecf15d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/embedded/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This workshop will not work on Windows systems.
77
You can use the Ubuntu VM we provide [here](https://drive.google.com/file/d/1WSUo29d9Z8bmcjurvkDUmoAgq1TqaW4H/view?usp=sharing) (only works on VirtualBox).
88
The username and password are both `ipwembedded`.
99
The VM has the port 3033 forwarded for SSH connection.
10+
11+
If you want to have the VM home directory mounted in Windows, use the following commands (with Admin PowerShell):
12+
13+
```powershell
14+
winget install -e --id WinFsp.WinFsp
15+
winget install -e --id SSHFS-Win.SSHFS-Win
16+
net use X: \\sshfs\ipwembedded@localhost!3033
17+
```
1018
:::
1119

1220
If you did not attend the **Tock Workshop**, please follow the [Setup Tutorial](../tock_workshop/index.md).

0 commit comments

Comments
 (0)