Search found 15 matches

by input
Mon Apr 24, 2017 6:48 pm
Forum: ESP32 boards
Topic: make erase not working
Replies: 5
Views: 5311

make erase not working

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 ...
by input
Sun Apr 23, 2017 6:09 pm
Forum: ESP32 boards
Topic: Esp32 make is not working
Replies: 7
Views: 7384

Re: Esp32 make is not working

Thanks for the reply
Now it is compiling.

Thanks
by input
Sun Apr 23, 2017 3:50 pm
Forum: ESP32 boards
Topic: Esp32 make is not working
Replies: 7
Views: 7384

Re: Esp32 make is not working

Thanks. But into the mpy-cross dir with make I get the same error
by input
Sun Apr 23, 2017 2:16 pm
Forum: ESP32 boards
Topic: Esp32 make is not working
Replies: 7
Views: 7384

Re: Esp32 make is not working

I also tried that but then I get the same warning.
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity

Thanks
by input
Sun Apr 23, 2017 9:56 am
Forum: ESP32 boards
Topic: Esp32 make is not working
Replies: 7
Views: 7384

Esp32 make is not working

I have a problem with building the firmware with make -C mpy-cross.
I get an error with: Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity
I follow this tutorial: https://github.com/micropython/micropyt ... sp32/esp32

What I am doing wrong.