Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Q. vmlinuz on ARM?
@ 2013-03-18  1:45 Chris Wilkinson
  2013-03-18 15:07 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Wilkinson @ 2013-03-18  1:45 UTC (permalink / raw)
  To: buildroot

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.

root at freestor:/boot# ls -la
total 4597
drwxr-xr-x  3 root root    1024 Mar 16 17:29 .
drwxr-xr-x 21 root root    4096 Mar 16 22:31 ..
-rw-r--r--  1 root root   81828 Feb 25 17:50 config-2.6.32-5-iop32x
lrwxrwxrwx  1 root root      26 Mar 16 17:08 initrd.img ->
initrd.img-2.6.32-5-iop32x
-rw-r--r--  1 root root 2378526 Mar 16 17:29 initrd.img-2.6.32-5-iop32x
drwxr-xr-x  2 root root   12288 Mar 16 16:49 lost+found
-rw-r--r--  1 root root  946840 Feb 25 17:50 System.map-2.6.32-5-iop32x
lrwxrwxrwx  1 root root      23 Mar 16 17:08 vmlinuz ->
vmlinuz-2.6.32-5-iop32x
-rw-r--r--  1 root root 1258000 Feb 25 17:48 vmlinuz-2.6.32-5-iop32x

-- 
-Chris-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130317/d877e642/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] Q. vmlinuz on ARM?
  2013-03-18  1:45 [Buildroot] Q. vmlinuz on ARM? Chris Wilkinson
@ 2013-03-18 15:07 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-03-18 15:07 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-18 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18  1:45 [Buildroot] Q. vmlinuz on ARM? Chris Wilkinson
2013-03-18 15:07 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox