make erase not working

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
input
Posts: 15
Joined: Sun Apr 23, 2017 9:37 am

make erase not working

Post by input » Mon Apr 24, 2017 6:48 pm

I follow this video : https://www.youtube.com/watch?v=qa2406iiSbI&t=177s
But at min 32:52 from the video I get an error with could not openport /dev/ttyUSB0 permission denied.
There are more warnings about file /home/vagrant/esp-idf but I can not paste that in here because I have no support to copy and paste.
I am working on a Toshiba laptop with Windows 8.
Maby someone knows what is going on or maby someone have a wiki how to set up the ESP32.

Thanks

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: make erase not working

Post by deshipu » Mon Apr 24, 2017 7:25 pm

Add yourself to the "dialout" group and re-login.

input
Posts: 15
Joined: Sun Apr 23, 2017 9:37 am

Re: make erase not working

Post by input » Wed Apr 26, 2017 10:03 am

Thanks. It works with sudo but when connectig to baud rate 460800 I get an error failed to erase flash only got 0 byte status response.
I have this one: http://www.raspberrypiwiki.com/index.php/ESP32-DevKit

Any ideas how to solve this.

input
Posts: 15
Joined: Sun Apr 23, 2017 9:37 am

Re: make erase not working

Post by input » Wed Apr 26, 2017 11:24 am

It is flashed now while I tried again. I think my usb cabel is not working correct.
Now I have some problems with make deploy.

input
Posts: 15
Joined: Sun Apr 23, 2017 9:37 am

Re: make erase not working

Post by input » Wed Apr 26, 2017 11:58 am

I bought a new micro usb cabel but with make deploy I get an error "Failed to set SPI params ,only got 1 byte status response."

Any ideas.

input
Posts: 15
Joined: Sun Apr 23, 2017 9:37 am

Re: make erase not working

Post by input » Thu Apr 27, 2017 8:44 am

I tried again with make deploy and now it's working.

Post Reply