Skip to content

Commit 0020384

Browse files
authored
Merge pull request #238 from gagath/readme-dpkg-add-architecture
fix(README): add missing foreign architecture instructions
2 parents 709b643 + 5bbd646 commit 0020384

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Building a Linux kernel deb requires the following build-dependencies:
5959
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
6060
```
6161

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+
6266
## Usage
6367

6468
To build flashable assets for all supported boards, follow these steps:

0 commit comments

Comments
 (0)