OrangePiLibra / OrangePi

The official build system for OrangePi
60 stars 26 forks source link

OrangePi Build System

Welcome to OrangePi Build System, Good start Linux World with OrangePi!

Funny with your idear and build your owner Linux system.

OrangePi Build System support list:


Using OrangePi Build System

It's easy to build owner Linux distro in OrangePi Build System, you need follow thoese steps:

  1. Download source code for your OrangePi Board.

    You need clone this repertory, and run build scripts to download source code for your OrangePi Board. such as:

        git clone https://github.com/OrangePiLibra/OrangePi.git

    This scripts is a simple entry that build different OrangePi distro, After finishing to download this repertory, you need change dirent into "OrangePi", and run build scripts:

         ./Build_OrangePi.sh

    Choose correct OrangePi version that you want, and scripts will download source code that contain kernel, uboot and build scripts.

    It will cost some time, so please wait a mintue. After this finish, you will get a new dirent and change your dirent into new dirent.

    If you use "OrangePi PC2/Prima/Zero plus2", please change your dirent into "OrangePiH5"

    If you use "OrangePi Win/Win plus", please change your dirent into "OrangePiA64"

    If you use "OrangePi Zero", please change your dirent into "OrangePiH2"

    If you use another board, please change your dirent into "OrangePiH3"

  2. Build owner distro OrangePi system

    Then, you only need run a scripts and you can build your owner system easily. Note, please don't run this scripts as root. Last, you need run scripts, such as:

       ./build.sh

Maintain OrangePi

We offer different repertory to maintain OrangePi, you can also push your patch into OrangePi build system, more detail: