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

WSL2 Support for flashing ESP32-S3 #20

Open
kspons opened this issue Aug 18, 2022 · 0 comments
Open

WSL2 Support for flashing ESP32-S3 #20

kspons opened this issue Aug 18, 2022 · 0 comments

Comments

@kspons
Copy link

kspons commented Aug 18, 2022

For those working on Windows using WSL 2:
In order to connect a USB device to WSL, follow the instructions from Microsoft. For me, the ESP32 shows up at /dev/ttyACM0 . You can find the location of your device by checking /dev/tty* or with lsusb . Instead of running make upload inside of the RemoteIDModule dir, you can construct your own command to flash the ESP32

~/.arduino15/packages/esp32/hardware/esp32/2.0.3/tools/esptool.py --port /dev/ttyACM0 write_flash 0x0 ArduRemoteID-ESP32S3_DEV.bin

Be sure to change the command to match the settings on your system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant