Adding my own libraries to the firmware #16118
Replies: 2 comments 1 reply
-
The usual way of embedding modules in a firmware build is documented here. |
Beta Was this translation helpful? Give feedback.
-
You have to set up the build environment for ESP32 properly as detailed in esp32/README.md. Note that you have to update the submodules in the esp-idf directory after checking out the esp-idf version and to run the install script. That's all documented in README.md. When that's done you can change back to the micropython/esp32 directory. |
Beta Was this translation helpful? Give feedback.
-
Hello, I encountered a problem combining the firmware with my .bin file. My .bin file contains .mpy scripts (made using mklittlefs). I was guided to combine this by this site https://docs.espressif.com/projects/esptool/en/latest/esp32s3/esptool/basic-commands.html
The problem is that when flashing the merged firmware, I cannot use my libraries, because for some reason they are not displayed in the list of available libraries. How can I properly add my libraries to micropython firmware?
Beta Was this translation helpful? Give feedback.
All reactions