[Buildroot] Q. vmlinuz on ARM?

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Mar 18 15:07:32 UTC 2013


Dear Chris Wilkinson,

On Sun, 17 Mar 2013 21:45:34 -0400, Chris Wilkinson wrote:

> Is vmlinuz an output option for ARM? It appears to be an option only for
> MIPS.
> 
> My current iop32x stock kernel is vmlinuz, see below.

Most likely, it's just zImage that has been renamed. On x86, the kernel
generates 'bzImage', and distributions typically rename it to
vmlinuz-<version> when the kernel image is installed in /boot.

If you want a vmlinuz on ARM:

	cp /path/to/linux/build/dir/arch/arm/boot/zImage /boot/vmlinuz-<version>

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list