Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tool for flash/monitor ESP-IDF and ESP8266_SDK apps on the WSL2 ⚡

License

NotificationsYou must be signed in to change notification settings

abobija/idfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

While there isno support for USB devices on WSL2 for now, this tool comes to help you to flash and monitorESP-IDF andESP8266_SDK applications on theWSL2.

Info:
Tested onUbuntu 20.04 LTS andDebian distributions.

Note:
As a prerequisite for using this tool,Python 🐍 needs to be installed on the Windows.

Supported ESP-IDF versions

idfx supports:

Installation

Execute next command inside of your WSL to installidfx

curl https://git.io/JyBgj --create-dirs -L -o$HOME/bin/idfx&& chmod u+x$HOME/bin/idfx

Usage

Signature:

idfx COMMAND [PORT]

Where thePORT is serial COM Port on the Windows (use the Device Manager to find your port).

For the full usage please execute next command:

idfx help

Examples

For most of the cases (when you edit the code of your application) you can useidfx all COM2 because this command will build, flash and monitor your app, at once. Of course, you need to changeCOM2 (in previous command) with correct COM port.

CommandDescription
idfx all COM2Build project, flash and monitor serial output, using portCOM2
idfx buildBuild project
idfx flash COM2Flashing project using portCOM2
idfx monitor COM2Display serial output of portCOM2
idfx flash COM2 monitorFlash project and display serial output, using portCOM2
idfx erase-flash COM2Erase the entire flash, using portCOM2
idfx helpShow theidfx usage

How to install ESP-IDF on WSL2

Onthis link you can find complete tutorial about how to setup ESP-IDF under WSL2 and how to useidfx to build, flash and monitor your ESP application.

Preview

idfx preview

Author

abobija -abobija.com

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp