What do you mean?
make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- defconfig
. Then same thing without defconfig
to start the build process.
What are you trying to do?
Just want to have the damn onboard wifi working.
It doesn’t work out of the box, neither with recent 5.x.x kernels, nor with amlogic ones, but in the latter case I can at least try to build the drivers:
(tried to compile the second one for a fresh kernel but failed)
Why build kernel? Drivers require kernel sources and some artifacts generated during kernel build. Thus, if I can’t build kernel, then I can’t build drivers either.
I posted here a few days ago, then moderator merged my thread into generic one (link to the resulting post) and since then I didn’t get any attention. No, I’m not blaming anyone here, it’s okay. Just wanted to say that now I’m trying to solve it myself. I have almost no idea what to do lol, but I’m gonna try it all before giving up (at least I’ll try these repos linked above (does it make any sense btw?)). It’d be nice if you could point me to the right direction, but I think it goes out of scope of this thread.