Skip to content

fjen/OrangePI-Kernel

This branch is 1 commit ahead of, 1 commit behind loboris/OrangePI-Kernel:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6d9a58 · Oct 29, 2015

History

16 Commits
Oct 15, 2015
Oct 29, 2015
Oct 25, 2015
Oct 25, 2015
Oct 12, 2015
Oct 25, 2015
Oct 25, 2015
Oct 25, 2015
Oct 17, 2015
Oct 25, 2015

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.1%
  • C++ 2.2%
  • Makefile 0.6%
  • Assembly 0.5%
  • Objective-C 0.5%
  • Perl 0.1%