public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alan Casey <alan.casey5@mail.dcu.ie>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Bad Magic Number - bootm
Date: Wed, 17 May 2006 13:22:43 +0000	[thread overview]
Message-ID: <4345459A0013B854@hawk.dcu.ie> (raw)
In-Reply-To: <20060516105723.81938.qmail@web30605.mail.mud.yahoo.com>

>-- Original Message --
>From: Kaushik karandikar <kaushikkarandikar@yahoo.com>
>To: u-boot-users at lists.sourceforge.net
>Subject: [U-Boot-Users] Bad Magic Number - bootm
>Date: Tue, 16 May 2006 03:57:23 -0700 (PDT)
>
>
>      Hi All,
>             I am compiling uClinux for Phytec board with LPC2294 ARM7TDMI.
>      When I tried to use "bootm 0x80020000" (the linux   kernel image address
>in Flash).
>        It gave me the "Bad Magic Number".
>         
>      Could anyone tell me what was wrong ?I am new to this .
>    
>    Please Help me out.
>    
>    Thanks and Regards
>    Kaushik
>		
>---------------------------------
>Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates
>starting at 1?/min.

Hi,

  Make sure that you have used the 'mkimage' tool to encapsulate
  a compressed or uncompressed Linux kernel image with header 
  information, checksum etc. See the README file in your U-Boot
  distribution for details. e.g. for ARM Integrator platforms:
  
  mkimage -A arm -O linux -T kernel -C none -a 0x7fc0 -e 0x8000
          -n 'ARM Linux 2.6.x' -d linux-2.6.x.bin linux-2.6.x.img

  Regards,
  Alan.

  parent reply	other threads:[~2006-05-17 13:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-16 10:57 [U-Boot-Users] Bad Magic Number - bootm Kaushik karandikar
2006-05-16 16:10 ` Wolfgang Denk
2006-05-17 13:22 ` Alan Casey [this message]
2006-05-17 13:37   ` Kaushik karandikar
2006-05-17 14:54     ` Alan Casey

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=4345459A0013B854@hawk.dcu.ie \
    --to=alan.casey5@mail.dcu.ie \
    --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