You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/embedded/0.Tock/index.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ This workshop will not work on Windows systems.
12
12
You can use the Ubuntu VM we provide [here](https://drive.google.com/file/d/1WSUo29d9Z8bmcjurvkDUmoAgq1TqaW4H/view?usp=sharing) (only works on VirtualBox).
13
13
The username and password are both `ipwembedded`.
14
14
The VM has the port 3033 forwarded for SSH connection.
15
+
16
+
If you want to have the VM home directory mounted in Windows, use the following commands (with Admin PowerShell):
17
+
18
+
```powershell
19
+
winget install -e --id WinFsp.WinFsp
20
+
winget install -e --id SSHFS-Win.SSHFS-Win
21
+
net use X: \\sshfs\ipwembedded@localhost!3033
22
+
```
15
23
:::
16
24
17
25
If you did not attend the **Tock Workshop**, please follow the [Setup Tutorial](../../tock_workshop/index.md).
0 commit comments