Git Product home page Git Product logo

rockmyy-build's Introduction

If you appreciate this project, support me on Patreon !

Patreon !

About

This repository hosts patched mainline kernels for RK3288 built using RockMyy.

Some knowledge about your system bootloader configuration is required. Generally, the bootloader is configured through /boot/extlinux.conf but that can change. Just read the documentation of your distribution if you don't know how to install a new kernel manually.

Quick and (Very) Dirty installation method

BACKUP YOUR /boot FOLDER BEFORE. And prepare an UART cable, just in case things go terribly wrong.

To use it on your RK3288 board (ASUS Tinkerboard, MiQi, Firefly, ...) :

  • clone this project
  • copy lib/* into your board /lib/ directory
  • copy usr/* into your board /usr/ directory
  • copy boot/* into your board /boot/ folder

And then configure your bootloader so that it :

  • boots the /boot/zImage
  • uses the DTB file appropriate for your board

Appropriate DTB files being :

  • rk3288-miqi.dtb for MQMaker MiQi boards
  • rk3288-tinkerboard.dtb for ASUS Tinkerboard boards
  • rk3288-firefly.dtb for Firefly boards
  • rk3288-firefly-reload.dtb for Firefly Reload boards

This roughly equates to :

git clone --depth 1 https://github.com/Miouyouyou/RockMyy-Build &&
cd RockMyy-Build &&
chown root:root -R * &&
cp boot/* /boot/ &&
cp -r lib/* /lib/ &&
cp -r usr/* /usr/

If your bootloader is configured to boot /boot/zImage with the appropriate /boot/rk3288-???.dtb file, just reboot and enjoy your new kernel.

Debian packages

Armbian currently provide premade Debian packages of kernels for Rockchip systems including most of the patches included here.

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.