# orangepi-sdk **Repository Path**: cazure/orangepi-sdk ## Basic Information - **Project Name**: orangepi-sdk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-10-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **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