Hi Juanito,
1/ Thanks a lot!
2/ its a bit to fast.. could you (please please) explain a little bit more step-by-step?
What I understand from you:..... after I downloaded and unpacked the sources and have the .config:
cd ./linux-x.y.z
make mrproper
cp ../[downloaded config] ./.config
make oldconfigThan I would expect...
make bzImage
cp bzImage [bootdrive]/tce/boot/vmlinuzAt this moment, I just copied it as alternative vmlinuzCUSTOM to the existing vmlinuz in the same boot directory.
in that boot directory "core.gz" is already available.
--> so far so good...
but....Do I really need to regenerate core.gz?
Existing core.gz is 6.18.2 while new bzImage is 6.18.28. does that hurt?
And IF I need to generate the core.gz: "how do I do that"

It is NOT created with a make bzImage.
help is greatly appreciated.