Giter VIP home page Giter VIP logo

apaczer / kernel_miyoocfw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miyoocfw/kernel

0.0 1.0 0.0 304.36 MB

Main core component of the custom firmware operating system

License: Other

Shell 0.32% C++ 0.03% Python 0.12% Perl 0.12% C 98.19% Clojure 0.01% Assembly 0.94% Awk 0.01% UnrealScript 0.01% Makefile 0.22% XS 0.01% Yacc 0.01% Lex 0.01% M4 0.01% Roff 0.02% Gherkin 0.01% sed 0.01% SmPL 0.02% Raku 0.01%

kernel_miyoocfw's Introduction

Kernel MiyooCFW

Current version in use is 5.4.261 as of commit: 103ed3d

Build instructions:

Usually you have to be the root user and for stability reasons it is recommended to use uClibc:

  • grab source & cd:
git clone https://github.com/MiyooCFW/kernel
cd kernel
  • set environment variables inline with SDK location:
export PATH=$PATH:/opt/miyoo/bin
export ARCH=arm
export CROSS_COMPILE=arm-miyoo-linux-uclibcgnueabi-
  • write configuration
make miyoo_defconfig
  • build
make
  • edit configuration if needed & rebuild:
make menuconfig
make clean
make
  • grab output kernel modules/core & move to ./dist:
mkdir -p dist
mv arch/arm/boot/dts/*.dtb dist/
mv arch/arm/boot/zImage dist/
mv drivers/video/fbdev/core/*.ko dist/
mv drivers/video/fbdev/*.ko dist/
mv drivers/usb/gadget/legacy/*.ko dist/
mv sound/drivers/*.ko dist/

Compile speed:

If you have a multicore CPU, you can increase build speed with:

make -j ${YOUR_CPU_COUNT}


kernel_miyoocfw's People

Contributors

apaczer avatar ericrkjones avatar flabbergast avatar gameblabla avatar mmaret avatar nfriedly avatar nonamedcat avatar salvacam avatar tiopex avatar triforcex avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.