diff --git a/IMAGE.md b/IMAGE.md index 3ecf755..a0e4f8e 100644 --- a/IMAGE.md +++ b/IMAGE.md @@ -20,8 +20,7 @@ Then: ```bash gbp pq import # import the patches to a patch-queue branch with the patches applied -ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make defconfig sdm845.config sdm670.config usb-gadget.config # make kernel config, usb-gadget ist required for SSH via USB Cable -ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make -j$(nproc) bindeb-pkg # make Kernel deb (one directory level up) +DEB_HOST_ARCH=arm64 dpkg-buildpackage -a arm64 -us -uc -rfakeroot -b -Pcross,nocheck ``` ## Building the Image