Skip to content

sdizdarevic/rbuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbuild - Radxa Image Builder

Build

rbuild is our latest system image generator, which will replace our existing system build tool debos-radxa soon. While both tools uses debos underneath, rbuild aims to fix many issues that was in debos-radxa:

  • Unable to generate custom image with different options due to hardcoded config files
  • Many duplicated/similar files in board support packages
  • Uses in-repo packages instead from an online APT repo
  • Confusing per-board package selection

Usage

Local

Please run the following command to check all available options:

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

You can then build the image with supported options. The resulting image will be stored in your current directory.

Running in GitHub Action

Please check out our GitHub workflows.

Default image configuration

  • Default user and password are all radxa
  • Default user is in sudo group
  • SSH is disabled by default to prevent unauthorized access. Host key will be generated at first boot.
  • First boot will expand the system partition to fill the storage media

Please check out the first boot configuration script.

Documentation

Please visit Radxa Documentation.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.3%
  • JavaScript 23.3%
  • Shell 22.4%
  • Handlebars 16.0%