Remotely flash an esp32 #807
Unanswered
AlexNomadrg
asked this question in
Q&A
Replies: 1 comment
-
Hi! I don't have any experience with port forwarding, but I'd recommend asking in our matrix channel: https://matrix.to/#/#esp-rs:matrix.org to see if someone did something similar. Also, I'd check if you could access the serial port with any other command or tool |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a desktop and I need to flash an esp32 that controls an LED strip. It is soldered to a transistor and I cannot connect it to my desktop directly via USB. I've tried connecting it to a raspberry Pi and using
socat
to forward the USB port through the net:And connecting it to the desktop:
That didn't work.
espflash
returns this error:espflash board-info --port /tmp/esp32-serial Error: espflash::serial_not_found × The serial port '/dev/pts/7' could not be found help: Make sure the correct device is connected to the host system
Beta Was this translation helpful? Give feedback.
All reactions