Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for using bootloader with WSL #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions labs/0-blink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ Linux:

sudo apt-get remove modemmanager

Windows Subsystem for Linux:
- You might need to install the CP210x USB-to-UART driver from [Silicon Labs](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers).
- Plug in the pi to your USB port and open "Device Manager" on your computer. Expand the "Ports" section and you will see an entry that looks like "Silicon Labs CP210x USB to UART Bridge (COM3)". Note down the number next to "COM".
- When running `pi-install` in Step 4 below (and in the future), you must include an additional argument to specify the right device. The device is called `/dev/ttySN`, where `N` is the number after "COM" that was shown in Device Manager. For example, the correct command for `COM3` is `pi-install /dev/ttyS3 part1/blink-pin20.bin`.

Mechanically:

0. Unplug your pi. Don't modify your current wiring.
Expand Down