This repository contains scripts for creating boot images used with debug boards based on MacroGroup DiaSom modules.
(Component versions may vary per board)
- barebox 2025.07.0
- buildroot 2025.02
- Linux kernel 6.15+
git clone https://github.com/MacroGroup/bsp.git
cd bsp
./ds-imx8m-evb.sh
SD-card image created after successful build in the output/ds-imx8m-evb/images directory.
For DS-RK3568-EVB, DS-RK3568-SMARC-EVB, DS-RK3568-SODIMM-EVB, DS-RK3588-BTB-EVB or DS-RK3588-SMARC-EVB:
git clone https://github.com/MacroGroup/bsp.git
cd bsp
./ds-rk35xx-evb.sh
SD-card image created after successful build in the output/ds-rk35xx-evb/images directory.
- 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)