Dear All,
Thanks to tinycore team and all participant that developing nice, small, fast and extensible linux.
I want to customize tc to add a hardware loadable module, need to compile tinycore kernel. What I did :
1. install compiler tools, compiletc.tce with appbrowser
2. download linux kernel & patch file from :
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/release/src/2.6.26-tinycore.patchhttp://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/release/src/linux-2.6.26.tar.bz23. Patch kernel source
mkdir /usr/src
cp 6.26-tinycore.patch linux-2.6.26.tar.bz2 /usr/src
cd /usr/src
tar -jxf linux-2.6.26.tar.bz2
ln -sf linux-2.6.26 linux
cd linux-2.6.26
patch -p1 < ../2.6.26-tinycore.patch
But after last command , I can't continue, with this problem :
root@box:/usr/src/linux-2.6.26# patch -p1 < ../2.6.26-tinycore.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- logo.old/Kconfig Sun Jul 13 21:51:29 2008
|+++ logo/Kconfig Wed Jul 23 10:29:09 2008
--------------------------
File to patch:
Could you please share your experience to compile tinycore kernel ?
Best Regards.