From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] u-boot error message
Date: Tue, 02 Nov 2004 23:19:01 +0100 [thread overview]
Message-ID: <87r7nb3ne2.fsf@deepthought.outer.space.org> (raw)
In-Reply-To: <20041102130206.62764.qmail@web17509.mail.tpe.yahoo.com> (藍佳凡's message of "Tue, 2 Nov 2004 21:02:06 +0800 (CST)")
Hi Bruce,
> DK1C20 > bootm 600000
>
> ## Booting image at 00600000 ...
>
> Image Name: linux kernel
>
> Image Type: Nios Linux Kernel Image (uncompressed)
>
> Data Size: 1015552 Bytes = 991.8 kB
>
> Load Address: 01010000
>
> Entry Point: 01010000
>
> Verifying Checksum ... OK
>
> Unimplemented compression type 39
>
> DK1C20 >
I can only repeat myself - find out why there is a 39 in the
compression type field. You can easily check an image on your linux
host:
bash[0]$ dd if=/tftpboot/TQM860L/uImage bs=64 count=1 | hexdump -C
1+0 records in
1+0 records out
64 bytes transferred in 0.018821 seconds (3400 bytes/sec)
00000000 27 05 19 56 33 14 f1 b8 3f 93 f8 25 00 09 46 31 |'..V3...?..%..F1|
00000010 00 00 00 00 00 00 00 00 af 7d f4 d9 05 07 02 01 |.........}......|
00000020 4c 69 6e 75 78 2d 32 2e 34 2e 34 00 00 00 00 00 |Linux-2.4.4.....|
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040
bash[0]$
If you check include/image.h you will notice the byte at offset 30 is
the type of image and at 31 the compression:
00000010 00 00 00 00 00 00 00 00 af 7d f4 d9 05 07 02 01 |.........}......|
linux kernel ---^
gzip compression ------^
So find out where in the process this gets changed to 39 as indicated
by the messages above.
Cheers
Detlev
> Ps:u-boot version:U-Boot 1.0.2(u-boot-20040316cvs)
PS: I still would like you to try _current_ CVS version of U-Boot as
that is where we fix bugs in...
--
-- Question authority!
-- Yeah, says who?
prev parent reply other threads:[~2004-11-02 22:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-02 13:02 [U-Boot-Users] u-boot error message 藍佳凡
2004-11-02 22:19 ` Detlev Zundel [this message]
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=87r7nb3ne2.fsf@deepthought.outer.space.org \
--to=dzu@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox