Replies: 2 comments
-
It seems, that the kernel was compiled with aarch64, but the distribution headers do not have the aarch64 folder to compile with |
Beta Was this translation helpful? Give feedback.
-
I did uname -a make ARCH=aarch64 CROSS_COMPILE= -C /usr/src/linux-headers-6.1.79-ophub/ M=/home/pi/rtl8189ES_linux modules The same error as before MY Guess: It looks like the kernel was compiles with aarch64, but the linux-headers do not contain the aarch64 folder! |
Beta Was this translation helpful? Give feedback.
-
I have been trying to compile a wifi module, but I am getting an error
###################################
PLEASE DO NOT EDIT THIS FILE
BOARD=odroidn2
BOARD_NAME="Aml.S905l2"
BOARDFAMILY=meson-g12b
BUILD_REPOSITORY_URL=https://github.com/armbian/build.git
BUILD_REPOSITORY_COMMIT=1739542
LINUXFAMILY=meson64
ARCH=arm64
IMAGE_TYPE=rebuild
BOARD_TYPE=diy
INITRD_ARCH=arm64
KERNEL_IMAGE_TYPE=Image
FORCE_BOOTSCRIPT_UPDATE=no
FORCE_UBOOT_UPDATE=
VENDOR="Armbian-unofficial"
VENDORDOCS="https://docs.armbian.com/"
VENDORURL="https://duckduckgo.com/"
VENDORSUPPORT="https://community.armbian.com/"
VENDORBUGS="https://armbian.atlassian.net/"
FORCE_BOOTSCRIPT_UPDATE="no"
BOOTSCRIPT_DST="boot.cmd"
VERSION=24.5.0
REVISION=24.5.0-trunk
BRANCH=current
Beta Was this translation helpful? Give feedback.
All reactions