Build Micropython from source

Hi all,
I would need to compile the Micropython code for PORTENTA to be able to integrate additional native modules, but into mpconfigboard.mk LD_FILES point to boards/stm32h747.ld not contained in the repository, did I make a mistake in doing something or the file was not released?

Grazie

That Makefile fragment and LD file are Not used in our firmware build. It’s not possible to build the micropython fork independently from the firmware, and there’s no upstream support for Portenta either. If you want to build our firmware from source see: GitHub - openmv/openmv: OpenMV Camera Module