Skip to content

Commit 36b0382

Browse files
authored
fix: Add simple corrections to the WSL2 article (#185)
1 parent 56d3737 commit 36b0382

File tree

1 file changed

+2
-2
lines changed
  • content/blog/espressif-devkits-with-wsl2

1 file changed

+2
-2
lines changed

content/blog/espressif-devkits-with-wsl2/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Working with Espressif's SoC's using WSL2"
2+
title: "Working with Espressif's SoCs using WSL2"
33
date: 2024-11-04
44
showAuthor: false
55
authors:
@@ -17,7 +17,7 @@ This article is a step-by-step guide, provided to help you work with Espressif's
1717

1818
### Alternatives
1919

20-
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.
20+
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.
2121

2222
## Guide
2323

0 commit comments

Comments
 (0)