Re: Build Kernel 5.5 RC1 for Raspberry4

2019-12-23 Thread Nigel Sollars
My point was after running make menuconfig you can compare the config file for anything that might have changed since the configuration file has a habit of changing as config options in the kernel change also. Haven though about it you could drop the original somewhere then copy it into the new ke

Re: Build Kernel 5.5 RC1 for Raspberry4

2019-12-21 Thread deloptes
Nigel Sollars wrote: > You might want to run make menuconfig after copying the config .. > perhaps do the same with the 4.19 kernel also and do a compare of > 'what is' and 'what is not' there in the 5.5 perhaps things have been > moved around a bit in the kconfig stuff. > Not sure if this is st

Re: Build Kernel 5.5 RC1 for Raspberry4

2019-12-20 Thread Nigel Sollars
You might want to run make menuconfig after copying the config .. perhaps do the same with the 4.19 kernel also and do a compare of 'what is' and 'what is not' there in the 5.5 perhaps things have been moved around a bit in the kconfig stuff. 5.5 iirc actually adds new stuff for rpi4 so it does se

Build Kernel 5.5 RC1 for Raspberry4

2019-12-15 Thread basti
Hello, i have try as follows: - export ARCH=arm ; export CROSS_COMPILE=aarch64-linux-gnu- - copy config-4.19.0-6-arm64 to .config - run make olddefconfig - make menuconfig to add cpu-freq driver for bcm2711 - make -j'nproc' bindeb-pkg - copy content of package to sd-card - use Image to boot inste