kernel
kernel copied to clipboard
Linux kernel images for gokrazy
I'm able to toggle GPIOs on and off, but when I try PWM I get this error: ``` bcm283x-gpio (GPIO20): videocore: failed to open the mailbox to the GPU: open...
In `cmd/gokr-build-kernel/build.go`, we specify `CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU`. However, this value has no effect anymore since https://github.com/torvalds/linux/commit/80f784098ff44e086f68f0e8c98b6c6da8702ec4, which renamed the kernel option. We should update the config addendum to the intended name and...
Here's a patch which adds signal handing using `exec.CommandContext`. Graceful shutdown of the container is achieved using the ` stop ` command. As the implementation relies on `defer`, `log.Fatal{F}` must...
To enable access to `i2c-0` and `i2c-10` via the `config.txt` option `dtparam=i2c_vc=on`, additional drivers to access the internal I2C MUX are required.
It'd be really cool to have USB OTG serial console work with Raspberry Zero 2 W. It should be possible to use the DWC2 g_serial to provide a serial console...
To enable support for the CM4, we need to include the correct device tree `bcm2711-rpi-cm4.dtb` into the image. Unlike the other device trees currently included in Gokrazy, the mentioned CM4...
See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c4980cee82efb4fef8afac3675cb25fba3baca34