01-16-2020, 12:31 PM
(01-16-2020, 04:47 AM)danielt Wrote: Currently I do the following to configure:Thanks, that was exactly what I was looking for! I'm cross compiling the kernel right now!
Code:make pinebook_pro_defconfig
scripts/config --set-str LOCALVERSION -1-pinebookpro-arm64
scripts/config --enable COMPAT
scripts/config --disable MODULE_COMPRESS
scripts/config --enable PREEMPT
scripts/config --disable HARDEN_EL2_VECTORS
scripts/config --enable RTC_DRV_RK808
make olddefconfig
Quote:PS I'm happy to point you at my exact kernel sources if you have problems getting something working but, to be honest, putting focus on my kernel is just splitting the development community. Using the Manjaro kernel for your work is, IMHO, better for everyone for now... and you can switch to "real" mainline as soon as Thomas' lands the remaining patches.Yeah, I agree- and maybe we can then also use the arm64 kernel package directly from Debian