08-06-2019, 11:35 AM
(08-01-2019, 06:01 PM)stuartiannaylor Wrote:(07-30-2019, 05:31 PM)rocksa Wrote:(07-21-2019, 11:44 PM)Wom the Bat Wrote: I'm running 5.2.0 now; it works well, but needed device tree changes to access the PCIE bus.
Can you give me your .config for 5.2 and tell me how to install the 5.2 kernel after compiling ?
Thank you.
https://wiki.archlinux.org/index.php/Ker...ompilation
Great source of info.
But copy kernel from kernel.org untar and jump in that dir
`make mrproper` to make sure all is clean
`zcat /proc/config.gz > .config` to copy current config
`make`
`make modules_install`
`make headers_install ARCH=arm64`
then in /arch/arm/arm64 ? something like that you will find Image and Image.gz
some folder has a folder where the dtb is
copy to /boot
mkinitcpio -p linux-aarch64
reboot
Manjaro already have 5.2 & 5.3-rc packages though
How to make debian packages for arm64?
Not install directly from tarballs..