/bsp

Radxa BSP Build Tool

Primary LanguageShellGNU General Public License v3.0GPL-3.0

bsp - Radxa BSP Build Tool

Build

bsp aims to provide a standardized way to build Linux kernel and U-Boot for Radxa boards, so the build output can be easliy included in our image generation pipeline.

Usage

Local

Please run the following command to check all available options:

git clone --depth 1 https://github.com/radxa-repo/bsp.git
cd ./bsp
./bsp

You can then build the BSP components with supported options. The resulting deb package will be stored in your current directory.

Running in GitHub Action

Please check out our GitHub workflows.

Documentation

Please visit Radxa Documentation.