Here are some tips.
You might see this error when running the tools setup step.
1cd ~/esp/esp-idf 2./install.sh
1WARNING: Download failure <urlopen error [SSL:CERTIFICATE_VERIFY_FAILED] 2certificate verify failed: unable to get local issuer certificate
Solution:
You need to run the Python: Install Certificates.command like this.
You might see this error when trying to build the hello world example.
1idf.py build
1gen_crt_bundle.py: Invalid certificate in cacrt_all.pem Invalid certificate
Solution:
Remove the EC-ACC certificate from the cacrt_all.pem file, like this person, mentions on github.
1get_idf
1idf.py -p /dev/cu.usbserial-0001 flash monitor
Please sign in to view and leave comments...