hosts/skycam: fix libcamera-rpi hangs
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m19s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m19s
Kernel patch from: https://github.com/raspberrypi/linux/pull/6429
This commit is contained in:
@ -14,6 +14,15 @@
|
||||
];
|
||||
|
||||
boot = {
|
||||
kernelPatches = [
|
||||
{
|
||||
name = "cache-ls-table-dmabuf";
|
||||
patch = pkgs.fetchurl {
|
||||
url = "https://github.com/raspberrypi/linux/pull/6429.patch";
|
||||
sha256 = "sha256-fEd+SgnjQXjAm1UcZTkHHPafmVeK/IySdLzhKI7DbS0=";
|
||||
};
|
||||
}
|
||||
];
|
||||
kernelParams = [
|
||||
"panic=0"
|
||||
];
|
||||
|
Reference in New Issue
Block a user