Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/embedded/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This workshop will not work on Windows systems.
You can use the Ubuntu VM we provide [here](https://drive.google.com/file/d/1WSUo29d9Z8bmcjurvkDUmoAgq1TqaW4H/view?usp=sharing) (only works on VirtualBox).
The username and password are both `ipwembedded`.
The VM has the port 3033 forwarded for SSH connection.

If you want to have the VM home directory mounted in Windows, use the following commands (with Admin PowerShell):

```powershell
winget install -e --id WinFsp.WinFsp
winget install -e --id SSHFS-Win.SSHFS-Win
net use X: \\sshfs\ipwembedded@localhost!3033
```
:::

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