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: extras/cross-compile/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ You will be dropped into a shell inside the container's `/build` directory. From
27
27
28
28
## Compiling the Kernel
29
29
30
-
If compiling on the Raspberry Pi directly, omit the `ARCH` and `CROSS_COMPILE` options.
30
+
**If compiling on the Raspberry Pi directly**: omit the `ARCH` and `CROSS_COMPILE` options, and install required dependencies with: `sudo apt install -y git bc sshfs bison flex libssl-dev python3 make kmod libc6-dev libncurses5-dev`.
31
31
32
32
1. Clone the linux repo (or clone a fork or a different branch):
0 commit comments