Skip to content

Commit

Permalink
fix: Add simple corrections to the WSL2 article (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland authored Nov 5, 2024
1 parent 56d3737 commit 36b0382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/espressif-devkits-with-wsl2/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Working with Espressif's SoC's using WSL2"
title: "Working with Espressif's SoCs using WSL2"
date: 2024-11-04
showAuthor: false
authors:
Expand All @@ -17,7 +17,7 @@ This article is a step-by-step guide, provided to help you work with Espressif's

### Alternatives

Many common operations (e.g., flashing, monitoring, etc. ) can be handled by the [ESP_RFC2217_server](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/remote-serial-ports.html?highlight=rfc) (Telnet) where the host Windows machine acts as the server and the WSL terminal acts as the client. However, tools like [OpenOCD](https://openocd.org/) (Open On-Chip Debugger) cannot be used with this approach.
Many common operations (e.g., flashing, monitoring, etc. ) can be handled by the [ESP_RFC2217_server](https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/remote-serial-ports.html) (Telnet) where the host Windows machine acts as the server and the WSL terminal acts as the client. However, tools like [OpenOCD](https://openocd.org/) (Open On-Chip Debugger) cannot be used with this approach.

## Guide

Expand Down

0 comments on commit 36b0382

Please sign in to comment.