Skip to content

MacroGroup/bsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains scripts for creating boot images used for debug boards based on MacroGroup modules.

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.