You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,12 +144,14 @@ scripts/build-u-boot-rb1.sh
144
144
145
145
Linux 6.14 or later will just work, but 6.13 kernels need `CONFIG_CLK_QCM2290_GPUCC=m` ([upstream submission](https://lore.kernel.org/linux-arm-msm/[email protected]/))
146
146
147
-
1. install build-dependencies, get latest kernel (or a stable one)
147
+
In any case, make sure to set `CONFIG_EFI_ZBOOT=y` as [systemd-boot won't implement support for compressed images (zImage)](https://github.com/systemd/systemd/issues/23788).
148
+
149
+
1. A convenience shell script is provided to checkout the latest kernel and build a deb package from it with the above config.
148
150
```bash
149
-
sudo apt install git flex bison bc libelf-dev libssl-dev
0 commit comments