# orangepi-sun8i-linux **Repository Path**: zoums/orangepi-sun8i-linux ## Basic Information - **Project Name**: orangepi-sun8i-linux - **Description**: orangepi linux H3 H2+ - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2017-01-17 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: develop-tools **Tags**: None ## README This can build OrangePi linux system. You can use this script to compile the Linux system that can run on the Orange Pi. ================================================================================== # This SDK is made up of cazure, welcome to visit the website http://soilhead.cn SDK page is http://soilhead.cn/static/orangepi/sdk.html # ================================================================================== Usage method : ./config.sh ./orangepi.sh make/build/config/pack/clean build targets: ./config.sh ./orangepi.sh make kernel - Build the kernel ./orangepi.sh make uboot - Build the uboot ./orangepi.sh make busybox - Build the busybox ./orangepi.sh config kernel - menuconfig kernel ./orangepi.sh config uboot - menuconfig uboot ./orangepi.sh config busybox - menuconfig busybox ./orangepi.sh build rootfs - Build debian & ubuntu file system ./orangepi.sh build image - Build System image ./orangepi.sh build bootimage - Build boot image ./orangepi.sh pack uboot - package uboot ./orangepi.sh pack kernel - package kerneld ./orangepi.sh pack rootfs - package rootfs ./orangepi.sh clean Example: ./config.sh ./orangepi.sh make ./orangepi.sh build ./orangepi.sh pack