2021-11-10 21:12:01 -08:00
|
|
|
|
This repo is a fork of https://github.com/gokrazy/kernel.
|
|
|
|
|
|
2024-07-05 10:49:09 -07:00
|
|
|
|
# gokrazy Rock64 kernel repository
|
2021-11-10 21:12:01 -08:00
|
|
|
|
|
2024-07-05 10:49:09 -07:00
|
|
|
|
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.
|
2021-11-10 21:12:01 -08:00
|
|
|
|
|
|
|
|
|
The files in this repository are picked up automatically by
|
|
|
|
|
`gokr-packer`, so you don’t 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
|
|
|
|
|
```
|