This is a template repository to generate a new project for the SBC.
The template already contains an example of building and copying over u-boot.
This can be used as a starting point for your own project.
Using a sbc project templates assume docker is installed on your machine.
- Create a new repository using this template.
- Start by replacing
boardto<your-board-name> - Update
installers/<your-board-name>/src/main.gowith your own logic. - Run
make rekres - Now run
make helpon instructions on setting upbuildxbuilder if one is not already setup.