gokrazy-cm3588-kernel/README.md
Anup Chenthamarakshan 4b9d0a7b27 Update README
2024-07-05 10:49:09 -07:00

20 lines
588 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This repo is a fork of https://github.com/gokrazy/kernel.
# gokrazy Rock64 kernel repository
This repository holds a pre-built Linux kernel image for RK3328-based
Rock64 from Pine64, used by the [gokrazy](https://github.com/gokrazy/gokrazy) project.
The files in this repository are picked up automatically by
`gokr-packer`, so you dont need to interact with this repository
unless you want to update the kernel to a custom version.
## Updating the kernel
First, install docker.
Then, build a new kernel - take about 5 minutes.
```
go run ./cmd/gokr-rebuild-kernel/kernel.go
```