From: akira <aki...@ho...> - 2002-03-25 18:03:58
|
=20 Hi, now my ipl work and i will try to compile a kernel. I have some = question: 1.. which version of kernel is better to use? 2.. i have the src 2.4.18, i have to use some patch? And where can I = find it? 3.. My board is a solution engine, which parameter i have to choose in = menuconfig? I have formerly compiled a kernel, i have use the commands: make ARCH=3Dsh menuconfig make ARCH=3Dsh CROSS_COMPILE=3Dsh-linux- dep make ARCH=3Dsh CROSS_COMPILE=3Dsh-linux- the vmlinux kernel was 32 Mbyte big, it is normally? After I have use: make ARCH=3Dsh CROSS_COMPILE=3Dsh-linux- zImage=20 and I have find in the ARCH/sh/boot/ path a kernel image zImage, that = was 700 kbyte big. Now I will load and boot it, how i can make it? (I have the gdb that = work whit ipl, i have already tested it.) Thanks. |