I want to know how to freeze modules from manifest.py in the source code

I want to know how to freeze those modules from manifest.py into the firmware

Add your code here: openmv/scripts/libraries at master · openmv/openmv

Then for your board you are using add the script names here: openmv/src/omv/boards/OPENMV4/manifest.py at master · openmv/openmv

Then compile the firmware and the libraries will be built-in.

What I’d like to know is how they got frozen into flash, and I’d be happy if you could tell me.

The compile process builds them into the flash image. Not sure what you want to know.

During the compilation process, how to load these modules into Flash, where did he implement them in the source code.

Hi, please read the code that I linked to on github.