Search found 4 matches

by bkochis
Thu Nov 07, 2019 2:16 pm
Forum: ESP-IDF
Topic: Project name in bin file?
Replies: 3
Views: 3856

Re: Project name in bin file?

I am using the V3.3 stable for the moment. I reran the build and these are error/warning messages I missed posting: C:\esp\hello_world>idf.py build 5 [main] basename 11216 pinfo::init: This shouldn't happen: me: (11216, 14788, 0, \\?\C:\Program Files\Git\usr\bin\basename.exe) pid 11216 process_state...
by bkochis
Wed Nov 06, 2019 2:51 pm
Forum: ESP-IDF
Topic: Project name in bin file?
Replies: 3
Views: 3856

Project name in bin file?

Shouldn't the project name on the burned chip be what I named the project in the Makefile? Not a generic 'esp-idf'? Using a NodeMCU with the Wroom-32 chip. Thank you. I (168) cpu_start: Pro cpu up. I (171) cpu_start: Application information: I (176) cpu_start: Project name: esp-idf I (181) cpu_start...
by bkochis
Mon Nov 04, 2019 6:54 pm
Forum: ESP-IDF
Topic: Menuconfig not found. Win10-64, IDF v3.3
Replies: 2
Views: 2669

Re: Menuconfig not found. Win10-64, IDF v3.3

After the initial install of the IDK I was attempting to build the Hello World project. It never completed successfully. I had not realized that some of the modules had not completed in the python requirements.txt install. I deleted the installation, downloaded everything again, reinstalled. All is ...
by bkochis
Tue Oct 29, 2019 7:11 pm
Forum: ESP-IDF
Topic: Menuconfig not found. Win10-64, IDF v3.3
Replies: 2
Views: 2669

Menuconfig not found. Win10-64, IDF v3.3

I installed the IDF on a Windows 10 64bit computer following this document: https://docs.espressif.com/projects/esp-idf/en/stable/get-started/index.html#get-started-start-project I was able to complete the installation steps without any errors. When I attempted the first project 'Hello World' compil...