Skip to content

radxa-repo/rbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbuild - Radxa Image Builder

Build

After more than 2 years of development, we have grown beyond what rbuild's underlying dependencies are capable of. We have switched to a lower-level tool and completely restructured the project.

Please use rsdk for the new project, which is meant to be compatible with existing rbuild systems. rbuild is now in maintenance mode.

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.