Search found 40 matches

by Patsjemoe
Fri Aug 16, 2019 3:52 pm
Forum: ESP-ADF
Topic: ESP32-A1S
Replies: 5
Views: 15221

Re: ESP32-A1S

Hi Uwe_pg, I also bought this board, and have problems getting it to work. Did you manage ? I have files from esp-adf-master, with AI-examples and components for the audio kit, but it is not clear how to install them, so you can select the audio kit. I was running esp-adf with the board and had ES83...
by Patsjemoe
Fri Aug 16, 2019 3:46 pm
Forum: ESP-ADF
Topic: esp-adf example compile error
Replies: 2
Views: 5431

Re: esp-adf example compile error

hi,
do you mean that when installing ESP-ADF , you need to use 2 paths ? :
adf_path=/esp/esp-adf
idf_path=/esp/esp-adf/esp-idf
instead of the idf_path=/esp/esp-idf ?
regards
Ludo
by Patsjemoe
Fri Aug 16, 2019 3:37 pm
Forum: ESP-ADF
Topic: make not working
Replies: 6
Views: 8007

Re: make not working

Make is now working in MINGW32, with ESP-IDF v3.2.2 It was not allowed to install toolchain 2.0, as this is for ESP-IDF v4.0 ...but that is not clearly mentioned in the install sheets. Also, I need to manually start IDF_PATH and ADF_PATH, as when starting up mingw32, it does not take into account th...
by Patsjemoe
Sat Aug 10, 2019 9:10 am
Forum: ESP-IDF
Topic: ESP-IDF problems with mingw/mingw32/make
Replies: 17
Views: 17499

Re: ESP-IDF problems with mingw/mingw32/make

esp-adf is doing something weard. when I installed this, the whole /esp/home directory cannot be deleted anymore, and it comes to 1 filed in the blink/build/include/config/smp/slave/con This file is not accessible and cannot be deleted. I had this now 2 times. this con file cannot be deleted in the ...
by Patsjemoe
Sat Aug 10, 2019 8:26 am
Forum: ESP-IDF
Topic: ESP-IDF problems with mingw/mingw32/make
Replies: 17
Views: 17499

Re: ESP-IDF problems with mingw/mingw32/make

path's are OK, but do not start up anymore from the profile.d directory, have to start them manually. and before, make menuconfig in blink worked, now, after installing the esp-adf I get the error $ make menuconfig Makefile:8: /make/project.mk: No such file or directory make: *** No rule to make tar...
by Patsjemoe
Sat Aug 10, 2019 7:47 am
Forum: ESP-IDF
Topic: ESP-IDF problems with mingw/mingw32/make
Replies: 17
Views: 17499

Re: ESP-IDF problems with mingw/mingw32/make

after installing esp-adf, and having the error as mentioned, I go back to esp-idf and are facing the same problem.
It looks as if the adf install is messing up with the idf install....
back to zero.....
by Patsjemoe
Sat Aug 10, 2019 7:37 am
Forum: ESP-IDF
Topic: ESP-IDF problems with mingw/mingw32/make
Replies: 17
Views: 17499

Re: ESP-IDF problems with mingw/mingw32/make

Hi, I installed esp-adf in /esp directory. copied play_mp3 directory in /esp, tried also in /esp/esp-adf ,went into play_mp3 and initiated make menuconfig again : $ make menuconfig Makefile:2: /project.mk: No such file or directory make: *** No rule to make target '/project.mk'. Stop. $ printenv ADF...
by Patsjemoe
Sat Aug 10, 2019 7:04 am
Forum: ESP-IDF
Topic: ESP-IDF problems with mingw/mingw32/make
Replies: 17
Views: 17499

Re: ESP-IDF problems with mingw/mingw32/make

hi, thanks for your help. I got it to work with export IDF_PATH=/c/msys32/home/user/esp-idf-v3.2.2 tried your version : export IDF_PATH="c:/msys32/home/user/esp-idf-v3.2.2"..also works it is very confusing ...sometimes they refer to /c/, sometimes it is c:/ with ""......I took away the "".... at las...
by Patsjemoe
Sat Aug 10, 2019 5:39 am
Forum: ESP-IDF
Topic: ESP-IDF problems with mingw/mingw32/make
Replies: 17
Views: 17499

Re: ESP-IDF problems with mingw/mingw32/make

when I click on the IDF_PATH.sh in the profile.d directory, it opens a screen and says :
bash: c:/msys32/home/user/esp-idf-v3.2.2: is a directory
/usr/bin/bash: Exit 126.
so this does not work..therefore, no automatically created path...now to solve this...
by Patsjemoe
Sat Aug 10, 2019 5:28 am
Forum: ESP-IDF
Topic: ESP-IDF problems with mingw/mingw32/make
Replies: 17
Views: 17499

Re: ESP-IDF problems with mingw/mingw32/make

somehow, the system does not take the IDF_PATH file in profile.d directory. when I now manually export it, the path is returned (there was confusion of the export IDF_PATH, which in a documents also was written as EXPORT_IDF_PATH as name.....so had to do export export_idf_path) I now have following ...