Hi Ludovic,

thanx for your detailed response.

I will give it a try.

Regards

Chris

Am Donnerstag, dem 18.05.2023 um 21:22 +0200 schrieb Ludovic LANGE:
Hi Chris,

Thanks for your kind words.

For building with the newer ESP-IDF versions, I believe the 2 recent PRs that have just been merged a few minutes ago should help you progress towards this goal.

If not, please share more of the issues you're facing (error messages, etc...)

There is not (to my knowledge...) a real documentation, but here is a summary of the steps I can share:

Please note a different philosophy regarding the sdkconfig file:

The difference in approach is that with the "sdkconfig.defaults" it can live alongside you own "sdkconfig" and will only specify defaults values ; so that your changes to "sdkconfig" are not lost when we modify the "sdkconfig.defaults" file. You could have "sdkconfig.defaults" under source control and "sdkconfig" in gitignore living side by side.
Cfhttps://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/kconfig.html#using-sdkconfig-defaults


You can also get inspiration from the automatic builds on my branch: Ex:https://github.com/llange/Open-Vehicle-Monitoring-System-3/actions/runs/5017264712/jobs/8995164903

You'll find the workflow file describing the build instructions here :https://github.com/llange/Open-Vehicle-Monitoring-System-3/actions/runs/5017264712/workflow

And an example for each supported build on the left : If you click on a build, you'll find the steps that have been run, and if I ever forgot to write something here you'll find it in those logs. (Forget about the "cache" things, the various "updates" etc..)

While those automated builds use docker, in fact it doesn't change the way to build.

Let me know if you have issue with these builds, your separate ESP-IDF installs, or how to switch from one to the other.

Regards,

Le 18/05/2023 à 10:16, Chris van der Meijden a écrit :

Hi Ludovic

Thank you for all your efforts to get ESP-IDF to the newest version.

The reason why I have not been able to test along the way is, that I was not able to set up a native, non-docker, working test environment with the newer ESP-IDF versions.

Is there a "step by step" documentation for setting up these newer versions without docker? That would be really helpfull.

Regards

Chris


_______________________________________________
OvmsDev mailing list
OvmsDev@lists.openvehicles.com
http://lists.openvehicles.com/mailman/listinfo/ovmsdev