From: Thomas Heller <theller@ctypes.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] Getting started with uboot
Date: Thu, 05 Aug 2010 16:13:29 +0200 [thread overview]
Message-ID: <i3egu9$t2h$1@dough.gmane.org> (raw)
In-Reply-To: <20100804204320.1A4C6CDE29A@gemini.denx.de>
Thanks again for the help, it works now.
Next question:
'make uImage' in the linux kernel tree builds a linux kernel image
that u-boot can use. How can I change the compression that is used?
Actually, I'm not even sure whether my kernel is compressed or not.
Here is the laat part of the output from 'make uImage'; it tells me
the kernel is not compressed:
> UIMAGE arch/arm/boot/uImage
> Image Name: Linux-2.6.31
> Created: Thu Aug 5 23:59:59 2010
> Image Type: ARM Linux Kernel Image (uncompressed)
> Data Size: 1517292 Bytes = 1481.73 kB = 1.45 MB
> Load Address: 0x80008000
> Entry Point: 0x80008000
> Image arch/arm/boot/uImage is ready
> theller at tubu8:~/devel/controller/starterkit/linux$
however the embedded system tells me it is uncompressing:
> => bootm 0x80108000
> ## Booting kernel from Legacy Image at 80108000 ...
> Image Name: Linux-2.6.31
> Image Type: ARM Linux Kernel Image (uncompressed)
> Data Size: 1517292 Bytes = 1.4 MiB
> Load Address: 80008000
> Entry Point: 80008000
> Verifying Checksum ... OK
> Loading Kernel Image ... OK
> OK
>
> Starting kernel ...
>
> Uncompressing Linux.................................................................................................... done, booting the kernel.
--
Thanks,
Thomas
next prev parent reply other threads:[~2010-08-05 14:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-04 18:47 [U-Boot] Getting started with uboot Thomas Heller
2010-08-04 19:26 ` Elie De Brauwer
2010-08-04 19:36 ` Wolfgang Denk
2010-08-04 20:08 ` Thomas Heller
2010-08-04 20:43 ` Wolfgang Denk
2010-08-05 14:13 ` Thomas Heller [this message]
2010-08-05 14:34 ` Elie De Brauwer
2010-08-05 16:31 ` Thomas Heller
2010-08-05 18:20 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='i3egu9$t2h$1@dough.gmane.org' \
--to=theller@ctypes.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.