hi.
i try to romize the kernel. The following is my developtment environment.
- Assabet + Neponset
- linux-2.4.2-rmk1
I built up the kernel and got the kernel image, zImage.
When kernel config, the following done.
- System type
- Include Support for Neponset (Enable)
- General Setup
- Load kenel using Angel Debug Monitor (Disable)
And i got a ramdisk image from nico's ftp site on netwinder, ramdisk_img.gz
And i got a blob source, blob-1.0.8-pre2.tar.gz from LART page.
so, to romize the kernel, i have done the following.
%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
After this, i got blob-linux. then wrote it to flash rom using Jflash program.
After wrting, the boot loader worked, but the kernel don't.
the blob stopped after show the following messages.
Autoboot in progress, press any key to stop.............................
Starting kernel ...
I don't know the reason. Please tell me the why, and how to.
I will wait your answer.
Good luck to your linux study !!
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.