Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi 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