How can I build a monolithic firmware?

From main (not modules):

make PLATFORM=boron MODULAR=n all APPDIR=/path/to/your/app/dir

Usually you’d specify the source directory using APPDIR. The monolithic binary will go into the target subdirectory in that directory.

1 Like