Page 1 of 1
ESP-IDF example flash error on Linux
Posted: Fri Nov 20, 2020 5:46 am
by yvk0808
Hi there.
How can I solve this problem?
I've already finished 'idf.py build' but I can't finish 'idf.py -p PORT flash'
- flash가 안돼.jpg (2.85 MiB) Viewed 3643 times
Re: ESP-IDF example flash error on Linux
Posted: Fri Nov 20, 2020 7:00 am
by ESP_Roland
Hi,
have you used "ttyUSB0" or "/dev/ttyUSB0"?
Re: ESP-IDF example flash error on Linux
Posted: Fri Nov 20, 2020 7:53 am
by yvk0808
thanks for your reply
Yes
I typed "idf.py -p ttyUSB0 flash" and than I faced that error.
Re: ESP-IDF example flash error on Linux
Posted: Fri Nov 20, 2020 8:11 am
by yvk0808
oh thanks I solve that. I need to type /dev /tty~
thanks for your help !!