Skip to content
/ bsp Public

Board Support Packages for MacroGroup SOM

Notifications You must be signed in to change notification settings

MacroGroup/bsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.09.0
  • buildroot 2024.08
  • 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.