pinenote-kernel-autobuild/README.md

14 lines
418 B
Markdown
Raw Permalink Normal View History

2022-01-08 13:44:21 +00:00
# pinenote-kernel-autobuild
Just a Dockerfile that builds smauel's kernel from github.
It builds as root on a debian image.
Once built, you will find the files you need to boot a linux kernel on the pinenote in :
```
/usr/src/linux/pack/lib/modules/{kernel-version} #currently 5.16.0-rc8-00002-g6c7fc21536f3
/usr/src/linux/arch/arm64/boot/Image
/usr/src/linux/pack/dtbs/5.16.0-rc8/rockchip/rk3566-pinenote.dtb
```