We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 709b643 + 5bbd646 commit 0020384Copy full SHA for 0020384
README.md
@@ -59,6 +59,10 @@ Building a Linux kernel deb requires the following build-dependencies:
59
apt -y install git crossbuild-essential-arm64 make flex bison bc libdw-dev libelf-dev libssl-dev libssl-dev:arm64 dpkg-dev debhelper-compat kmod python3 rsync coreutils
60
```
61
62
+Note that to install `libssl-dev:arm64` on a non-arm64 host, you will need to
63
+enable arm64 as a foreign architecture first by running
64
+`dpkg --add-architecture arm64 && apt update`.
65
+
66
## Usage
67
68
To build flashable assets for all supported boards, follow these steps:
0 commit comments