Hello,
It's been a few day now since I've tried adding some drivers to the TCE kernel, without success.
So, I found out
how to contain the drivers in the kernel and how to compile the kernel (after finding out
some fix).
My problem now is that while I manage to
build a kernel bzImage, using 'make bzImage' , copying the bzImage file and renaming it vmlinuz yields some ExtLinux error that
the kernel is corrupted or missing.
Having learnt
the difference between bzImage and vmlinuz , using 'make bzImage' , copying the bzImage file and renaming it vmlinuz yields some ExtLinux error that
the kernel is corrupted or missing.
So, I was wondering what is the procedure to build the TCE 5 kernel from the source. For me, running
make vmlinuz
in the same location as
make bzImage
did not work, and failed with:
make: *** No rule to make target 'vmlinuz'. Stop.
So, how do I make the vmlinuz file for the TCE kernel?
Thanks,
R.