Giter Club home page Giter Club logo

Comments (5)

stintel avatar stintel commented on June 18, 2024

https://docs.espressif.com/projects/esp-idf/en/v4.4.4/esp32s3/api-reference/kconfig.html#using-sdkconfig-defaults
https://docs.espressif.com/projects/esp-idf/en/v4.4.4/esp32s3/api-guides/build-system.html#custom-sdkconfig-defaults
Have a look at SDKCONFIG_* in the 2nd link. We might be able to set things in a cmake, header or json file.

There is an option to generate this sdkconfig.defaults automatically but it's only in ESP-IDF v5: idf.py save-defconfig

from willow.

mineshaftgap avatar mineshaftgap commented on June 18, 2024

Curious why not a web UI configuration like other ESP8266/32 projects where you connect to an open WiFi network to enter actual WiFi details and then after that you can change all the other configuration. With this approach a firmware can be distributed for those who are much less technically inclined. Obviously if providing a binary firmware, a checksum should be provided as well.

from willow.

kristiankielhofner avatar kristiankielhofner commented on June 18, 2024

This issue is intended to track the configuration of the build system. No matter where a firmware image comes from, or how it's configured by the end user, it needs to be built by a build system somewhere.

We are evaluating a variety of approaches for easier end-user onboarding and configuration such as those mentioned on the wiki.

We have a larger issue than a firmware image and checksum. All a checksum assures is that it wasn't modified from the time we built and when the checksum was generated. It in no way assures the user that we didn't modify the code to stream their audio to some server we host (or who knows what), build it, generate a checksum, and hand them a binary.

The ideal approach is to use reproducible builds which we are also investigating given our focus on user privacy as a voice assistant.

We take our responsibility of powering a device with microphones present in the private lives of our users very, very seriously. We understand our primary differentiator is the trust of our users. For issues such as these we are going to approach them very methodically, deliberately, and with the involvement and feedback of the community and user base.

from willow.

mineshaftgap avatar mineshaftgap commented on June 18, 2024

Oh apologies, I didn't realize the intention for this.

from willow.

stintel avatar stintel commented on June 18, 2024

WIP: https://github.com/toverainc/willow/tree/feature/sdkconfig_defaults

from willow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.