Forum Discussion
Altera_Forum
Honored Contributor
20 years agoGenerating compressed kernel image
I tried "make zImage" and looks like the kernel itself does not have source to do this.
Is there any method by which I can generate compressed kernel image. I am getting 2 MB image which is too big. I have chosen least kernel feature. Can any 1 help me generating compressed kernel image. I am using U-Boot and ep1c20 - altera eval board.3 Replies
- Altera_Forum
Honored Contributor
zImage is not in microtronix's 1.4 release.
I created the patches, and it is in boot.zip , attached in post#1 of http://forum.niosforum.com/forum/index.php?showtopic=3174 (http://forum.niosforum.com/forum/index.php?showtopic=3174) - Altera_Forum
Honored Contributor
Hi shakthi,
> Can any 1 help me generating compressed kernel image. > > I am using U-Boot and ep1c20 - altera eval board. If you're using u-boot, just gzip the kernel binary: $ gzip --best vmlinux.bin >> vmlinux.gz Then use the compressed binary as the input when you run mkimage. Regards, --Scott - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by hippo@Mar 10 2006, 09:05 PM zimage is not in microtronix's 1.4 release.i created the patches, and it is in boot.zip , attached in post#1 of
http://forum.niosforum.com/forum/index.php?showtopic=3174 (http://forum.niosforum.com/forum/index.php?showtopic=3174)
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13305)
--- quote end ---
--- Quote End --- Thank you. I have applied ur patch. It is generating zImage. I have to try booting it.