Search found 4 matches

by bborncr
Fri Jul 01, 2022 4:04 pm
Forum: ESP32 boards
Topic: Adding python files and folders to build
Replies: 1
Views: 1610

Adding python files and folders to build

I see that the "boot.py" file that is preinstalled in firmware builds is created in "modules/inisetup.py".
It there an easier way to add preinstalled folders and example files to the build?
by bborncr
Fri Jul 01, 2022 2:06 pm
Forum: ESP32 boards
Topic: Modules in manifest_release.py not in firmware.bin
Replies: 4
Views: 1722

Re: Modules in manifest_release.py not in firmware.bin

Thanks! The release-build works, including my own modules!
by bborncr
Thu Jun 30, 2022 1:38 pm
Forum: ESP32 boards
Topic: Modules in manifest_release.py not in firmware.bin
Replies: 4
Views: 1722

Re: Modules in manifest_release.py not in firmware.bin

Thanks! I thought we were good to go but got this error close to the end of the build: [1050/1273] Generating ../../frozen_content.c FAILED: frozen_content.c cd /root/micropython/ports/esp32/build-GENERIC/esp-idf/main && /root/.espressif/pyt hon_env/idf4.2_py3.8_env/bin/python3.8 /root/micropython/t...
by bborncr
Thu Jun 30, 2022 4:30 am
Forum: ESP32 boards
Topic: Modules in manifest_release.py not in firmware.bin
Replies: 4
Views: 1722

Modules in manifest_release.py not in firmware.bin

Following the instructions in ports/esp32/README.md, no errors that I can see. Everything appears to work however the following modules are not in the build, noticeably urequests and umqtt. The only place I can find that mentions the modules is in manifest_release.py git clone git@github.com:micropy...