hi I hope you have not given up on me, I'm still trying and reading up on how to make a kernel + modules for raspberry.
The status now is:
I can build a functional kernel if I use the .config file from bmarcus's 3.6.11 kernel.
But after reading the tinycore wiki:
http://wiki.tinycorelinux.net/wiki:custom_kernel I stumbled on the following sentence:
"The TC patches and other related files for the standard TC kernel are available at
http://tinycorelinux.net/4.x/x86/release/src/kernel/ "
Should I apply the TC-patches to the raspberry kernel before building the kernel, and can the patches from the x86 version be used on an ARM kernel?
And regarding the modules - this is where I think I have most problems:
When it comes to the modules and firmware files, you basically have two options, either let them be part of your initrd (a file named “tinycore.gz” in TC) or let them be part of extension files
(*.tcem). In most cases it is probably best to have some of them built into the initrd and some
available as loadable extensions. If you are unsure, build all of your files into the initrd.
I think the best option for me will be to put them in the tinycore.gz.
But I can't find any description on how to make the tinycore.gz
Do you have a step-by-step procedure?
Steen