Miouyouyou / RockMyy-Build

Prebuilt 4.13 kernels for RK3288 boards, including the Mali r19p0 drivers. Usable on MiQi, Tinkerboards, Firefly and other similar boards.
5 stars 4 forks source link
linux linux-kernel mali mali-driver midgard prebuilt prebuilt-kernels r19p0 rk3288 rockchip

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, ...) :

And then configure your bootloader so that it :

Appropriate DTB files being :

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.