Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 995 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 995 Bytes

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):

  • barebox 2024.10.0
  • buildroot 2024.08.2
  • kernel 6.11
  • 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.