No description
Find a file
2022-03-23 11:53:53 +01:00
cmd/compile add placeholder package file 2022-03-23 11:19:46 +01:00
dist add placeholder package file 2022-03-23 11:19:46 +01:00
gokrazy initial commit 🍓 2022-03-23 11:12:05 +01:00
linux-sources@650082a559 compiled kernel 1.20220118 2022-03-23 11:13:26 +01:00
.gitmodules compiled kernel 1.20220118 2022-03-23 11:13:26 +01:00
go.mod initial commit 🍓 2022-03-23 11:12:05 +01:00
go.sum initial commit 🍓 2022-03-23 11:12:05 +01:00
LICENSE initial commit 🍓 2022-03-23 11:12:05 +01:00
README.md add README 2022-03-23 11:53:53 +01:00

Kernel for Raspberry Pi 32 bits, for usage in gokrazy

Usage

GOARCH=arm ./gokr-packer \
		-kernel_package=github.com/oliverpool/kernel-rpi-os-32/dist \
		-firmware_package=github.com/oliverpool/firmware-rpi/dist \
		-serial_console=disabled \
		github.com/gokrazy/hello

Manual compilation

go run cmd/compile/main.go

It will compile the kernel located in linux-sources and copy the resulting files in the dist folder.