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
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
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
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
4 matches
Mail list logo