Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 868 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 868 Bytes

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.