Skip to content

Commit

Permalink
Fix wsl usbipd command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Sep 13, 2024
1 parent d290933 commit 6ca19dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ To mount the a Pico device to the WSL instance, run the following in
an administrator powershell to find the correct bus and attach:

```
usbipd wsl list
usbipd wsl attach --busid <busid>
usbipd list
usbipd bind --busid <busid>
usbipd attach --wsl --busid <busid>
```

In the WSL instance, run the following to verify the device has mounted:
Expand Down

0 comments on commit 6ca19dd

Please sign in to comment.