This repository contains scripts for creating boot images used for debug boards based on MacroGroup modules.
The build system includes the following components (Versions may differ for different boards):
To build a DS-IMX8M-EVB image get started with:
git clone https://github.com/MacroGroup/bsp.git
cd bsp
./ds-imx8m-evb.sh
After the script completes, the finished SD-card image will be located in the output/ds-imx8m-evb/images directory.
To build a DS-RK3568-EVB image get started with:
git clone https://github.com/MacroGroup/bsp.git
cd bsp
./ds-rk3568-evb.sh
After the script completes, the finished SD-card image will be located in the output/ds-rk3568-evb/images directory.