Forum Discussion
Altera_Forum
Honored Contributor
20 years agozImage built for dev boards
I prepared some zImage for dev boards with buildroot tools. They use minimal config ~/download/kernel.config . To use, open the quartus II project, and download sof to your board. for alter...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by mfm@May 8 2006, 06:23 AM hi hippo,
i noticed that the zimage files are compressed in a gz format, is that possible to do so with a bz2 format since the last seems more size efficient.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15161)
--- quote end ---
--- Quote End --- Those are elf, and to be used directly to nios2-download. The uncompress loader uses gz format internally, because there is a build-in gunzip inside the kernel library. It is possible to use bz2, but that would require adding the bunzip2 to the loader.