Search found 23 matches

by bs-eng
Tue Apr 23, 2024 2:55 pm
Forum: ESP-IDF
Topic: speed issues after upgrade to IDF5.1.2/ADF2.6
Replies: 0
Views: 107

speed issues after upgrade to IDF5.1.2/ADF2.6

Hi all! In the past I developed a system based on IDFv4.1 and ADFv2.2. The application works fine. Recently I updated my workspace to IDF5.1.2/ADF2.6 and suddenly I am getting speed issues. These are primarily noticeable in the audio output of the device. It sounds choppy and has even little breaks/...
by bs-eng
Tue Apr 23, 2024 2:46 pm
Forum: ESP-IDF
Topic: IDF5.1.2/ADF2.6 - not-required components keep appearing in project after use of menuconfig (nghttp,jsmn)
Replies: 2
Views: 184

IDF5.1.2/ADF2.6 - not-required components keep appearing in project after use of menuconfig (nghttp,jsmn)

Hi all! My setup is: Operating System: windows 10 Java Runtime Version: 17.0.10+7 Eclipse Version: 4.30.0.v20231201-0110 (2023-12) Eclipse CDT Version: 11.4.0.202309142347 IDF Eclipse Plugin Version: 2.12.0.202312220530 ESP-IDF v5.1.2 ESP-ADF v2.6 Python set for IDF_PYTHON_ENV: Python 3.12.2 After u...
by bs-eng
Fri Sep 23, 2022 8:20 am
Forum: ESP-ADF
Topic: importing existing ADF projects using new IDF plugin for eclipse
Replies: 1
Views: 3515

Re: importing existing ADF projects using new IDF plugin for eclipse

Hi all!
Just wanted to follow up with the solution on this:
Please see this post on github: https://github.com/espressif/idf-eclips ... issues/594

Cheers
JR
by bs-eng
Thu Sep 15, 2022 5:17 pm
Forum: ESP-ADF
Topic: importing existing ADF projects using new IDF plugin for eclipse
Replies: 1
Views: 3515

importing existing ADF projects using new IDF plugin for eclipse

Hello! I have been programming on a project in ESP-ADF for the last few years. So far I was able to take the project with after upgrading to a higher version of ADF/IDF. Now I updated to version ADFV2.4.1 which includes by default IDFv4.4.2 I order to do so I needed to throw out my complete eclipse ...
by bs-eng
Tue Jul 05, 2022 3:48 pm
Forum: ESP-IDF
Topic: flash encryption not happening at first boot
Replies: 7
Views: 4057

Re: flash encryption not happening at first boot

I digged in more until I realized, that the encrypted parts in the flash are indeed left overs of previous programs. Miscalculation of program size on my side.
Thanks for looking into my issue anyways!!
Cheers
JR
by bs-eng
Mon Jul 04, 2022 11:32 am
Forum: ESP-IDF
Topic: flash encryption not happening at first boot
Replies: 7
Views: 4057

Re: flash encryption not happening at first boot

I still need help on this issueas it turned out that the misspelling is not the cause. Flash memory is still plain text without any encryption. Things I observe: - there is no message on first boot that flash is getting encrypted - readout from flash shows plainntext data in flash (just like describ...
by bs-eng
Wed Jun 22, 2022 7:24 am
Forum: ESP-IDF
Topic: flash encryption not happening at first boot
Replies: 7
Views: 4057

Re: flash encryption not happening at first boot

Thx for checking the efuse summary! I also thought that everything looked ok - but I am not an expert on that.

So it turned out that the path to the pem-file was misspelled. Interestingly the Build still continues in spite of such error. :(
Thanks for your pointers!
Cheer
JR
by bs-eng
Sun Jun 19, 2022 6:11 pm
Forum: ESP-IDF
Topic: flash encryption not happening at first boot
Replies: 7
Views: 4057

Re: flash encryption not happening at first boot

Yes, I read that thread before, but dont see how it relates to my issue.
The firmware used to be correctly flashed and then encryprting.
From the efuse summary in the other post I see hardly any similarities.

Am I missing the point?
Did you see something I didn't?

Thx!
by bs-eng
Sun Jun 19, 2022 10:23 am
Forum: ESP-IDF
Topic: flash encryption not happening at first boot
Replies: 7
Views: 4057

flash encryption not happening at first boot

Hello! Lately I released a new version of my project and as always enabled secure boot and flash encryption for final build. When flashing the firmware (using flash download tool, as I always did) I notice that on first boot the flash encryption is not happening. On subsequent boots also nothing hap...