This repository contains scripts for building boot images used with boards based on Mega-Milas embedded computing modules.
(Component versions may vary per board) The build system integrates:
- barebox 2025.05.0+ (bootloader)
- Buildroot 2025.05+ (root filesystem generator)
- Linux Kernel 6.14+ (kernel.org)
git clone https://github.com/mega-milas/bsp.git
cd bsp
./buildroot-sama5d2.shSD-card image created after successful build in the output/images directory.
- Ensure you have at least 30 GB of free disk space for the build.
- Build times vary significantly (30 minutes to several hours) depending on hardware specifications
- All output images are ready for direct writing to SD cards using tools like:
dd(command-line)- BalenaEtcher (graphical interface)

