> On Sat, Apr 21, 2001 at 06:30:04PM +0900, namsuelee wrote:
> > - linux-2.4.2-rmk1
>
> Did you add any of nico's patches?
> _____
> |_____| ------------------------------------------------- ---+---+-
> | | Russell King [EMAIL PROTECTED] --- ---
> | | | | http://www.arm.linux.org.uk/ / / |
> | +-+-+ --- -+-
> / | THE developer of ARM Linux |+| /|\
> / | | | --- |
> +-+-+ ------------------------------------------------- /\\\ |
thanks for your answer, russell.
however, i add patches.
I used kernel, linux-2.4.2, patch-2.4.2-rmk1, diff-2.4.2-rmk1-np2.
but kernel didn't boot.
I saw the blob source. The blob load the kernel image from 0x10000 to
0xc0008000 and ramdisk image from 0xd0000 to 0xc0800000.
So i binded three files(blob, zImage, ramdisk.gz).
%dd if=blob of=blob-linux bs=1024
%dd if=zImage of=blob-linux bs=1024 seek=64
%dd if=ramdisk_img.gz of=blob-linux bs=1024 seek=832
How about the above command? Is it right? I think it's right command.
I think the blob loaded the kernel to ram, but maybe the kernel has problem.
When kernel configuraton, besides disabling of 'Load kernel using Angel Debuf
Monitor' what should i check? Or, what should i do to make the kernel work?
Please tell me the howto detaily.
Good luck to your Linux !!!
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.