Skip to content

Ronchou/OrangePI-Kernel

 
 

Repository files navigation

Linux Kernel for OrangePI H3 boards

About

The repository contains Linux kernel sources (3.4.39) adapted for OrangePI H3 boards, gcc toolchain, adapted rootfs and building scripts.

Building

Kernel config files and the files specific to OPI board are placed in build directory.

The included build script build_linux_kernel.sh can be used to build the kernel
./build_linux_kernel.sh [clean | all | 2 | plus] [clean]

clean as 1st parameter cleans the kernell tree and build directories
clean as 2nd parameter cleans the kernell tree before build
all builds the uImage for OPI-2 & OPI-PLUS
2 builds the uImage for OPI-2
plus builds the uImage for OPI-PLUS

After the build the resulting kernel files (uImage and kernel modules) are placed into build directory.

To build script.bin for all OPI boards and resolutions run:
./build_scripts [clean]
clean as 1st parameter cleans the scripts and logs

After the build the script.bin are placed into build directory.

To configure kernel run:
./config_linux_kernel.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.0%
  • C++ 2.2%
  • Makefile 0.6%
  • Assembly 0.5%
  • Objective-C 0.5%
  • Perl 0.1%
  • Other 0.1%